hdesk Posted July 14, 2021 Posted July 14, 2021 Hi, I'm trying to hide a gate in my map and it is not working. It's the gate in the cypress truck depot area. This is the client side script. mp.events.add('playerJoinedServer', (id, name) => { menu.execute(`addPlayerInTheTable('${id}', '${name}');`); mp.game.entity.createModelHide(996.4036, -2481.757, 28.80065, 100, 'prop_facgate_04_l', true); mp.game.entity.createModelHide(985.8288, -2480.68, 28.80065, 100, 'prop_facgate_04_r', true); });
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