Fresh Install Guide
When troubleshooting errors, the initial step is to perform a fresh installation, as it resolves approximately 95% of the issues reported in support tickets. Carefully follow the guide below to ensure a successful fresh install.
Executing a fresh install is a critical procedure when encountering errors, even if you have just purchased the script and this is your first installation.
Redownload the script
Visit https://keymaster.fivem.net/ (opens in a new tab) and navigate to the purchased assets tab to redownload the script.
Reinstall the files
- Completelly remove all previously existing script files from your resources folder.
- Extract the newly downloaded script files without making any modifications. Refer to installation guide if you require assistance with this process.
When reinstalling the scripts, keep the original configuration to avoid any errors resulting from configuration changes. Only modify the lc_utils
configuration to adjust your framework settings (ESX/QBCore).
Drop all script tables from your database
Follow the instructions provided below for different database management tools:
For HeidiSQL folow the steps below:
Identify your database
Begin by identifying the database used by your server. In the following example, the database is qbcore
.
Refresh the database
Refresh the database by right clicking on the database name and selecting Refresh
.
Filter the tables
Filter the database tables to you find the correct tables that need to be dropped. In the example below, the tables from the stores
script are being dropped. These could also include trucker
, gas_station
, dealership
, factories
, advanced_vehicles
, ...
Tip: The table prefix for each script can be found in a blue tooltip in the respective installation steps in this documentation.
Drop the tables
For each table, right click on it, select Drop
and then confirm. Ensure that all tables are dropped.