Skip to content

From the reinventors of the wheel has come VORP CORE a RP Framework for RedM

License

Notifications You must be signed in to change notification settings

RedWest-RP/VORP-Core

 
 

Repository files navigation

VORP-CORE

This is the VORP CORE for RedM made in C# compatible with LUA Discord VORP

Requirements

How to install

  • Download ghmattimysql

  • Copy and paste ghmattimysql folder to resources/ghmattimysql

  • Delete file resources/ghmattimysql/config.json

  • Add set mysql_connection_string "mysql://mysqluser:password@localhost/vorp" to your server.cfg file

  • Add ensure ghmattimysql to your server.cfg file

  • Download the lastest version of VORP CORE

  • Copy and paste vorp_core folder to resources/vorp_core

  • Add ensure vorp_core to your server.cfg file

  • To change the language go to resources/vorp_core/Config and change the default language

  • Example Server.cfg

#MYSQL
set mysql_connection_string "mysql://user:password@ip/vorp"
ensure ghmattimysql
#Core
ensure vorp_core
The vorp_core folder has a vorp.sql file, you need to create a database 'vorp' and import the sql.

Now you are ready!

Wiki

Wiki VORP Core

Credits

Vespura for his work in c# that has helped me create this great project

ExtendedMode We have based our callback system on his callback system

Redemrp_Respawn based on his respawn/death system.

About

From the reinventors of the wheel has come VORP CORE a RP Framework for RedM

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 54.1%
  • JavaScript 38.3%
  • HTML 3.3%
  • TSQL 1.8%
  • Lua 1.3%
  • CSS 1.2%