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.
Last updated
Was this helpful?
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.
Last updated
Was this helpful?
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 filesExtract the downloaded resource from into a folder named high_phone or however you want!
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.
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 phoneStep 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
Configure your resource, you can
Not doing so results in errors.