This is a graphical interface for freeroam servers. Instead of having to memorize and enter console commands, players can click buttons and make selections from lists. Many features are available: vehicles, weapons, skins, etc.
git clone https://github.com/n-n1ks/rage.mp-freeroam.git
.- Copy
packages
andclient_packages
to<rage.mp_client>/server-files/
folder. - Start
server.exe
.
If you are using some client packages - don't override your index.js
file in client_packages
folder. Just add this line in index.js
:
require('freeroam/index.js');
Otherwise another client pacakges wont work!
Freeroam is released under the MIT License.