need help with a command
#2

So this should work (KEY_SUBMISSION only works in vehicles)

pawn Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
    if(newkeys & KEY_SUBMISSION)
    {
        //Rest of code
    }
    return 1;
}
Reply


Messages In This Thread
need help with a command - by LegendNissanGTR - 03.10.2010, 14:10
Re: need help with a command - by Nero_3D - 03.10.2010, 14:26
Re: need help with a command - by LegendNissanGTR - 03.10.2010, 14:29
Re: need help with a command - by Nero_3D - 03.10.2010, 15:01

Forum Jump:


Users browsing this thread: 1 Guest(s)