Color On Connect
#2

//On The top Of your script
Код:
new Colors[] =
{
    0x00C0FFFF, // Color1
    0xF81414FF, // Color2
    0xF3FF02FF, // Color3
    0x00C0FFFF
    0xF81414FF
    0xF3FF02FF
};
//on OnplayerConnect
Код:
 	new randomcolors = random(sizeof(Colors));
 	SetPlayerColor(playerid, Colors[randomcolors]);
Rep me If it Worked
Reply


Messages In This Thread
Color On Connect - by [sFx]BlueSmoke - 10.03.2012, 06:47
Re: Color On Connect - by SsHady - 10.03.2012, 07:06

Forum Jump:


Users browsing this thread: 1 Guest(s)