Spec saving off
#6

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)
Reply


Messages In This Thread
Spec saving off - by Face9000 - 11.05.2013, 20:25
AW: Spec saving off - by Nero_3D - 11.05.2013, 20:31
Re: Spec saving off - by Face9000 - 11.05.2013, 20:34
Re: Spec saving off - by MP2 - 11.05.2013, 20:42
Re: Spec saving off - by Face9000 - 11.05.2013, 20:49
AW: Spec saving off - by Nero_3D - 11.05.2013, 21:15
Re: Spec saving off - by Face9000 - 11.05.2013, 21:26
AW: Re: Spec saving off - by Nero_3D - 11.05.2013, 21:57
Re: Spec saving off - by Face9000 - 12.05.2013, 09:35
AW: Spec saving off - by Nero_3D - 12.05.2013, 10:19

Forum Jump:


Users browsing this thread: 2 Guest(s)