30.04.2014, 19:41
I want to put random Automatic messages on random colors for players so they can read them
new rand; rand = random ( 10 ); switch(rand) { case 1: // 0 { SendClientMessage(playerid, color_red, "Bla Bla Bla"); } }