SetPlayerPos ashore
#1

Hi all, how to teleport a player ashore when falling?

Es code :

Код:
// setplayerpos in air
new Float:x,Float:y,Float:z;
GetPlayerPos(playerid, x, y, z);
SetPlayerPos(playerid, x, y, z + 50.0);
Код:
// setplayerpos ashore
new Float:x,Float:y,Float:z;
GetPlayerPos(playerid, x, y, z);
SetPlayerPos(playerid, x + 0.0, y + 0.0, z + 0.0);
how to fix? thanks in advance!
Reply


Messages In This Thread
SetPlayerPos ashore - by PryX0G3n - 29.09.2012, 23:48
Re: SetPlayerPos ashore - by Vince - 30.09.2012, 00:02
Re: SetPlayerPos ashore - by PryX0G3n - 30.09.2012, 10:46
Re: SetPlayerPos ashore - by gnoomen2 - 30.09.2012, 11:04
Re: SetPlayerPos ashore - by PryX0G3n - 30.09.2012, 11:57

Forum Jump:


Users browsing this thread: 1 Guest(s)