21.09.2017, 09:46
Do you have this part inside OnPlayerSpawn?
If you do, remove it from there and put it elsewhere, outside of a callback.
Better yet, post your OnPlayerSpawn callback here.
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);
Better yet, post your OnPlayerSpawn callback here.