Gamemodes
28 files
-
Backend development boilerplate
By rchl2
Start your next project within seconds! This boilerplate accelerates the work you need to put to start developing server. Just clone repo, install packages, setup database with two commands and thats it! You have working environment ready! 👏
I advise you to look at the repository rather than download the file from here: https://github.com/rchl2/ragemp-starter
Have fun.
177 downloads
-
Rage-MM
By mew
We decided to release the source of Rage-MM since it died. Thanks to Matthew (Main dev) and also all the community members who helped testing.
Only Race gamemode implemented.
Includes around 81 race maps.
Enjoy, if you want to take over this project you can message me on discord to get ownership of our domain rage-mm.com
1309 downloads
-
Example SEQUELIZE + [ ReactJS + Redux ]
By hexisgod
This resource will help many newcomers in the development of the server.
At this gamemode, used the sequelize framework, for easy work with the database. Also used frameworks ReactJS + ReduxJS special for CEF.
GitHub URL: https://github.com/HEXisGOD/RAGEMP_sequelize_react_redux
Installing
1. Download this archive, unpack it in RAGE:MP new server folder.
2. To work with the database locally I suggest using Denwer.
3. Config connection data at packages\sequelize\modules\db.js
4. Import example database into phpMyAdmin
5. Then start server, and test it !)
Needed node modules
1. MySQL2 - [ npm install mysql2 -save ]
2. Sequelize - [ npm install sequelize -save ]
- Thanks @kemperrr for make "pleaseCallCEF" function and event on ReactJS!!
This is first version, During the time there can be changes and improvements!!
784 downloads
