10.03.2012, 06:47
How can me do to all player who conncet to my server to have only this color: {00C0FF} | {F81414} | {F3FF02} | => {00C0FF}=Light Blue | {F81414} = Red | {F3FF02} = Yellow | Yes, romania colorz How can me do this?
new Colors[] = { 0x00C0FFFF, // Color1 0xF81414FF, // Color2 0xF3FF02FF, // Color3 0x00C0FFFF 0xF81414FF 0xF3FF02FF };
new randomcolors = random(sizeof(Colors)); SetPlayerColor(playerid, Colors[randomcolors]);