This is the new VORP CORE for RedM made in LUA! Finally!
If you have the C# version of the core and want to replace it, it's just drag and drop. Everything works without having to change anything!
For more questions message me on Discord: goncalobsccosta#9041
- ghmattimysql - is oxmysql
- VORP-Inputs
- VORP-Character -- use the premade server
-
Download ghmattimysql
-
Copy and paste
ghmattimysql
folder toresources/ghmattimysql
-
Delete file
resources/ghmattimysql/config.json
-
Add
set mysql_connection_string "mysql://root:@localhost/vorp?acquireTimeout=60000&connectTimeout=60000"
to your server.cfg file -
Add
ensure ghmattimysql
to yourserver.cfg
file -
To change the language of the core go to
resources/vorp_core/config.lua
and change the default language (Same for other scripts) -
Copy and paste
vorp_core
folder toresources/[vorp]
(Same for other scripts) -
Add ensure
vorp_core
to yourserver.cfg
file (Same for other scripts) -
Example Server.cfg
set mysql_connection_string "mysql://root:yourDBpassword(If you dont have one, leave this blank)@localhost/vorp?acquireTimeout=60000&connectTimeout=60000"
#These resources will start by default.
stop sessionmanager
stop webadmin
stop monitor
ensure mapmanager
ensure chat
ensure spawnmanager
ensure sessionmanager-rdr3
ensure fivem
#ensure hardcap
ensure rconlog
ensure interiors
#MYSQL
ensure ghmattimysql
#VORP Core
ensure vorp_core
ensure vorp_inputs
#VORP Scripts
ensure vorp_character
ensure vorp_inventory
ensure vorp_metabolism
ensure vorp_clothingstore
ensure vorp_stables
ensure vorp_adminmenu
ensure vorp_stores
ensure vorp_weaponstore
ensure vorp_banks
ensure vorp_barbershops
ensure vorp_cinema
ensure vorp_housing
ensure vorp_postman
ensure vorp_woodcutter
The scripts may have an SQL file, you need to create a database and execute the SQL files.
We recommend to download and add the all the scripts to the server together before creating a character if you are going to test the scripts (Specially for vorp_metabolism and vorp_inventory). We also recommend using the 2619 version of server artifacts.
Now you are ready!
VORP-Core This script was based on this core.
Adding commands
AddCommand('cmd', 'detail', { help }, true, function(source, args)
local _source = source
end, 'admin')