26.03.2010, 08:00
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