βDocumentation
On this page you will find the most frequently asked questions about our phone esx version and their answers.
1. Ox_inventory
["phone"] = {
label = "Phone",
weight = 190,
stack = false,
consume = 0,
client = {
export = "gksphone.UsePhoneItem",
remove = function()
TriggerEvent("gksphone:client:ItemRemoved", "phone")
end
}
},
["iphone"] = {
label = "iPhone",
weight = 190,
stack = false,
consume = 0,
client = {
export = "gksphone.UsePhoneItem",
remove = function()
TriggerEvent("gksphone:client:ItemRemoved", "iphone")
end
}
},
---- For Powerbank item
["powerbank"] = {
label = "Powerbank",
weight = 190,
stack = false,
consume = 1,
client = {
event = "gksphone:client:powerbank"
}
},2. How do I send an ambulance dispatch after die?
3. How to disable an app on phone menu screen?

4. How do I set the visibility of apps by jobs?

5. How can I change the phone's start apps?

6. How to add filter in Advertising?

7. How do I add other jobs and questions to the job application in the Business application?

8. How do I add new jobs to Business invoices in Business App?

9. How do I set/add jobs use of the Business App?

10. How do I add a job to the Dispatch app?


11. What are the registercommands on the phone?
RegisterCommand
Function
12. How to fix license error or config.json file?
13. How to set E-SIM operator names and package contents?

Key
Value

Last updated