Float help
#1

So, I've made a slap command with the function of this:

pawn Код:
GetPlayerPos(id, x, y, z);
           SetPlayerPos(id,x,y,z+6);
so, If I want to make it the pos to the right side, instead of goes up, I mean, if i do /forward it'll slap to forward,and other else.

The problem is
should I do this

pawn Код:
GetPlayerPos(id, x, y, z);
           SetPlayerPos(id,x+6,y,z);
to make the /goright command, so the pos will goes to the right side ?
Reply


Messages In This Thread
Float help - by Equuuuin0X - 28.03.2014, 08:12
Re: Float help - by Vince - 28.03.2014, 09:56
Re: Float help - by Equuuuin0X - 28.03.2014, 10:01
Re: Float help - by Matess - 28.03.2014, 11:18
Re: Float help - by Equuuuin0X - 30.03.2014, 00:05

Forum Jump:


Users browsing this thread: 2 Guest(s)