Onixs Posted March 27, 2020 Posted March 27, 2020 (edited) Hello, how can I manage this gate? I tried using doorControl, I didn't get them, they open in auto mode (Node JS) https://imgur.com/a/2niP2QV Edited March 27, 2020 by Onixs
PanaFive Posted April 14, 2020 Posted April 14, 2020 Get door hash here : https://plebmasters.de/?app=objects or here https://cdn.rage.mp/public/odb/index.html Get door position from a command /save Server-side: mp.events.addCommand('save', (player) => { console.log(`${player.position.x}, ${player.position.y}, ${player.position.z}, ${player.heading}`); }); console.log write your server folder in file .output Client-side, remove object: Client-side exemple: mp.game.entity.createModelHide(-877.8521118164062, 20.00386619567871, 45.253021240, 10.0, -844827165, true); 1
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