Install a script
The steps common to every resource, from download to start.
This procedure applies to all Wiizer scripts. The details specific to a resource are on its dedicated page.
1. Download
Download the resource from your Cfx.re portal, Assets tab, then unzip it.
2. Place in resources
Drop the folder into resources, by convention in a [wiizer] subfolder.
Do not rename the files of an escrow resource: integrity is based on their
paths.
3. Import the SQL
If the script provides a .sql file, import it into your database.
4. Start order
Add the resource to server.cfg respecting the order: database, then
framework, then your scripts.
# 1. Base de données, toujours en premier
ensure oxmysql
# 2. Framework (VORP ou RSG selon le script)
ensure vorp_core
# 3. Dépendances, puis vos scripts Wiizer
ensure vorp_inventory
ensure wiizer_monscript
5. Configure and start
Open config.lua to adjust the settings, then start the server. If an error
occurs at boot, see the Troubleshooting page.