Help!!!

alborosie

Active member
Joined
Aug 16, 2017
Messages
68
Reaction score
3
Help me with this cleo!

{$CLEO .cs}

0000: NOP 


0B34: samp register_client_command "destroy" to_label @cmd

15@ = 0

:repair
0B12: 15@ = 15@ XOR 1
SAMP.IsCommandTyped(0@)
0001: wait 100 ms 
00D6: if and
00DF: actor $PLAYER_ACTOR driving  
1@ = Actor.CurrentCar($PLAYER_ACTOR)
0224: set_car 1@ health_to 0 
SAMP.CmdRet



:cmd
0AD1: show_formatted_text_highpriority "~G~Masina A Fost Distrusa Cu Succes" time 1000 
0B43: samp cmd_ret
 

alborosie

Active member
Joined
Aug 16, 2017
Messages
68
Reaction score
3
bladero said:
wtf ? you have 2 command labels and you registred one command 

lol
{$CLEO .cs}

0000: NOP 


0B34: samp register_client_command "destroy" to_label @repair

15@ = 0

:repair
0B12: 15@ = 15@ XOR 1
SAMP.IsCommandTyped(0@)
0001: wait 100 ms 
00D6: if and
00DF: actor $PLAYER_ACTOR driving  
1@ = Actor.CurrentCar($PLAYER_ACTOR)
0224: set_car 1@ health_to 0 
0AD1: show_formatted_text_highpriority "~G~Masina A Fost Distrusa Cu Succes" time 1000 
SAMP.CmdRet





  

look
 

bladero

Active member
Joined
Jan 3, 2017
Messages
73
Reaction score
0
Well First of all make While true loop under ob34 with wait 0 in it. And delete 15@ = 0 idk why you need to set variable 15 to false... Also use IF (AND if needed) THEN END : http://ugbase.eu/Thread-Sanny-Builder-Syntax?highlight=Sanny+Builder+Syntax
 

Talha Nadir

New member
Joined
Oct 11, 2017
Messages
0
Reaction score
0
SebiTalent04 said:
Help me with this cleo!

{$CLEO .cs}

0000: NOP 


0B34: samp register_client_command "destroy" to_label @cmd

15@ = 0

:repair
0B12: 15@ = 15@ XOR 1
SAMP.IsCommandTyped(0@)
0001: wait 100 ms 
00D6: if and
00DF: actor $PLAYER_ACTOR driving  
1@ = Actor.CurrentCar($PLAYER_ACTOR)
0224: set_car 1@ health_to 0 
SAMP.CmdRet



:cmd
0AD1: show_formatted_text_highpriority "~G~Masina A Fost Distrusa Cu Succes" time 1000 
0B43: samp cmd_ret


Please can anyone tell me how to aimbot in samp server?
 
Top