Installation | Welcome to GitBook (2024)

If you are transferring files using FTP transfer your files using winscp program. Filezilla transfers files as corrupted.

If you have xsound in your source files, you must remove it. Use the xsound file we provided to you.

  • Create a [phone] folder inside the main source file and extract the files in the zip to this folder.

  • Read the gksphone/gksphone.sql file into your database.

  • Step 3: ConifgAPI.lua Configuration

  • Fill in the blanks in gksphone/configAPI.lua with discord webhook for taking photos(Don't skip without filling these sections).

  • You can check here for all the config api functions.

    If you want to use music and playtube app: you must fill Cfg.TebexTransactionID line with your tbx-id.

    If you are going to use a discord webhook for your media uploads, don't forget to write your discord webhook in the Cfg.PhotoWebHook section. If you don't know how to create discord webhook, check this page.

    As GKSHOP, We offer Media Service so that you can better use the media services on our phone. It isn't mandatory to purchase this service, it is optional. Purchase GKSMEDIA SERVICE

    Step 4: Config.lua Configuration

  • You can edit the fields in gksphone/config.lua to the infrastructure you use and activate it according to the sound script you use and make the necessary adjustments.

  • Don't forget to set the "Config.ESXVersion" part in the config.lua file according to you. Otherwise, the phone functions won't work properly.

    -- PHONE SETTINGS --Config = Config or {}Config.KeyMapping = true --## This setting is for those using slotted inventory. (Prevents key operation)Config.OpenPhone = 'f1' --## Phone open key ## https://docs.fivem.net/docs/game-references/input-mapper-parameter-ids/keyboard/Config.RegisterCommand = "TooglePhone" --Config.ItemName = { "phone", "pink_phone", "gold_phone" }Config.ChargeItemName = "powerbank" -- PowerBank Item NameConfig.PropActive = falseConfig.Locale = 'en'Config.Fahrenheit = falseConfig.DataUsersPhoneNumber = false -- You can use it if there is phone_number in the users table in the database.Config.UsableItem = true -- If you want to use without items set it to falseConfig.OxInvetory = true -- if you are using ox inventory set this to trueConfig.AirDropID = false -- Activate the AirDrop feature if you want the player to see the ID.Config.AutoMessageDelete = true -- Automatically deletes messages (Messages,Mail,Group Messages,Matchme Messages,Advertising)Config.AutoDeleteTime = 4 -- How many days ago you want to delete dataConfig.TargetExport = "qtarget" -- exports["qtarget"] -- Resource NameConfig.EyeTarget = false -- required qtargetConfig.WaitPhone = 2 -- Cycle time when phone is onConfig.Signal = true -- Signal system (phone downtime in some areas)-- PHONE SETTINGS ---- ESX --Config.ESXVersion = "Legacy" -- ESX Version Legacy (+1.2) / OldLegacy (1.1)Config.ESXResourceName = "es_extended" -- Filename of ESX Framework scriptConfig.ESXSharedObject = "esx:getSharedObject" -- ESX SharedObject FunctionConfig.ESXName = "esx" -- if you are using a different ESX name (you may need to change it)Config.ESXLogout = "esx:playerLogout" --- ESX Logout triggerConfig.EsxAddonAcc = 'esx_addonaccount:getSharedAccount' -- if you are using a different ESX name (you may need to change it)Config.ESXonPlayerDeath = 'esx:onPlayerDeath' -- Trigger to be used when the player diesConfig.ESXonPlayerSpawn = 'esx:onPlayerSpawn' -- The trigger that should be when the player gets reviveConfig.ESXScoietyGetEmployes = "esx_society:getEmployees" -- ESX Scoiety Adjust the triggers accordingly if they are different for you.Config.ESXScoietyGetJob = "esx_society:getJob" -- ESX Scoiety Adjust the triggers accordingly if they are different for you.-- ESX ---- SETTINGS REQUIRED TO SPEAK VOICE --Config.MumbleExport = "mumble-voip" -- exports["mumble-voip"]Config.PMAVoiceExport = "pma-voice" -- exports["pma-voice"]Config.PMAVoice = true -- Use Pma-Voice Resource (Recomended!) https://github.com/AvarianKnight/pma-voiceConfig.UseMumbleVoIP = false -- Use Frazzle's Mumble-VoIP Resource https://github.com/FrazzIe/mumble-voipConfig.UseTokoVoIP = falseConfig.SaltyChat = false -- SaltyChat (v2.6)--- ## CALL COMMAND ### ---Config.OnlineContactPlayers = false -- Activate to see active players in the contactsConfig.CallAnswer = "answer" -- quick answer (registercommand)Config.EndCall = "endcall" -- to close call (registercommand)Config.SpecificNumberOn = false --- If you want the SpecificNumber function to work, enable it -- When this number is called the trigger on the doc page will work. -- server : https://docs.gkshop.org/gksphone/developers/server-event#specific-number -- client : https://docs.gkshop.org/gksphone/developers/client-event#specific-numberConfig.SpecificNumber = { ["5555555"] = true}-- APP SETTINGS --Config.TaxiPrice = 75 -- Taxi Price ( 75$/KM )Config.TaxiJobCode = "taxi" -- Job Code-- ### BANK APP ### ---Config.BankTransferCom = 10 -- Bank transfer commission rateConfig.OfflineBankTransfer = true---### Dispatch ### ---Config.cdDispatch = false -- Activate if you are using Codesign Dispatch (https://codesign.pro/package/4206357)-- ### VALE APP ### ---Config.OwnedVehicles = "owned_vehicles" -- ## SQL TABLE NAME (VEHICLES)Config.ValetOut = "OUT" -- ## GARAGE IN OUT OPTIONConfig.ValePrice = 100 -- Vale PriceConfig.ValeNPC = false -- Activate if you want the valet to bring the car to you.Config.ImpoundVale = true -- Set to true to not fetch impounded carsConfig.cdGarages = false -- Activate if you are using Codesign Garage (https://codesign.pro/package/4206352)Config.loafGarages = false -- Activate if you are using Loaf Garage (https://store.loaf-scripts.com/package/4310876)Config.ClassList = { [0] = "Compact", [1] = "Sedan", [2] = "SUV", [3] = "Coupe", [4] = "Muscle", [5] = "Sport Classic", [6] = "Sport", [7] = "Super", [8] = "Motorbike", [9] = "Off-Road", [10] = "Industrial", [11] = "Utility", [12] = "Van", [13] = "Bike", [14] = "Boat", [15] = "Helicopter", [16] = "Plane", [17] = "Service", [18] = "Emergency", [19] = "Military", [20] = "Commercial", [21] = "Train"}-- ## CAR SELLER ## --Config.OfflineCarSeller = trueConfig.DefaultGarage = "pillboxgarage" -- The garage where the car will go when a car is purchasedConfig.Carhashdebug = false -- car hash (f8)Config.CarsellerTax = 10Config.CarsSellerBlacklist = { [-16948145] = false, -- car hash and true/false [-344943009] = false}Config.CarSellerClassBlock = { ["Emergency"] = true}-- ### House APP ### ---Config.loafHouse = false -- Activate if you are using Loaf House (https://store.loaf-scripts.com/package/4310850)-- ### Advertising APP ### ---Config.AdvertisingPrice = 300Config.AdvertisingSendBlockCommand = "blockAdd" -- (/blockAdd true/false)-- ### Twitter APP ### ---Config.TwitterVerifyCommand = "twitterverify"Config.TwitterSendBlockCommand = "blockTwitter" -- (/blockTwitter true/false)-- ### SnapGram APP ### ---Config.InstagramVerifyCommand = "instagramverify"Config.InstagramSendBlockCommand = "blockInstagram" -- (/blockInstagram true/false)-- ### Race APP ### ---Config.RaceAutCommand = "raceaut"Config.esxcoreaut = "admin" --- esx 1.2 authorization system-- ### Charge ### --- (/charge playerid charge(0-100))Config.ChargeAutCommand = "charge"Config.esxcorechargeaut = "admin" --- esx 1.2 authorization system-- ### Number Change ### ---Config.NewNumberChange = "phonenumberchange" -- /phonenumberchange playerid newnumber-- APP SETTINGS ----## PHONE Box --##Config.PhoneBox = trueConfig.PhoneBoxKey = "E"Config.PhoneBoxRegCom = "phonebox"Config.PhoneBoothMoney = { actived = true, money = 500 }Config.PhoneBoothModel = {[1281992692] = true, [1158960338] = true, [295857659] = true, [-78626473] = true, [-2103798695] = true, [1511539537] = true, [-1559354806] = true}Config.PhoneBootNumber = "22222"--## Crypto ##--Config.Crytos = { ["bitcoin"] = true, ["ethereum"] = true, ["tether"] = true, ["binance-usd"] = true, ["uniswap"] = true, ["binancecoi"] = true, ["terra-luna"] = true, ["avalanche-2"] = true, ["cardano"] = true, ["ripple"] = true, ["usd-coin"] = true, ["dogecoin"] = true, ["litecoin"] = true, ["chainlink"] = true, ["stellar"] = true, ["tron"] = true, ["eos"] = true, ["monero"] = true, ["iota"] = true}---## Spam ## ---Config.SpamLimit = 6 -- Default: 6Config.SpamReset = 10 -- secondsConfig.SpamPlayerKick = trueConfig.SpamDropPlayer = "You were kicked from the server for spamming too much"--- ### FREAMWORK ### ----ESX = nilpcall(function() ESX = exports[Config.ESXResourceName]:getSharedObject() end)if ESX == nil then TriggerEvent(Config.ESXSharedObject, function(obj) ESX = obj end)end-- ### Business APP ### ----- JOBs that will use the Business APPConfig.UseBusinessJobs = { mechanic = true, ambulance = true, police = true}Config.UseBillingCommission = true -- Invoice commission true/false-- This is a percentage (0.10) == 10% ( Must be active to receive commission - If the player is not in the game, she/he cannot receive a commission.)Config.BillingCommissions = {  mechanic = 0.10, police = 0.25}-- People who can use the application at a high level (jobs and lowest rank) Config.JobGrade = {  ["police"] = 3, ["ambulance"] = 2, ["mechanic"] = 2}--- ## Live APP --- ##Config.LiveAPPDonateTax = 0.20 -- deduction rate from incoming money

    If you want to use the phone's signal feature, don't forget to use the polyzone script.

    Step 6: Server.cfg Configuration

    ensure gks_goturensure gks_racingensure xsoundensure gks_ebayensure gksphoneensure gks_rentacar
    Installation | Welcome to GitBook (2024)
    Top Articles
    Su Hippon. fr. 180 Dg. (= 171 W.2)
    Opinion: Court's dismissal of antisemitism at U of T encampment a slap in the face
    Pet For Sale Craigslist
    Camera instructions (NEW)
    Housing near Juneau, WI - craigslist
    Bashas Elearning
    Limp Home Mode Maximum Derate
    Us 25 Yard Sale Map
    Boggle Brain Busters Bonus Answers
    Call Follower Osrs
    Tlc Africa Deaths 2021
    Lesson 3 Homework Practice Measures Of Variation Answer Key
    Comenity Credit Card Guide 2024: Things To Know And Alternatives
    The Binding of Isaac
    Bc Hyundai Tupelo Ms
    Vcuapi
    Alexandria Van Starrenburg
    Viprow Golf
    Michael Shaara Books In Order - Books In Order
    Used Sawmill For Sale - Craigslist Near Tennessee
    Pricelinerewardsvisa Com Activate
    Patrick Bateman Notebook
    Craigslist Mt Pleasant Sc
    Wausau Obits Legacy
    Sprinkler Lv2
    Wbiw Weather Watchers
    THE FINALS Best Settings and Options Guide
    Stihl Dealer Albuquerque
    Fleet Farm Brainerd Mn Hours
    Defending The Broken Isles
    Hctc Speed Test
    Lexus Credit Card Login
    Dr. Nicole Arcy Dvm Married To Husband
    Watertown Ford Quick Lane
    Black Lion Backpack And Glider Voucher
    The Creator Showtimes Near Baxter Avenue Theatres
    Ringcentral Background
    'Conan Exiles' 3.0 Guide: How To Unlock Spells And Sorcery
    Ripsi Terzian Instagram
    Ourhotwifes
    The Pretty Kitty Tanglewood
    T&J Agnes Theaters
    Games R Us Dallas
    Craigslist Lakeside Az
    Hell's Kitchen Valley Center Photos Menu
    Pro-Ject’s T2 Super Phono Turntable Is a Super Performer, and It’s a Super Bargain Too
    13 Fun & Best Things to Do in Hurricane, Utah
    Menu Forest Lake – The Grillium Restaurant
    Sams La Habra Gas Price
    Raley Scrubs - Midtown
    Lorcin 380 10 Round Clip
    Bellin Employee Portal
    Latest Posts
    Article information

    Author: Edmund Hettinger DC

    Last Updated:

    Views: 5726

    Rating: 4.8 / 5 (58 voted)

    Reviews: 81% of readers found this page helpful

    Author information

    Name: Edmund Hettinger DC

    Birthday: 1994-08-17

    Address: 2033 Gerhold Pine, Port Jocelyn, VA 12101-5654

    Phone: +8524399971620

    Job: Central Manufacturing Supervisor

    Hobby: Jogging, Metalworking, Tai chi, Shopping, Puzzles, Rock climbing, Crocheting

    Introduction: My name is Edmund Hettinger DC, I am a adventurous, colorful, gifted, determined, precious, open, colorful person who loves writing and wants to share my knowledge and understanding with you.