Need help last one
#2

pawn Код:
new Announce[][] =
{
    "testmsg1",
    "testmsg2" 
};

// Will be at OnGameModeInit/OnFilterScriptInit
SetTimer("AnnMessage",60000,1); //60 seconds timer

// Place it anywhere
forward AnnMessage(playerid);
public AnnMessage(playerid)
{
        SendClientMessageToAll(-1, Announce[random(sizeof(Announce))]);
        return true;
}
Reply


Messages In This Thread
Need help last one - by Team_PRO - 26.09.2013, 07:30
Re: Need help last one - by iZN - 26.09.2013, 08:32
Re: Need help last one - by Team_PRO - 26.09.2013, 11:00
Re: Need help last one - by Konstantinos - 26.09.2013, 11:01

Forum Jump:


Users browsing this thread: 1 Guest(s)