- 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 ?
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,
}
},
}
/*
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,
}
},
}
/*