[Tutorial] - GCPhone - Adding calls and job messages

Je souhaite que tout le système dépende d’un élément, par exemple, je dois avoir l’élément “téléphone” pour que le téléphone fonctionne

an item from the phone to put it in your inventory

Im talking about messages to the Policejob

1 Like

simply by going to your directory calls/ appelle and then in favorites /favoris

Where is that?

call is french appelle and… favoris /favorite bottom left … a tab named favoris /favorite

But this is in the html or some where else?

oh my gods I thought you were talking In game :rofl::rofl::rofl:

Aaaaa XD

it’s in the tutorial is noted all noted I even have examples … gcphone \ html \ static \ config

{
“display”: “Ambulance”,
“backgroundColor”: “red”,
“subMenu”: [
{
“title”: “Envoyer un message”,
“eventName”: “esx_addons_gcphone:call”,
“type”: {
“number”: “ambulance”
}
}
]
},
{
“display”: “Gouvernement”,
“backgroundColor”: “red”,
“subMenu”: [
{
“title”: “Envoyer un message”,
“eventName”: “esx_addons_gcphone:call”,
“type”: {
“number”: “state”
}
}
]
},
{
“display”: “Army”,
“backgroundColor”: “red”,
“subMenu”: [
{
“title”: “Envoyer un message”,
“eventName”: “esx_addons_gcphone:call”,
“type”: {
“number”: “army”
}
}
]
},
{
“display”: “FIB”,
“backgroundColor”: “red”,
“subMenu”: [
{
“title”: “Envoyer un message”,
“eventName”: “esx_addons_gcphone:call”,
“type”: {
“number”: “fib”
}
}
]
},
{
“display”: “Juge”,
“backgroundColor”: “red”,
“subMenu”: [
{
“title”: “Envoyer un message”,
“eventName”: “esx_addons_gcphone:call”,
“type”: {
“number”: “juge”
}
}
]
},
{
“display”: “Avocat”,
“backgroundColor”: “red”,
“subMenu”: [
{
“title”: “Envoyer un message”,
“eventName”: “esx_addons_gcphone:call”,
“type”: {
“number”: “avocat”
}
}
]
},
{
“display”: “Agent de Securite”,
“backgroundColor”: “red”,
“subMenu”: [
{
“title”: “Envoyer un message”,
“eventName”: “esx_addons_gcphone:call”,
“type”: {
“number”: “security”
}
}
]
},
{
“display”: “Espion”,
“backgroundColor”: “red”,
“subMenu”: [
{
“title”: “Envoyer un message”,
“eventName”: “esx_addons_gcphone:call”,
“type”: {
“number”: “Espion”
}
}
]
},
{
“display”: “Tueur à gage contract oral baladins”,
“backgroundColor”: “red”,
“subMenu”: [
{
“title”: “Envoyer un message”,
“eventName”: “esx_addons_gcphone:call”,
“type”: {
“number”: “baladins”
}
}
]
},
{

But i mean amm, i know how to send message to the Police, Ambulance etc.
but they do not receive any notification

send me your file … gcphone \ html \ static \ config :stuck_out_tongue:

1 Like

you have at least your sql file in your database ?? :joy:

Ok, i translated it to polish because i have polish server :). And i deleted this shitty jobs like army etc
{
“reseau”: “VapeRP”,

“themeColor”: “#303f9f”,
“colors”: [
#EF5350”,
#EC407A”,
#AB47BC”,
#7E57C2”,
#5C6BC0”,
#42A5F5”,
#29B6F6”,
#26C6DA”,
#26A69A”,
#66BB6A”,
#9CCC65”,
#D4E157”,
#FFCA28”,
#FFA726”,
#FF7043”,
#8D6E63”,
#78909C
],

“useFormatNumberFrance”: false,

“useWebRTCVocal”: false,
“RTCConfig”: {
“iceServers”: [{
“urls”: [“turn:gannon.ovh”],
“username”: “jojo”,
“credential”: “pass”
}]
},

“background” : {
“Bonmanpl”: “back001.jpg”,
"Gammesit “back002.jpg”,
“XD”: “back003.jpg”,
“Custom URL”: “URL”
},
“background_default”: {
“label”: “Calvin & Hobbes”,
“value”: “back001.jpg”
},

“coque”: {
“Sansumg S8”: “s8.png”,
“Iphone X”: “iphonex.png”,
“Brick Base”: “base.png”,
“Transparent”: “transparent.png”
},
“coque_default”: {
“label”: “Sansumg S8”,
“value”: “s8.png”
},

“serviceCall”: [
{
“display”: “Policja”,
“icon”: “/html/static/img/icons_app/bank.png”,
“subMenu”: [
{
“title”: “Wyslij wiadomosc”,
“eventName”: “ess_addons_gcphone:call”,
“type”: {
“number”: “police”
}
},
{
“title”: “Zadzwon”,
“eventName”: “gcphone:autoCallNumber”,
“type”: {
“number”: “911”
}
}
]
},
{
“display”: “Pogotowie”,
“backgroundColor”: “red”,
“subMenu”: [
{
“title”: “Wyslij wiadomosc”,
“eventName”: “ess_addons_gcphone:call”,
“type”: {
“number”: “ambulance”
}
}
]
},
{
“display”: “Taxi Santos”,
“backgroundColor”: “orange”,
“subMenu”: [
{
“title”: “Wyslij wiadomosc”,
“eventName”: “ess_addons_gcphone:call”,
“type”: {
“number”: “taxi”
}
}
]
},
{
“display”: “Mechanik”,
“backgroundColor”: “purple”,
“subMenu”: [
{
“title”: “Wyslij wiadomosc”,
“eventName”: “ess_addons_gcphone:call”,
“type”: {
“number”: “mechanic”
}
}
]
},
{
“display”: “FBI”,
“backgroundColor”: “blue”,
“subMenu”: [
{
“title”: “Wyslij wiadomosc”,
“eventName”: “ess_addons_gcphone:call”,
“type”: {
“number”: “fib”
}
}
]
}
],

“apps”: [
{
“name”: “Telefon”,
“icons”: “/html/static/img/icons_app/call.png”,
“routeName”: “appels”,
“inHomePage”: true
},
{
“name”: “Wiadomosci”,
“icons”: “/html/static/img/icons_app/sms.png”,
“routeName”: “messages”,
“inHomePage”: true,
“puceRef”: “nbMessagesUnread”
},
{
“name”: “Kontakty”,
“icons”: “/html/static/img/icons_app/contacts.png”,
“routeName”: “contacts”,
“inHomePage”: true
},
{
“name”: “Ustawienia”,
“icons”: “/html/static/img/icons_app/settings.png”,
“routeName”: “parametre”,
“inHomePage”: true
},
{
“name”: “Bank”,
“icons”: “/html/static/img/icons_app/bank.png”,
“routeName”: “bank”,
“inHomePage”: false
},
{
“name”: “Akcje”,
“icons”: “/html/static/img/icons_app/bourse.png”,
“routeName”: “bourse”,
“enabled”: true
},
{
“name”: “Aparat”,
“icons”: “/html/static/img/icons_app/photo.png”,
“routeName”: “photo”
},
{
“name”: “Darkweb”,
“icons”: “/html/static/img/icons_app/tchat.png”,
“routeName”: “tchat”
},
{
“name”: “Memes”,
“icons”: “/html/static/img/icons_app/9gag.png”,
“routeName”: “9gag”
}
]
}

I see no error, can you see the job name in the favorites directory, calls? :sweat_smile:

reassure me you have not translated the .sql file for your database?

  1. Yes I can see . But after the message to the police or ambulance they don’t receive the message
  1. Idk

it’s disturbing :frowning: try to make another file without translation to see if it works … I think it’s a mistake I send you my file for you to try …

https://mega.nz/#!CnhTQKYD!fVpAur3RN46poJQ2KjeyYUOj5b89nc2-MMQAIlwSGOY

follow the step-by-step tutorial

he must have an error

good night :slight_smile: