SUP FELLAS
i
its me again
i stole a cleo from springfield and modified for my own purposes.. soo its a very basic cleo
heres it
You can see that i need to type ''/v *playerid*'' so i can just puke on him. thats how it works on the server i play. BUT EVERY TIME I TYPE THAT COMMAND samp crashes, the cleo crashes or whatever, so it doesn't work... and i have a probleme. i can't either use ''0AF9: samp say_msg'' because the server is protected agains't that, so, which other format can i use to replace it? i tried ''0C8F:'' but doesn't work actually. HELP
i
its me again
i stole a cleo from springfield and modified for my own purposes.. soo its a very basic cleo
heres it
Code:
{$CLEO .cs}
//-------------MAIN---------------//
0000: NOP
REPEAT
WAIT 400
UNTIL 0AFA:
0B34: "v" @VOMIT
WHILE TRUE
WAIT 0
END
:VOMIT
0B35: samp 0@ = get_last_command_params
0C1A: 1@ = atoi 0@
0C8F: samp process_chat_input "/poke %d" 1@ //it's supposed to be /poke <playerid> .
//0AF9: samp say_msg "/poke %d" 1@ //i don't use 0AF9: because it doesn't work on my server..
0B43: samp cmd_ret
You can see that i need to type ''/v *playerid*'' so i can just puke on him. thats how it works on the server i play. BUT EVERY TIME I TYPE THAT COMMAND samp crashes, the cleo crashes or whatever, so it doesn't work... and i have a probleme. i can't either use ''0AF9: samp say_msg'' because the server is protected agains't that, so, which other format can i use to replace it? i tried ''0C8F:'' but doesn't work actually. HELP
Last edited: