12.08.2012, 09:18
just get the current vX and vY
pawn Код:
new
Float: vX,
Float: vY,
Float: vZ
;
GetPlayerVelocity(playerid, vX, vY, vZ);
SetPlayerVelocity(playerid, vX, vY, 0.5);