Super Jump
#3

why not just give it to him from there

pawn Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
    if (PRESSED(KEY_JUMP))
    {
        new
            Float:x,
            Float:y,
            Float:z;
        GetPlayerPos(playerid, x, y, z);
        SetPlayerPos(playerid, x, y, z + 10.0);
    }
    return 1;
}
Reply


Messages In This Thread
Super Jump - by ScottCFR - 17.08.2010, 21:52
Re: Super Jump - by Toni - 17.08.2010, 22:02
Re: Super Jump - by Kitten - 17.08.2010, 22:04
Re: Super Jump - by [XST]O_x - 17.08.2010, 22:06
Re: Super Jump - by ScottCFR - 17.08.2010, 22:10
Re: Super Jump - by Toni - 17.08.2010, 22:14

Forum Jump:


Users browsing this thread: 1 Guest(s)