12.03.2013, 12:48
I use
not jump Forward
jump back font
Help please
Quote:
if (!strcmp("/jump", cmdtext)) { new Float:Velocity[3]; GetPlayerVelocity(playerid, Velocity[0], Velocity[1], Velocity[2]); SetPlayerVelocity(playerid, Velocity[0] + 1.0, Velocity[1] + 1.0, Velocity[2]); return 1; } |
jump back font
Help please