πŸ“”Installation

On this page you will find installation instructions for the GKSPHONE ESX version.

Step 1: File Location

  • Create a [phone] folder inside the main source file and extract the files in the zip to this folder.

Phone files should be like this among your resources.

Step 2: Insert SQL Query

  • Read the gksphone/gksphone.sql file into your database.

Step 3: ConifgAPI.lua Configuration

  • Fill in the blanks in gksphone/configAPI.lua with discord webhook for taking photos(Don't skip without filling these sections).

You can check here for all the config api functions.

Step 4: Config.lua Configuration

  • You can edit the fields in gksphone/config.lua to the infrastructure you use and activate it according to the sound script you use and make the necessary adjustments.

Code Block
Value
Explanation

Config.EsxVersion

Legacy / OldLegacy

You need to set to your ESX version.

Config.PMAVoice

true / false

Set true if you are using

Config.UseMumbleVoIP

true / false

Set true if you are using

Config.UseTokoVoIP

true / false

Set true if you are using

Config.SaltyChat

true / false

Set true if you are using

Config.OnlineContactPlayers

true / false

Set true if you are using

Config.CallAnswer

answer

Answer registercommand

Config.EndCall

endcall

Endcall registercommand

Step 5: Polyzone

If you want to use the phone's signal feature, don't forget to use the polyzone script.

Step 6: Server.cfg Configuration

Last updated