12.08.2012, 09:14
Well, this is the script:
This script works, but the player mega jump is on specific directions..
How can i make my mega jump directional?
pawn Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
if(PRESSED(KEY_JUMP))
{
SetPlayerVelocity(playerid, 0.0,0.2,0.5);
}
}
How can i make my mega jump directional?