Timer for announcement
#4

Do you have this part inside OnPlayerSpawn?

pawn Код:
forward WelcomeTimer(playerid);
    public WelcomeTimer(playerid)
    {
    format(string, sizeof(string), "Welcome To ~y~%s~n~~b~%s~n~~w~Type ~y~/help~w~, ~y~/rules ~w~or~n~~y~/cmds ~w~For Game Info",ServerInfo[sMapName],PlayerInfo[playerid][pName]);
    SendClientAnnouncement(playerid,string);
If you do, remove it from there and put it elsewhere, outside of a callback.


Better yet, post your OnPlayerSpawn callback here.
Reply


Messages In This Thread
Timer for announcement - by DarknesS1988 - 21.09.2017, 09:13
Re: Timer for announcement - by Twizted - 21.09.2017, 09:19
Re: Timer for announcement - by DarknesS1988 - 21.09.2017, 09:42
Re: Timer for announcement - by Twizted - 21.09.2017, 09:46
Re: Timer for announcement - by DarknesS1988 - 21.09.2017, 10:00
Re: Timer for announcement - by Twizted - 21.09.2017, 10:05

Forum Jump:


Users browsing this thread: 2 Guest(s)