morioki Posted September 29, 2020 Posted September 29, 2020 My all code don't working index.js require('./commands.js'); commands.js mp.events.addCommand('kill', (player) => { player.health = 0; }); mp.events.addCommand('hp', (player) => { player.health = 100; }); mp.events.addCommand('armor', (player) => { player.armour = 100; });
Molekulė Posted September 30, 2020 Posted September 30, 2020 Make sure to update your server files and do not use latest files with bridge.
pelmahx Posted October 1, 2020 Posted October 1, 2020 Follow to "packages" dir, after create new folder with any name, and put this files in this dir. PROFIT! 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