Documentation

On this page you will find the most frequently asked questions about our phone esx version and their answers.

How do I send an ambulance dispatch after die?

local reportMessage = "Report Message"
local reportPhoto = "Image Link" or nil
local job = "ambulance" -- job code
local anonymous = false -- or true

exports["gksphone"]:SendDispatch(reportMessage, reportPhoto, job, anonymous)

How do I set the visibility of apps by jobs?

You can make the application you want visible to some jobs and invisible to others.

gksphone\config\config.json

How to add filter in Advertising?

To add filters to the Advertising application, you can add filters like the examples below.

gksphone\config\config.json

How do I add new jobs to Business invoices in Bank/billing App?

Here you can add new jobs to commercial invoices in the invoice creation in the bank application. (gksphone/config/config.json)

gksphone/config/config.json

What are the registercommands on the phone?

RegisterCommand
Function

/phone

Allows you to turn on the phone

/delphone

It is used when the phone prop gets buggy

/twitterverify none/blue/yellow username

Giving/Receiving a tick to a Squawk user

/blocktwitter true/false

You can block sharing on Squawk

/bantwitter true/false username

You can ban or unlock a squawk user's account

/phonenewnumber id newphonenumber

You can give a person a unique phone number. (The person who is given a private number can use the new number by selecting it from the SIM application)

/adminauth true/false

So you can delete unwanted squawks, ads, snapgram

/phonechangenumber phoneID oldNumber newNumber

to change a phone number

/chargephone playerSource 0-100

change phone charge percentage

/snapgramVerify none/blue username

Giving/Receiving a tick to a Snapgram user

How to fix license error or config.json file?

Check your config.json file. There may be a mistake. You can repair or see your error on this page. https://jsonformatter.curiousconcept.com/

How to set E-SIM operator names and package contents?

Open the gksphone/config/config.lua file and change the names of the places indicated by the arrows in the picture below.

gksphone/config/config.lua
Key
Value

name

You can write the package name here

label

You can write the package name here

sms

If the SMS in the package runs out, the fee charged by your bank per SMS

call

If the Call/Min in the package runs out, the fee charged by your bank per SMS

internet

If the Internet/GB in the package runs out, the fee charged by your bank per SMS

newnumber

Fee for ordering a new number from the SIM application

gksphone/config/config.lua

Setting charge usage

You can set the "ChargeMillisecond" option to how many milliseconds it will take to lose 1% charge. (gksphone\config\charge\config.lua)

gksphone\config\charge\config.lua

Last updated