Jump height
#4

Quote:
Originally Posted by Kitten
Посмотреть сообщение
im not using it for a car but i made one but i failed gives me errors

pawn Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
    if ( PRESSED ( KEY_JUMP ) )
    {
        new Float:X1 , Float;Y1 , Float:Z1 ;
        GetPlayerVelocity ( playerid, Float:X1, Float:Y1, Float:Z1 );
        SetPlayerVelocity (playerid, Float:X1, Float:Y1, Float:Z1, 0.5 );
    }
    return 1;
}
FIXED
My code isn't for cars.
Reply


Messages In This Thread
Jump height - by Kitten - 27.11.2010, 02:28
Respuesta: Jump height - by MrDeath537 - 27.11.2010, 02:37
Re: Jump height - by Kitten - 27.11.2010, 02:44
Respuesta: Re: Jump height - by MrDeath537 - 27.11.2010, 02:49
Re: Jump height - by Kitten - 27.11.2010, 02:54
Re: Jump height - by The_Gangstas - 27.11.2010, 02:57
Re: Jump height - by Kitten - 27.11.2010, 02:58
Re: Jump height - by [L3th4l] - 27.11.2010, 03:12
Re: Jump height - by Kitten - 27.11.2010, 03:17
Re: Jump height - by iFriSki - 27.11.2010, 03:26

Forum Jump:


Users browsing this thread: 2 Guest(s)