KEY_WALK?
#1

Hello,
I was just remaking our engine system to SetVehicleParamsEx you know.
And when i set the engine to off, and a guy enters a vehicle, every key works in OnPlayerKeyStateChange, bus KEY_WALK doesn't work. Just to test I use:
pawn Код:
if ( PRESSING(newkeys,KEY_WALK) ) print ( "walk" );
No printing if i press key_walk in veh, but if i press it onfoot, it prints.

If i do this:
pawn Код:
if ( PRESSING(newkeys,KEY_LOOK_LEFT) ) print ( "walk" );
It works perfectly, so, where is the problem?
Reply


Messages In This Thread
KEY_WALK? - by kLx - 28.11.2010, 14:37
Re: KEY_WALK? - by Hiddos - 28.11.2010, 14:54
Re: KEY_WALK? - by The_Moddler - 28.11.2010, 15:04
Re: KEY_WALK? - by niCe - 28.11.2010, 15:59

Forum Jump:


Users browsing this thread: 2 Guest(s)