Madriguera-rp / redem_roleplay

RedEM Roleplay Framework

Home Page:https://redemrp.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RedEM Roleplay System - An Advanced roleplay framework for RedEM

alt text Join our discord to get the newest updates and support! - https://discord.gg/FKH4uwb

1. Features

  • Respawn/Spawn system - redemrp_respawn
  • Loading And Saving Player Information in MySQL databse
  • Multicharacter system - redemrp_identity
  • Money System
  • Gold System
  • Groups System
  • Permission System
  • Job System
  • Unlimited Jobs
  • Unlimited Job Grades
  • Inventory System [not done yet]
  • Customizable HUD
  • Leveling and EXP system (Unlimited Level support)
  • Up to 10 Characters - redemrp_identity
  • Respawn Place Selection - redemrp_respawn
  • A lot of configuration options

2. Requirements

mysql-async

redem

esplugin_mysql

3. Installation

  • Put fivem-mysql-async into server-data/resources/ and rename it to mysql-async

  • Put the redem_roleplay folder in server-data/resources/[redemrp]/ - if you don't have [redemrp], just create a new one

  • First start of server will create everything for you, all you have to do is make sure you have an active MySQL instance running and create a database named 'redemrp'

  • Open your server.cfg and put below commands into it

set es_enableCustomData 1
set mysql_connection_string "server=ip;uid=user_name;password=very_secure_password;database=redemrp"
ensure esplugin_mysql
ensure mysql-async
ensure redem
ensure redem_roleplay

4. Documentation and Usage

Currently there is no official documentation yet, u can check things on discord Join RedEM Discord

It will be avaiable later on This page

5. Credits

https://github.com/kanersps for all work he done, his scripts is the basics of the xrp framework

About

RedEM Roleplay Framework

https://redemrp.org/

License:Other


Languages

Language:Lua 82.2%Language:HTML 10.3%Language:JavaScript 3.3%Language:TSQL 2.3%Language:CSS 1.9%