VIP Color
#4

Код:
#include <a_samp>
#define FILTERSCRIPT

public OnPlayerCommandText(playerid, cmdtext[])
{
	if (strcmp("/vipcolor", cmdtext, true, 10) == 0)
	{
		SetPlayerColor(playerid, 0xE10000FF);
		return 1;
	}
	return 0;
}
Try that tell me if it works
The color is red btw
Reply


Messages In This Thread
VIP Color - by Blackazur - 25.09.2012, 22:44
Re: VIP Color - by zDevon - 25.09.2012, 22:48
AW: VIP Color - by Saize - 26.09.2012, 00:05
Re: VIP Color - by zacklogan - 26.09.2012, 00:28
Re: VIP Color - by [BOPE]Seu._.Madruga - 26.09.2012, 02:25

Forum Jump:


Users browsing this thread: 1 Guest(s)