This is the VORP CORE for RedM made in C# compatible with LUA Discord VORP
-
Download ghmattimysql
-
Copy and paste
ghmattimysqlfolder toresources/ghmattimysql -
Delete file
resources/ghmattimysql/config.json -
Add
set mysql_connection_string "mysql://mysqluser:password@localhost/vorp"to yourserver.cfgfile -
Add
ensure ghmattimysqlto yourserver.cfgfile -
Copy and paste
vorp_corefolder toresources/vorp_core -
Add
ensure vorp_coreto yourserver.cfgfile -
To change the language go to
resources/vorp_core/Configand change the default language -
Example Server.cfg
#MYSQL
set mysql_connection_string "mysql://user:password@ip/vorp"
ensure ghmattimysql
#Core
ensure vorp_coreThe vorp_core folder has a vorp.sql file, you need to create a database 'vorp' and import the sql.
Now you are ready!