24.06.2014, 18:06
Use
For example when admin goes onduty with command /duty
Код:
SetPlayerColor(playerid, colorcodehere);
Код:
CMD:duty(playerid,params[]) { SetPlayerColor(playerid, colorcodehere); //do all the other stuff here return 1; }