High Scripts

Documentation

Installation

How to install High Phone from scratch.

Introduction

High Phone is relatively easy to install and update, the database gets automatically created, and it never conflicts with other phone databases, because our tables have a hphone_* name format.

Even though our phone uses Asset Escrow you are able to edit every function you'll likely need, in a very unique and convenient bridge system that we've developed. More on that in Bridges

Dependencies

Below is a list of resources your server must have installed!

GitHuboverextended/ox_lib

369

GitHuboverextended/oxmysql

339

GitHubAvarianKnight/pma-voice

250

Also a list of software your server host must install!

MariaDB Community Server >= 10.11


Windows Server Artifacts Do not use the latest recommended artifacts! >= 12913

Linux Server Artifacts Do not use the latest recommended artifacts! >= 12913

Lately there have been some defective artifacts causing crashing and other server issues, to check for faulty artifacts you can use JG Scripts Artifacts DB!

Installation

Downloading High Phone

You can download it from the Cfx.re portal, or the old Cfx.re keymaster, nowhere else, every other link is a scam!

Extract the ZIP file contents

Using 7z or Windows 11, you can extract the high-phone.pack.zip folder into your server's server-data/resources directory.

Start the resource in the server config

In your server-data/server.cfg file, add the following code after all framework, ox-lib, oxmysql resources!

ensure [high-phone]

Your server.cfg should look something like this:

...
ensure oxmysql
ensure ox-lib
ensure qbx-core
 
ensure [high-phone]
...

Make sure you add the code after all other resources start.

Resources like ox-lib, oxmysql, ox-inventory, qbx-core or es_extended (if you're using them) must be started before High Phone

What's next?

Installing High Phone is as easy as just 3 simple steps! If you're switching from another phone, you may want to take a look at migrating

Last updated on

On this page