Server Exports
You will find client events of our gksphonev2 that you can use in this page.
Messages
SendMessage
--- Sends a message from any number to another number
--- @param fromNumber string Sender phone number
--- @param toNumber string Receiver phone number
--- @param message string|table|vector2 Message content, table with coords {x,y}, or vector2 for GPS
--- @return table { status = boolean, messageId = number|nil, error = string|nil }
exports["gksphone"]:SendMessage("101-11111", "101-22222", "Hello!")BroadcastSystemMessage
--- Broadcasts a system message to all online players
--- @param message string|table Message content
--- @param senderNumber string Sender number/name
--- @return table { status = boolean, sentCount = number }
exports["gksphone"]:BroadcastSystemMessage("Hello!", "Police")Mail
Send Mail
Send Offline Mail
Billing
New Billing
Is Unpaid Bill
Misc
Send Notification
New Number
Change Number
Emergency Alert
Services
Send Report
Job Status Change
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
Heavy Jammer
heavyJammerByPhone
heavyJammerByPhones
isPhoneJammed
getJammedPhones
clearAllJammers
Phone Data Exports
GetPhoneBySource
GetSourceByPhone
GetPhoneDataBySource
GetPhoneDataByNumber
GetPhoneDataBySetupOwner
GetPhoneDataByPhoneUniqID
GetPhoneDataByCitizenID
GetPhoneLangBySource
Last updated