21.03.2013, 02:23
Instead of doing PRESSED(KEY_SUBMISSION) do this: newkeys & KEY_SUBMISSION
Also, doing IsPlayerInAnyVehicle is a redundant check since when you do GetPlayerVehicleID it already runs a similar check and will just return an invalid ID if the player isn't in a vehicle.
Also, doing IsPlayerInAnyVehicle is a redundant check since when you do GetPlayerVehicleID it already runs a similar check and will just return an invalid ID if the player isn't in a vehicle.
