03.09.2013, 23:58
Hi i want to make this command to be set for them only. For example they cant set anyone's name colour except themselves.
so far i got this
so far i got this
Код:
CMD:/dcolor(playerid, params[]) { if(PlayerInfo[playerid][dRank] >= 1) { SendClientMessage(playerid, red, "USAGE: /dcolour [yourID] [Colour]"); return SendClientMessage(playerid, red, "Colours: 0=black 1=white 2=red 3=orange 4=yellow 5=green 6=blue 7=purple 8=brown 9=pink"); } else return SendClientMessage(playerid,red,"ERROR: You need to be atleast Donor level 2 to use this command"); format(string, sizeof(string), "You have set your colour to '%s' ", colour);