Zin
Expert
- Joined
- Aug 1, 2013
- Messages
- 1,723
- Solutions
- 1
- Reaction score
- 112
Im making this mod which when you type /insult [Insult what?] it will say loads of insults here is my code
also my cmd isn't working when i join the game is starts saying the insults
when i test it, it says D not the name
also my cmd isn't working when i join the game is starts saying the insults
Code:
{$CLEO .cs}
THREAD 'Insult'
:WABZ_1023
wait 0
if
0B34: samp register_client_command "/INSULT" to_label @INSULT
else_jump @WABZ_1023
:INSULT
0B35: samp 0@ = get_last_command_params
0AF9: samp say_msg "%d Is a fucking cunt" 0@
wait 1500
0AF9: samp say_msg "%d Has No life" 0@
wait 1500
0AF9: samp say_msg "%d Is a retard" 0@
wait 1500
0AF9: samp say_msg "%d Is a fucked up cunt" 0@
wait 1500
0AF9: samp say_msg "Everybody Avoid %d" 0@
wait 1500
jump @WABZ_1023
when i test it, it says D not the name