Server
You will find server events of our gksphonev2 that you can use in this page.
Exports
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
New Billing
Send Notification
New Number
Send Dispatch
Bank History Save
Job Status Change
Is Unpaid Bill
Change Number
Phone Data Exports
GetPhoneBySource
GetSourceByPhone
GetPhoneDataBySource
GetPhoneDataByNumber
GetPhoneDataBySetupOwner
GetPhoneDataByPhoneUniqID
GetPhoneDataByCitizenID
GetPhoneLangBySource
Last updated