Need Some Help Please
#4

Wrong. To get the players position you've to do something like this:

pawn Код:
new Float:x, Float:y, Float:z;
GetPlayerPos(playerid, x, y, z);
And then save it. (If this is the way you save it)

pawn Код:
PlayerInfo[pLocX] = x;
PlayerInfo[pLocY] = y;
PlayerInfo[pLocZ] = z;
Reply


Messages In This Thread
Need Some Help Please - by Buzzbomb - 15.11.2010, 18:50
Re: Need Some Help Please - by Scenario - 15.11.2010, 18:54
Re: Need Some Help Please - by Buzzbomb - 15.11.2010, 19:12
Re: Need Some Help Please - by Blt950 - 15.11.2010, 19:23
Re: Need Some Help Please - by Buzzbomb - 15.11.2010, 19:31
Re: Need Some Help Please - by Blt950 - 15.11.2010, 19:38
Re: Need Some Help Please - by Buzzbomb - 15.11.2010, 19:53
Re: Need Some Help Please - by Buzzbomb - 15.11.2010, 20:41
Re: Need Some Help Please - by Buzzbomb - 16.11.2010, 02:50

Forum Jump:


Users browsing this thread: 1 Guest(s)