Auto message
#2

Add More :P
Under On Gamemode Init
pawn Код:
SetTimer("SendRandomMsgToAll", 60 * 1000, 1);
pawn Код:
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");
                  }
}
Reply


Messages In This Thread
Auto message - by Ondracec - 18.03.2011, 17:00
Re: Auto message - by Roomeo - 18.03.2011, 17:03
Re: Auto message - by Kyosaur - 18.03.2011, 17:08

Forum Jump:


Users browsing this thread: 1 Guest(s)