Hi, I need help with this function, the problem is that setVehicleHandling does not work even though it does not give debugscript error
function bindTheKeys ( commandName )
local veh = getPedOccupiedVehicle ( getLocalPlayer() )
setVehicleHandling ( veh, "numberOfGears", 1 )
bindKey( "w", "down", sumarrpm2 )
bindKey( "w", "up", pararsumarrpm )
end
addCommandHandler ( "bindme", bindTheKeys )