Quote:
Originally Posted by AbyssMorgan
PHP код:
change
if(sscanf(params, "u", giveplayerid)) return SendClientMessageEx(playerid, COLOR_GREY, "USAGE: /cuff [player]");
to
if(sscanf(params, "u", id)) return SendClientMessageEx(playerid, COLOR_GREY, "USAGE: /cuff [player]");
|
That wasn't suppose to be there, I was comparing the two to see if there was a difference, I forgot to delete that when I pasted it.