11.01.2014, 06:28
Hi all..
I made a hotkey of /enter command by pressing F KEY_SECONDARY_ATTACK
my problem is that i want to make exactly for exit "F" but after i compile and enter my server the enter F works but F exit doesn't respond
There are both under public OnPlayerKeyStateChange
please help
[/CODE]
[/CODE]
I made a hotkey of /enter command by pressing F KEY_SECONDARY_ATTACK
my problem is that i want to make exactly for exit "F" but after i compile and enter my server the enter F works but F exit doesn't respond
There are both under public OnPlayerKeyStateChange
please help
Код:
// Enter "F" if(newkeys & KEY_SECONDARY_ATTACK) { Bla bla bla
Код:
// Exit "F" if(newkeys & KEY_SECONDARY_ATTACK) { Bla bla bla