11.05.2013, 21:15
It need to look like that
pawn Код:
if(GetPVarType(playerid, "XPos")) {
SetPlayerPosEx(playerid, GetPVarFloat(playerid,"XPos"), GetPVarFloat(playerid,"YPos"), GetPVarFloat(playerid,"ZPos"));
DeletePVar(playerid, "XPos");
} else {
// Your normal spawn code
}
// rest of your code (not spawn related)