18.03.2011, 17:00
Hi, i need auto write message and show it normally in chat...Please comment when correct text and visage.
SetTimer("SendRandomMsgToAll", 60 * 1000, 1);
forward SendRandomMsgToAll();
public SendRandomMsgToAll()
{ switch(random(2))
{
case 0: SendClientMessageToAll(0xFF0000AA, "Add This Server To Favorites");
case 1: SendClientMessageToAll(0x3A47DEFF, "Read /Rules Before Playing Here");
}
}