Command + key...Won't return correctly.
#1

I know this doesnt work but how would I get it to work?

pawn Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
    if(IsPlayerInAnyVehicle(playerid))
    {
        if(IsKeyJustDown(KEY_SPRINT, newkeys, oldkeys))
        {
        return cmd_eon(playerid, params);
        }
    }
}
Reply


Messages In This Thread
Command + key...Won't return correctly. - by Dokins - 26.01.2012, 16:40
Re: Command + key...Won't return correctly. - by Twix[KDZ] - 26.01.2012, 16:43
Re: Command + key...Won't return correctly. - by MP2 - 26.01.2012, 16:48
Re: Command + key...Won't return correctly. - by Konstantinos - 26.01.2012, 16:51
Re: Command + key...Won't return correctly. - by Dokins - 26.01.2012, 16:51
Re: Command + key...Won't return correctly. - by Babul - 26.01.2012, 18:32

Forum Jump:


Users browsing this thread: 1 Guest(s)