keybind
#2

pawn Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
    if(newkeys & KEY_CROUCH) // C
    {
        // add the code to join a group - i.e
        SetPlayerHealth(playerid,0);
    }
    return 1;
}
I'm not sure if horn at G possible since that's the only way to actually horn in a var.
Reply


Messages In This Thread
keybind - by gotwarzone - 09.12.2013, 11:37
Re: keybind - by Loot - 09.12.2013, 12:00
Re: keybind - by gotwarzone - 10.12.2013, 04:06

Forum Jump:


Users browsing this thread: 1 Guest(s)