❓Documentation
On this page you will find the most frequently asked questions about our phone qb version and their answers.
Last updated
On this page you will find the most frequently asked questions about our phone qb version and their answers.
Last updated
First, put the wallpaper you will add in gksphone\html\static\img\background
Then add the wallpaper in gksphone\html\static\config\config.json as in the example.
First, put the wallpaper you will add in gksphone\html\static\sound
Then add the music in gksphone\html\static\config\config.json as in the example
When you buy the phone, the phone reaches you fully compatible with 6 languages. If the language you want is outside of these languages, you have to translate it yourself.
You need to write the name of the file you have put in the gksphone\locale\ folder in config.lua.
You need to write the name of the file you have put in the gksphone\html\static\config\lang\ folder in config.json.
Lua language files must be in the gksphone\locale\ folder. The json language files should be in the gksphone\html\static\config\lang\ folder. Otherwise the language files won't work.
You can send ambulance dispatch in two ways on our phone. With /911e (message) and "G" key after death. Add the following line of code to your ambulancejob script for the G key configuration.
The sample code below is adapted for qb-ambulancejob only If you have a different script, you have to adapt it yourself.
Find the "hospital:server:ambulanceAlert
" function in qb-ambulancejob/client/dead.lua and laststand.lua then replace it with the following code.
Find application line in gksphone\html\static\config\config.json and set "show" to false
Find application line in gksphone\html\static\config\config.json and set "name" to what ever want to name
Inside the gksphone\html\static\config\config.json file you can do it like in below examples.
allowjob: You can make the application appear only in the jobs you want.
blockedjobs: You can close the application to the jobs you want.
If you want to increase or decrease the startup applications on your phone, you can setting in gksphone\html\static\config\config.json.
Don't forget to set the "show" feature to "false" in the AppStore section of the application you have added here. Likewise, add the application you will remove to the AppStore section and don't forget to set the "show" feature to "true".
There are 3 filters on the phone by default. You can increase or decrease them if you want. You can make your changes in the following section in gksphone\html\static\config\config.json
You can set the positions of the application icons on your screen (when the notification comes) as top and left in px in gksphone\html\static\config\config.json
You will make your additions into gksphone\html\static\config\config.json.
label : The name of the profession to appear in the application jobname : Occupational codes of message recipients (you can add more than one) logoname : it's usually better to write job codes. (gksphone\html\static\img\jobs) add the pictures to the location we provide and give the name you named logoname (must be png) category: Write one of the category options you have set in JobCategory.
Do it as you see in the examples in the picture above, the first value is the job code, the second value is the text that will appear in the Jobs app.
Find "Config.loafHouse" in gksphone/config.lua and set it to true.
After you need to find "House" application in the gksphone/html/static/config/config.json and set the show part to true.
The person who forgets the password should delete the following file on his own computer.
Mouse Input Method : DirectInput should be set from in-game settings, Keyboard / Mouse category.
Check your config.json file. There may be a mistake. You can repair or see your error on this page. https://jsonformatter.curiousconcept.com/
You need to add images of items to gks_gotur and gks_ebay/img folder.
File location: qb-core/server/player.lua
We are using charinfo.phone which QBCore uses. You need to make the change in the code area I have given below(in your own file).
You can't add "-" between numbers in QBCore. It only needs to be a number
If you don't want to use the charging system on your phone, change the ChargeOn = true line to false in gksphone/charge/config.lua.
You can charge it in 2 ways using the charging system of our phone.
You can charge it with the powerbank item,
You can charge with our normal and fast charging stations.
You need to add the Powerbank item to your inventory.
File location: qb-core > shared > items.lua
You can set how many percent the powerbank item will charge in how many seconds.
You can find the charging station in any location on the map, go to it and press the "e" button to start the charging process.
We have placed normal and fast charging stations in some parts of the map for you. But you can move them wherever you want.
You can set how many percent per second the charging stations should charge, and how much fee should a 1 percent charge charge.
The signal system is that phone apps become unusable in some areas of the map. Don't forget that you need the polyzone script to use this script.
You can turn off the signal system by setting false in config.lua.
You can set which apps your players can and can't use when the phone signal is cut off.
You can enter in gksphone/html/static/config/config.json and set the signal line under the applications to true or false.
Open "ox_inventory > data > items.lua" , you must add line below.
Search for phone in this file. If an item exists, replace it with the following code. If not, add it. In case of 2 phone items you will get an error.
Code Block | Explanation |
---|---|
Code Block | Explanation |
---|---|
Code Block | Explanation |
---|---|
Registercommand | Function |
---|---|
Cfg.TebexTransactionID
This is the tbx-id number given to you by tebex when you buy this phone. You need to write for Music and PlayTube to work.
Cfg.MessagesWebhook
Set true if you want to log messages with webhook, false if you don't.
Cfg.CallWebhooks
Set true if you want to log calls with webhook, false if you don't.
Cfg.MediaServices
You should set it according to the type of media you will use. ( Value: discord, imgur, imgbb, gkshop)
Cfg.MediaToken
You must write the token of the media service you are using. (Except for Discord, the discord webhook should be added to the Cfg.PhotoWebhook section.)
Cfg.VoiceMail
For the voicemail feature to work, you must enter discord webhook.
Cfg.PhotoWebhook
For the taking photo to work, you must enter discord webhook.
Cfg.Carseller
If you want to keep the log of the Carseller sales, you must enter the discord webhook.
Cfg.NewCarSeller
If you want to keep the log of the added new car in application, you must enter the discord webhook.
Cfg.JobNotif
If you want to keep the log of the Jobs application, you must enter the discord webhook.
Cfg.TwitterWeb
If you want to keep the log of the Twitter application, you must enter the discord webhook.
Cfg.YellowWeb
If you want to keep the log of the Yellow Pages application, you must enter the discord webhook.
Cfg.InstagramWeb
If you want to keep the log of the Instagram application, you must enter the discord webhook.
Cfg.Crypto
If you want to keep the log of the Crypto application, you must enter the discord webhook.
Cfg.BankTransfer
If you want to keep the log of the Bank Transfers, you must enter the discord webhook.
Cfg.RaceWinning
If you want to keep the log of the Race Winnings, you must enter the discord webhook.
Cfg.RaceCreate
If you want to keep the log of the Race Creators, you must enter the discord webhook.
Cfg.MessageWeb
If you want to keep the log of the Messages application, you must enter the discord webhook.
Cfg.CallWebhook
If you want to keep the log of the Calls, you must enter the discord webhook.
Cfg.JobApplication
If you want to keep the log of the Job Application, you must enter the discord webhook.
Cfg.NewsWebhook
If you want to keep the log of the News Application, you must enter the discord webhook.
Cfg.BankLimit
Minimum transfer amount for Discord webhook.
Cfg.ExploitWebhook
Detects and logs players who engage in trying abuse over the phone.
Cfg.PlayerInfo
If you set this to true, you can access posting information in Squawk, Advertising, and SnapGram.
Config.PropActive
If you don't want to use prop set it to false.
Config.Fahrenheit
Weather on the phone uses the °F/°C degree format if you set it to false "°C" will be used.
Config.EyeTarget
Required qb-target (You can use it for contacts sharing and phone booth).
Config.TargetExport
Set this to true if you want the phone number to be saved in the users table when a user's phone number is created.
Config.UsableItem
Set to true if you want the phone to be used with the item.
Config.AirDropID
Set it to true if you want the player's ID to be seen in the Phone Airdrop option, and set it to false if you want the player's name to be seen.
Config.AutoMessageDelete
Your database is too bloated and if you want it deleted set this to true.
Config.AutoDeleteTime
How many days do you want the databases to be deleted?
Config.MumbleExport
If you changed the name of the audio script, rename it whichever suits you best.
Config.PMAVoiceExport
If you changed the name of the audio script, rename it whichever suits you best.
Config.UseMumbleVoIP
Activate whatever sound script you are using.
Config.PMAVoice
Activate whatever sound script you are using.
Config.UseTokoVoIP
Activate whatever sound script you are using.
Config.SaltyChat
Activate whatever sound script you are using.
Config.TaxiPrice
Taxi application price per km/h.
Config.BankTransferCom
Commission fee for bank transfers (percentage).
Config.ValePrice
Valet car bring fee.
Config.CarsSellerBlacklist
Type the hash code of the vehicle you want not to be sold.
Config.BillingCommissions
You can get commission from invoices, first value is jobs code, second value is commission (QBCore).
Config.YellowpagesPrice
Post fee per for Yellow Pages.
Config.PhoneBox
Set to true if you want to use phone booths.
Config.PhoneBoxKey
Interaction key of the phone booth.
Config.PhoneBoothMoney
Usage fee settings from the phone booth.
Config.PhoneBoothModel
Phone Model options you can add or turn off what you want.
Config.PhoneBootNumber
Phone number of the phone booth.
Config.Crytos
You can add or turn off any crypto you want. (https://api.coingecko.com/api/v3/coins/list?include_platform=false) Crypto list that can be added The id option will be the first value, and the second value will be true or false.
Config.TwitterSubsDate
You can set Twitter Verify subscription period time value(day)
Config.TwitterSubsPay
You can set Twitter Verify subscription price value(price)
WebSiteURL
You can set which site to open in the Info application. Website must be iFrame compatible.
locales
You must write the name of the language file you are using.
Picturequality
You can adjust the quality of pictures taken on the phone. (Maximum value should be 1)
ImageSizeLimitMB
You can set the size (in MB) of images to be shared in Squawk and Advertising apps
NotifiKonumDebug
Set it to true to determine the location of the notification icons. Do not forget to close it after processing the necessary information.
Valebring
If you want the valet not to bring a vehicle, set it to "false".
Facetime
If you want to turn off Facetime, simply turn this function off.
GroupCall
You can activate or deactivate the group call feature.
MessageRecordMic
If you want to disable the Voicemail feature, set it to "false".
BottomNotif
If you want to turn off the bottom notification in the middle of the game, just turn it off.
RealTime
If you want to turn off real time set this to false.
AirDrop
Set this to "false" if you want to turn off number sharing.
RingtoneXsound
If everyone hears the ringtone or you don't want to use it, set it to "false" to turn it off.
JobMessageAnonymous
Set to false to turn off hidden submit option in Jobs application.
CurrencyComma
You can activate or deactivate the use of commas in the amount of money displayed on the phone.
GamblingGame
You can activate or deactivate the poker game inside the games.
qbitPurchase
You can toggle qbit purchase on the phone.
qbitSell
You can toggle qbit sell chase on the phone
qbitTransfer
You can toggle qbit transfer on the phone.
RaceNOSPhasing
You can turn nos use on or off in races.
Race30sPhasing
You can turn the 30 second phasing feature on or off in races.
RaceFullPhasing
You can turn the full phasing feature on or off in races.
HomePageSkip
You can turn the lock screen on or off every time the phone is turned on.
LiveAPPGIF
In Live Stream App, you can set the amount of donations that the post-donate celebration gif will appear from.
NewBill
You can set whether or not to use the invoice creation feature in the Business application.
NewsPerm
You need to enter the code of the jobs that will use the News application on the phone.
Squawk -> image
Allows you to turn the post image attachment feature on or off
Squawk -> video
Allows you to turn the post video attachment feature on or off
Squawk -> audio
Allows you to turn the post audio attachment feature on or off
Squawk -> poll
Allows you to turn the post poll attachment feature on or off
Squawk -> emoji
Allows you to turn the post emoji attachment feature on or off
Squawk -> CharacterLimit
Allows you to set the post character limit in a post
Squawk -> verify
Allows you to turn the Verify Subscription feature off and on
/answer
You can answer a call with this command.
/endcall
You can end a call with this command.
/911e dispatchmessage
You can dispatch emergency units with this command.
/911p dispatchmessage
You can dispatch police units with this command.
/raceauth id true/false
You can authorize a player to create a racemap with this command.
/twitterverify (true/false) username)
You can add a blue tick to a player's Twitter account with this command.
/instagramverify (true/false) username
You can add a blue tick to a player's Instagram account with this command.
/charge id percentage
You can set the percentage of a player's phone charge.
/endcharge
You can stop the charging process with this command.
/telfix
If a player is having trouble with their phone information, they can use this command.
/deletecharge
Before restarting the phone, you can delete the charging stations on a player basis using this command. (So that you can't get crash)
/logi
You can log out of your SnapGram account with this command.
/logt
You can log out of your Squawk account with this command.
/logti
You can log out of your Match Me account with this command.
/blockAdd
You can turn send posting off and on in the Advertising app with this command.
/blockSquawk
You can turn send posting off and on in the Squawk app with this command.
/blockSnapgram
You can turn send posting off and on in the SnapGram app with this command.
/phonenumberchange (id) (newnumber)
With this command, you can change the number of the player in the ID you entered. The player must log out of the server completely for the number change to take effect (logout isn't enough!)
/bantwitter (true/false) (username)
Allows you to ban a squawk(twitter) user. Banned person can't use the app.