fubenzo 0 Posted September 13 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? Share this post Link to post Share on other sites
LeonMrBonnie 5 Posted September 14 You have to add the path to the index.js in the client_packages folder, not in the packages folder. Packages is serverside and client_packages clientside, and you can't access the one folder from the other. Share this post Link to post Share on other sites