CLEO Help Crash GTA SA

CLEO related
Status
Not open for further replies.

MrAlexisX2

New member
Joined
Apr 12, 2014
Messages
3
Reaction score
0
Hi, I try to learn the language "CLEO". My script is compiled, but when I try to connect to a server SAMP I crashed.

Code:
// Mod cléo créer par MrAlexisX2             
{$CLEO .cs}
          
//-------------MAIN---------------
0000: NOP
0B34: samp register_client_command "screen" to_label @NONAME_305

:NONAME_305
    if 
        SAMP.IsCommandTyped($PLAYER_ACTOR) 
    else_jump @NONAME_429 
        0B12: 0@ = 0@ XOR 1  
        0AF8: samp add_message_to_chat "You have entered \"/screen\"." color 0xFFFFFF 
        jump @NONAME_425

:NONAME_429
    return

:NONAME_425
    wait 100


What is the problem please ? Can you help me ?
 
Status
Not open for further replies.
Top