Installation Instruction
Installation Instruction
When you turn off Facetime, the icons for Facetime calls and the call will be
turned off.
If you turn "BottomNotif" off, you will turn off the logos that appear at the
bottom in the middle of the game.
"RealTime" real-time time zone works, if you turn it off, Fivem's own game clock
will be active
Set "BlockNumber" to false if you don't want to use Phone number blocking function
( This will just make it send the notification accordingly. )
If the news application is to be used, use the profession code "NewsPerm" in this
field.
You need to give permission to create the map in the race application, set the
"Race Identifier" field in the config.json as in the example. (Only people you
authorize can create a racecourse.)
example:
"RaceIdentifier" : {
"0": "char1:39bf1c13e9ce1d00453d549ceed37a08f54e0768",
"1": "identifier"
},
example:
"JobMessages": {
"police": "PD",
"ambulance": "EMS",
"mechanic": "GKS Mechanic"
},
To close the applications you do not want, set the "MenuPage" close of the
application you want to close from the applications section.
Close application by job: you should write the profession code in the "blockedjobs"
section of the application you want in the apps section.
example:
"blockedjobs": {
"police": "police",
"ambulance": "ambulance"
}
If you want to translate language, just change the texts under "language" section
in config.json
8. The important part you need to adjust in config.lua is which sound program you
use, you need to true it.
Mumble, PMAvoice, Tokovoip, Saltychat are compatible, you need to make one of them
true.
10. Finally, you must start the phone and add-ons in server.cfg.
You can start it at the bottom of server.cfg please note it should start after
es_extended and required scripts
ensure gks_gotur
ensure esx_lapraces
ensure xsound
ensure gksphone