Help me
#1

Is it possible if I use SetPlayerPos to move the player foward? If yes, please give me the codes , sorry for my bad eng
Reply
#2

yes!
And use GetPlayerPos Too
Reply
#3

Quote:
Originally Posted by windrush
Посмотреть сообщение
yes!
And use GetPlayerPos Too
Can you show me the codes?
Reply
#4

pawn Код:
CMD:forward(playerid,params[])
{
       new Float:x,Float:y,Float:z;
       GetPlayerPos(playerid,x,y,z);
       SetPlayerPos(playerid,x+5,y,z);
       return 1;
}
Reply
#5

Quote:
Originally Posted by Ryu-
Посмотреть сообщение
Can you show me the codes?
pawn Код:
new Float:x, Float:y, Float:z;
GetPlayerPos(playerid, x,y,z);
SetPlayerPos(playerid, x+ammount of forward here,y,z);
Reply
#6

I mean, the player can move to the coordinate in front of him. Like Blink skill of Magina in DotA
Reply
#7

Maksudnya gimana sih gan ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)