Kirillr Posted October 27, 2021 Posted October 27, 2021 Hi everyone, I am trying to create a job in which player will have to move the pallet from one place to another using forklift. When I spawn the pallet I can't move it with the forklift (pallet doesn't move and just breaks). I use this command: NAPI.Object.CreateObject(757019157, position, rotation); Do I have to add some physics to an object to make it fall or something?
Kopra Posted October 31, 2021 Posted October 31, 2021 Try RAGE.Game.Object.SetActivateObjectPhysicsAsSoonAsItIsUnfrozen(); // Client-side Or to set gravity to object.
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