11.05.2013, 20:49
Nothing, doesn't work. I tried removing "return true;" and editing the code in this way:
But i get spawned as normal, plus other OnPlayerSpawn code doesn't execute.
pawn Код:
if(GetPVarType(playerid, "SXPos")) return SetPlayerPosEx(playerid, GetPVarFloat(playerid,"SXPos"), GetPVarFloat(playerid,"SYPos"), GetPVarFloat(playerid,"SZPos")), DeletePVar(playerid, "SXPos");