Server Exports

You will find client events of our gksphonev2 that you can use in this page.

Mail

Send Mail

-- src => Player's ID
local src = source
local MailData = {
  sender = 'GKSHOP',
  image = '/html/img/icons/mail.png',
  subject = "GKSPHONE",
  message = 'TEST',
  button = {   --- If you don't want it to be a button, please remove it.
       enabled = true,
       buttonEvent = "xxxxx:client:setLocation",
       buttonData = waitingDelivery,  -- data
       buttonname = "Test Button"
  }
}
exports["gksphone"]:SendNewMail(src, MailData)

Send Offline Mail

Billing

New Billing

Is Unpaid Bill

To inquire if the player has any outstanding bills

Misc

Send Notification

New Number

Change Number

Change phone number

Emergency Alert

Services

Send Report

Job Status Change

The job in the Dispatch section is for opening and closing

Job Status

Bank App

Bank History Save

Custom App

Add Custom App

Cypto

Add Crypto

Remove Crypto

Live Stream

Add Cheer

Add Coin

Social Media

Toggle Verified

Phone Data Exports

GetPhoneBySource

Find phone number with Source

GetSourceByPhone

Finding a source by phone number

GetPhoneDataBySource

Access the data of the phone used with the Source number

GetPhoneDataByNumber

Accessing the phone's data with the phone number

GetPhoneDataBySetupOwner

Accessing all phone data of the player

GetPhoneDataByPhoneUniqID

Access phone data with the phone's UniqID

GetPhoneDataByCitizenID

Access phone data with the user's ID (You will access the data of the last phone the user opened)

GetPhoneLangBySource

The language the user chooses on the phone

Last updated