25.09.2014, 19:02
It is because of the } Which you wrote in the code without any need.
pawn Код:
if(PlayerInfo[playerid][pLoggedIn] && PlayerInfo[playerid][pSpawn])
{
FalseBan[playerid] = 0;
SetTimerEx("FalseBanFix", 6000, false, "i", playerid);
SpawnChar(playerid);
GameTextForPlayer(playerid, "~w~Character Loading...", 3500, 3);
TogglePlayerControllable(playerid, 0);
SetPlayerVirtualWorld(playerid, 0);
SetTimerEx("EnterExitTimer", 5000, false, "i", playerid);
}
return 1;
}

