16.08.2012, 21:43
Hello, Sorry about my bad english 
i started to built script that the have a message with a random color
so i did this:
SendClientMessage(playerid, random(0xffffffff), "doesnt matter..");
than i wanted to do script that the color dont close to the dark
so i did this:
SendClientMessage(playerid, random(0xfffffff | 1), "doesn't matter");
does it works ?

i started to built script that the have a message with a random color
so i did this:
SendClientMessage(playerid, random(0xffffffff), "doesnt matter..");
than i wanted to do script that the color dont close to the dark
so i did this:
SendClientMessage(playerid, random(0xfffffff | 1), "doesn't matter");
does it works ?