Client Event
You will find client events of our phone that you can use in this page.
Flight Mode
local FlightMode = exports["gksphone"]:CheckFlightMode()
print(FlightMode) => as true or falsePlayer Phone Number
local PhoneNumber = exports["gksphone"]:PhoneNumber()
print(PhoneNumber) => You can reach the player's phone numberPhone turned on or not?
local CheckOpenPhone = exports["gksphone"]:CheckOpenPhone()
print(CheckOpenPhone) => as true or falseTurn off the phone
exports["gksphone"]:ClosePhone()Turn on the phone
exports["gksphone"]:OpenPhone()Prevent the phone from turning on
exports["gksphone"]:BlockOpenPhone(true) -- Prevents the phone from turning on
exports["gksphone"]:BlockOpenPhone(false) -- Turns off preventionHow to use phone notification?
If you want a button with notification
Sending a Message
Mail Sending Process
JOB App Send Message
IsCall
Starting Call
Specific Number
Exports for Custom APP
Preventing Character Walk
Last updated