Help Really simple, fast cleo edit

Chuck

Well-known member
Joined
Jul 4, 2013
Messages
305
Reaction score
2
Location
South Africa.
Can you please edit this .CS and instead of esti la pc write " Daca nu te misti, vei primi kick peste 1 minut. "

just keep everything else as it is and instead of esti la pc insert " Daca nu te misti, vei primi kick peste 1 minut. "
 

Attachments

  • ChatResponder.cs
    18.1 KB · Views: 33

Chuck

Well-known member
Joined
Jul 4, 2013
Messages
305
Reaction score
2
Location
South Africa.
It doesn't crash my game, but it bugs it out... I connect, I see CJ and then it gives me the login view.
The original script was:

            THEN
                say "Da."
                wait 1000
            ELSE
                say "Da"
                wait 1000

and yours:

            THEN
                0AF9: samp say_msg "Da."
                wait 1000
            ELSE
                0AF9: samp say_msg "Da"
                wait 1000

Maybe that's the reason? @TehArgis
 

4changesLeft

Well-known member
Joined
Apr 10, 2015
Messages
365
Reaction score
3
It is the exact same thing, except: say "da" can't be compiled.. dunno how the author compiled it xd maybe script's old
 

KillerZ

Active member
Joined
Apr 6, 2014
Messages
73
Reaction score
0
(say "Da." and [font='Source Sans Pro', Tahoma, 'Helvetica Neue', Arial, sans-serif]0AF9: samp say_msg "Da.") work the same way.[/font]

[font='Source Sans Pro', Tahoma, 'Helvetica Neue', Arial, sans-serif]Anyways, try this one.[/font]
 

Attachments

  • ChatResponder.cs
    17.9 KB · Views: 28

Chuck

Well-known member
Joined
Jul 4, 2013
Messages
305
Reaction score
2
Location
South Africa.
I just tested it. If I type in chat "Daca nu te misti, vei primi kick peste 1 minut." the CLEO mod works, it sends the message. However... when I receive the message from the server itself, it doesn't send the message.
@KillerZ
 
Top