Server Event
You will find server events of our phone that you can use in this page.
Adding stock market coins
local cryptoadd = exports["gksphone"]:cryptoadd(source, coinid, amount)
print(cryptoadd) => as true or falseRemove coins from stock market
local cryptoremove = exports["gksphone"]:cryptoremove(source, coinid, amount)
print(cryptoremove) => as true or falseFind player id from phone number
local FindSource = exports["gksphone"]:GetSourceByPhone("PhoneNumber")
print(FindSource)Find phone number with source
-- src => Player's ID
local src = source
local FindPhoneNumber = exports["gksphone"]:GetPhoneBySource(src)
print(FindPhoneNumber)How to use phone notification?
If you want a button with notification
Send Mail
Send Offline Mail
Specific Number
New Billing
Changing Phone Number
Last updated