/setcolour for VIPs only help
#1

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
Код:
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);
Reply


Messages In This Thread
/setcolour for VIPs only help - by Ponii - 03.09.2013, 23:58
Re : /setcolour for VIPs only help - by Matnix - 04.09.2013, 00:52
Re: /setcolour for VIPs only help - by Tomer!.$ - 04.09.2013, 04:23
Re: /setcolour for VIPs only help - by Tomer!.$ - 04.09.2013, 05:13
Re: /setcolour for VIPs only help - by Ponii - 07.09.2013, 08:22
Re: /setcolour for VIPs only help - by Konstantinos - 07.09.2013, 09:40

Forum Jump:


Users browsing this thread: 3 Guest(s)