CLEO Help CLEO Auto Arrest

CLEO related
Status
Not open for further replies.

sicedaca989

Member
Joined
May 2, 2016
Messages
5
Reaction score
0
Hi, how can i use this? can someone put this scrpit in  a .cs file? it's a auto arrest script for ls-cr and i don;t know how to use it  and guys can u set also a on/off key? Thanks
Sorry for my bad english
{$CLEO}
0000:

:MAIN
wait 0
if and
056D:   actor $PLAYER_ACTOR defined 
key_down 49 
jf @MAIN 
0AB5: store_actor $PLAYER_ACTOR closest_vehicle_to 0@ closest_ped_to 1@ 
if 
056D:   actor 1@ defined 
jf @MAIN
2@ = SAMP.GetSAMPPlayerIDByActorHandle(1@)
wait 2000
0AF9: samp say_msg "/taze %d" 2@  
wait 2000
0AF9: samp say_msg "/cuff %d" 2@  
wait 2000 
0AF9: samp say_msg "/arrest %d" 2@
wait 500 
goto @MAIN
 
Status
Not open for further replies.
Top