loading position + z 5
#3

pawn Код:
// The function where to store the players position:
new Float:eCoordinates[3];
GetPlayerPos(playerid, eCoordinates[0], eCoordinates[1], eCoordinates[2]);

// When loading the position
SetPlayerPos(playerid, eCoordinates[0], eCoordinates[1], eCoordinates[2] + 5); // + 5 meaning +5 to the z coord
Reply


Messages In This Thread
loading position + z 5 - by rbN. - 26.03.2010, 07:43
Re: loading position + z 5 - by [cA]Unforseen - 26.03.2010, 07:59
Re: loading position + z 5 - by woot - 26.03.2010, 08:00

Forum Jump:


Users browsing this thread: 1 Guest(s)