14.06.2016, 12:55
In the setkills command
Why you have added a value for integer?
In the kick command
You didn't add value for the reason define or even in the sscanf format, This will print errors and it wont work.
Also there is a lot more i saw, I wont motion them all here, but you have to take a look again.
Nothing is clean there lol, everything is fucked up.
PHP Code:
if(sscanf(params,"ud[133]",target,kills)) return SendClientMessage(playerid,-1,"USAGE: /setkills [playerid][kills]");
In the kick command
PHP Code:
new target,reason,string[134];
if(sscanf(params,"us",target,reason)) return SendClientMessage(playerid,-1,"USAGE: /kick [playerid] [reason]");
Also there is a lot more i saw, I wont motion them all here, but you have to take a look again.
Nothing is clean there lol, everything is fucked up.