15.07.2012, 12:19
You need to remove the parachute before you SetPlayerPos.
Example:
And you can use:
So the player will automatically teleport to the ground below the X and Y cord specified.
Example:
pawn Код:
ResetPlayerWeapons(playerid);
SetPlayerPos(playerid, X, Y, Z);
pawn Код:
SetPlayerPosFindZ(playerid, X, Y, Z);