Besoin d'aide pour sphone appelle d'urgence

  • Initiateur de la discussion Davidkittenxs
  • Date de début
  • Initiateur de la discussion
D

Davidkittenxs

Geek
Messages
33
Score réaction
1
Points
90
je souhaiterais ajouter 2 appelle en plus ( pompier et samu )
Pouvez vous m'aider ? :)
// The list of all emergency available
SPhone.config.emergency = {
{
name = "Police", -- name of the emergency
icon = Material("sphone/emergencycall/policeman.png", "smooth"), -- The icon
price = 100, -- The price
cooldown = 20, -- In seconds
jobs = { -- The jobs who can show the call
["Civil Protection"] = true,
}
},
}

/*
 
  • Administration
Numerix

Numerix

Admin
Membre du Staff
Messages
1 913
Score réaction
356
Points
315
Java:
SPhone.config.emergency = {
{ name = "Police", -- name of the emergency icon = Material("sphone/emergencycall/policeman.png", "smooth"), -- The icon price = 100, -- The price cooldown = 20, -- In seconds jobs = { -- The jobs who can show the call ["Civil Protection"] = true, }
},
{ name = "Pompier", -- name of the emergency icon = Material("sphone/emergencycall/policeman.png", "smooth"), -- The icon price = 100, -- The price cooldown = 20, -- In seconds jobs = { -- The jobs who can show the call ["Pompier"] = true, }
},
{ name = "Medecin", -- name of the emergency icon = Material("sphone/emergencycall/policeman.png", "smooth"), -- The icon price = 100, -- The price cooldown = 20, -- In seconds jobs = { -- The jobs who can show the call ["Medecin"] = true, }
},
}
 
  • J'aime
Réactions: Hugoto_69
Discord d'entraide
Rejoignz-nous sur Discord