03.07.2011, 19:36
Right mouse button is the aim key, for your information (unless you're left handed and you have your mouse on the left side of the keyboard). However, keys are different when in a vehicle. I would suggest printing the values for RMB under OnPlayerKeyStateChange.
Go ingame and get in a vehicle. Press right mouse button and then /q right away. It should print a value other than 0 for newkeys in the server windows.
pawn Код:
printf("oldkeys: %d - newkeys: %d", oldkeys, newkeys);