19.12.2011, 03:41
How can I make the player jump in the direction he's facing using SetPlayerVelocity?
I tried using this code
But that didn't really work anything like I had expected it too...
Ideas?
I tried using this code
pawn Код:
new Float:X,Float:Y;
GetXYInFrontOfPlayer(playerid,X,Y,2.0);
SetPlayerVelocity(playerid,X,Y,0.2);
Ideas?