📀Installation
Installing this resource is pretty straight forward, please read through everything and double check if you've done the following! That way you won't have any issues.
Step 1
Making sure you have the dependencies
Step 1
Making sure you have the dependenciesDouble check if you have these resources installed:
mysql-async or oxmysql
es_extended or qb-core (For any other framework, you'll have to modify sh_config.lua to make the script compatible!)
Make sure your server's artifacts are updated to version 4752 or above.
Also make sure you don't have any other phone resource installed, because it will conflict!
Step 2
Extracting the files
Step 2
Extracting the filesExtract the downloaded resource from cfx.re keymaster into a folder named high_phone or however you want!
Step 3
Running the database files
Step 3
Running the database filesImport the esx_users.sql and esx_items.sql files into your server's main database.
After you're done with the framework specific step, import the high_phone/sql.sql
file into your database.
Do not skip this warning!
Your database might already include tables that start with phone_
, you have to delete these!
Keeping old contacts from your older phone is possible, but you'll need to match the column names to our phone column names by modifying the old tables. Most phones have different table structures, so we cannot provide you a ready-to-run SQL query for automatic compatibility.
You can also easily keep old phone numbers from most of other phone scripts, all you have to do is either rename the phone number column to phone
that is in your players/users table or change Config.PhoneNumberColumn
name in high_phone/sv_config.lua
to the name of the old phone number column.
Step 4
Configuring the phone
Step 4
Configuring the phoneConfigure your resource, you can read a lot of information on configuring here!
If you're using QB-Core framework, follow this guide:
Open
high_phone/fxmanifest.lua
file and locate theshared_scripts
line.Find the line
'sh_config.lua',
and remove it.Find the line just below the line you removed
'sh_config_QB.lua',
and remove the two hyphens (the symbol "-") right before the quotation mark.
If you've done everything correctly that part should look like the picture below
Step 5
Running the phone
Step 5
Running the phoneAdd ensure high_phone
or however you named the resource folder to your server's configuration file server.cfg.
Make sure to put ensure high_phone
below ensure es_extended
or start es_extended
or whatever your framework resource name is, just like in the picture below
If you've followed every single step thoroughly, the phone should work perfectly. If it still does not work, open a support ticket on our discord.
Last updated