SetPlayerPos, i need a basic script.
#4

pawn Код:
new Float:X,Float:Y,Float:Z;

GetPlayerPos(playerid, X,Y,Z);
SetPlayerPos(playerid, X,Y,Z +10);
This get player's position and drop him from 10 meters, If you simply use SetPlayerPos(playerid, X,Y,Z +10);
You will be droped but you will be teleported somewhere too, First you need to get Player's Position.

Thanks.
Reply


Messages In This Thread
SetPlayerPos, i need a basic script. - by Kindred - 01.09.2011, 06:25
Re: SetPlayerPos, i need a basic script. - by =WoR=Varth - 01.09.2011, 06:28
Re: SetPlayerPos, i need a basic script. - by Jack_Leslie - 01.09.2011, 06:56
Re: SetPlayerPos, i need a basic script. - by Davz*|*Criss - 01.09.2011, 06:57
Re: SetPlayerPos, i need a basic script. - by Horrible - 01.09.2011, 08:48
Re: SetPlayerPos, i need a basic script. - by Kindred - 03.09.2011, 03:45
Re: SetPlayerPos, i need a basic script. - by Luis- - 03.09.2011, 06:59
Re: SetPlayerPos, i need a basic script. - by =WoR=Varth - 03.09.2011, 07:01
Re: SetPlayerPos, i need a basic script. - by Luis- - 03.09.2011, 07:05
Re: SetPlayerPos, i need a basic script. - by =WoR=Varth - 03.09.2011, 07:10

Forum Jump:


Users browsing this thread: 1 Guest(s)