This is the VORP CORE for RedM made in C# compatible with LUA Discord VORP
-
Download ghmattimysql
-
Copy and paste
ghmattimysql
folder toresources/ghmattimysql
-
Delete file
resources/ghmattimysql/config.json
-
Add
set mysql_connection_string "mysql://mysqluser:password@localhost/vorp"
to yourserver.cfg
file -
Add
ensure ghmattimysql
to yourserver.cfg
file -
Copy and paste
vorp_core
folder toresources/vorp_core
-
Add
ensure vorp_core
to yourserver.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!