Posts: 1,208
Threads: 36
Joined: Apr 2015
show
SendClientMessageEx
and
definition COLOR_GREY
Posts: 803
Threads: 138
Joined: Jul 2014
Reputation:
0
Can you show the whole command?
Posts: 3,324
Threads: 96
Joined: Sep 2013
Show us the definition of SendClientMessageEx. Other than that I don't see anything.
Posts: 1,208
Threads: 36
Joined: Apr 2015
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]");
Posts: 1,208
Threads: 36
Joined: Apr 2015
PHP код:
command(acceptrelease, playerid, params)
command(acceptrelease, playerid, params[]) // <-- []