27.08.2010, 18:39
Hello,
i have already do this code but at the key m and j this line are emtpy
Edit: I have a code that i must only do if(pressed(KEY)) return /* CODE */ ;^^
i have already do this code but at the key m and j this line are emtpy
Код:
new keys, ud, lr, string[64]; GetPlayerKeys(playerid, keys,ud,lr); format(string, sizeof(string), "KEY = %d ,UD = %d,LR = %d", keys , ud , lr); SendClientMessage(playerid, 0xFFFFFFFF, string); print(string);