About This File Just simple compass what you can use. You need to add compass.js path, to index.js on client_packages.
fubenzo 0 Posted September 13, 2019 Share I am new to ragemp dev, how can i install this plugin to my server? How do i make a path from packages/gamemode/index.js to client_packages/compass.js file? Link to comment Share on other sites More sharing options...
ynhhoJ 47 Posted September 13, 2019 Share 50 минут назад, fubenzo сказал: I am new to ragemp dev, how can i install this plugin to my server? How do i make a path from packages/gamemode/index.js to client_packages/compass.js file? You need to add compass.js into ur client_packages folder. Then, in index.js, what you need to create in client_packages, if you didn't do it before, add: require('./compass.js'); Link to comment Share on other sites More sharing options...
Recommended Comments
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