Posts: 758
Threads: 7
Joined: Mar 2011
Reputation:
0
The keys which you can use within Pawn are defined in the Controls setting of your game. If you use KEY_JUMP, it's probably the Left Shift key on your PC, but someone else might have changed his/her settings and binded the Jump key to for example Right Ctrl.
KEY_SPRINT isn't the Space key on every PC! Same goes for every other key.
Posts: 643
Threads: 150
Joined: Mar 2009
Reputation:
0
Can you tell me only this codes:
for the key "I"
for the key "O"
for the key "P"
for the key "Q"
Posts: 3,715
Threads: 358
Joined: Apr 2012
Reputation:
0
There is no such key defined for key 'I/O/P/Q'
Posts: 3,715
Threads: 358
Joined: Apr 2012
Reputation:
0
KEY_LOOK_LEFT - Vehicle Look Left (Q)
Posts: 1,826
Threads: 52
Joined: Feb 2012
Reputation:
0
Thats for key E and Q not I,O,P.
Posts: 3,488
Threads: 16
Joined: Jun 2007
Reputation:
0
IF you look left with key 'Q', then KEY_LOOK_LEFT = 'Q'
IF you look left with key 'I', then KEY_LOOK_LEFT = 'I'
It depends how you set your keys in options.