Shift key in vehicle
#4

A way to find out which key value is shift, when in a vehicle is with this code

pawn Код:
public OnPlayerUpdate(playerid)
{
    new keys, ud, lr, str[20];
    GetPlayerKeys(playerid, keys, ud, lr);
    format(str, 20, "Value: %d", keys);
    SendClientMessage(playerid, 0xFFFFFFFF, str)
    return 1;
}
Get in a car, press shift and use that value in your code
Reply


Messages In This Thread
Shift key in vehicle - by PrawkC - 25.09.2011, 06:43
Re: Shift key in vehicle - by [HiC]TheKiller - 25.09.2011, 06:54
Re: Shift key in vehicle - by PrawkC - 25.09.2011, 07:08
Re: Shift key in vehicle - by dice7 - 25.09.2011, 08:10

Forum Jump:


Users browsing this thread: 1 Guest(s)