15.11.2010, 19:23
Wrong. To get the players position you've to do something like this:
And then save it. (If this is the way you save it)
pawn Код:
new Float:x, Float:y, Float:z;
GetPlayerPos(playerid, x, y, z);
pawn Код:
PlayerInfo[pLocX] = x;
PlayerInfo[pLocY] = y;
PlayerInfo[pLocZ] = z;