18.06.2014, 08:36
Set there world back to normal everytime they spawn. and the problem could be one of your filterscripts,
pawn Код:
public OnPlayerSpawn(playerid)
{
SetPlayerVirtualWorld(playerid,0);
return 1;
}