08.09.2010, 22:36
Hi, I have a question:
Is possible make a plugin for get ALL PLAYER KEYS?
Example:
Thanks you.
Is possible make a plugin for get ALL PLAYER KEYS?
Example:
pawn Code:
new Keys, ud, lr;
GetPlayerKeys(playerid, Keys, ud, lr);
if (Keys == KEY_F1) SendClientMessage(playerid, 0xFFFFFFFF, "You're pressing F1");
Thanks you.