Save GetPlayerPos ?
#3

You can globally use variables, or use PVars ( Yes, they are slower, but they do the work )
pawn Код:
new
    Float:pPos[3];

GetPlayerPos(playerid, pPos[0], pPos[1], pPos[2]); // When using the RCXD

-----
SetPlayerPos(playerid, pPos[0], pPos[1], pPos[2]); // When the RCXD blows up
Reply


Messages In This Thread
Save GetPlayerPos ? - by marinov - 19.02.2011, 01:18
Re: Save GetPlayerPos ? - by Backwardsman97 - 19.02.2011, 01:22
Re: Save GetPlayerPos ? - by [L3th4l] - 19.02.2011, 01:23
Re: Save GetPlayerPos ? - by marinov - 19.02.2011, 01:24

Forum Jump:


Users browsing this thread: 1 Guest(s)