07.06.2016, 16:13
Try returning 0
PHP код:
if(antispawn[playerid] == 1)// this is what i use to check if the player antispawn mode in on or off
{
GameTextForPlayer(issuerid, "Anti-Spawn Protected Player", 5000, 1);
return 0;
}