William147 Posted December 19, 2017 Share Posted December 19, 2017 local veh = getPedOccupiedVehicle ( getRandomPlayer() ) local success = setVehicleHandling ( veh, "centerOfmass", {0,0,0}) if success then outputChatBox("ok") else outputChatBox("not ok") end It outputs "not ok". What is the problem? Solved, Im blind. mass not same as Mass Link to comment
itHyperoX Posted December 19, 2017 Share Posted December 19, 2017 (edited) first check that is the player in veh, with if (veh) then end Edited December 19, 2017 by TheMOG Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now