Supermacy31
Active member
- Joined
- Mar 13, 2013
- Messages
- 173
- Reaction score
- 1
I thought it should work but it doesn't work.
Pressing numberpad 5 does nothing right now.
Code:
{$CLEO .cs}
0000:
:Main
wait 0
if and
056D: actor $PLAYER_ACTOR defined
0AB0: key_pressed 101
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@)
0AF9: samp say_msg "/taze %d" 2@
wait 1000
jump @Main
What's wrong with it?
Pressing numberpad 5 does nothing right now.