- Initiateur de la discussion
Daftorx
Geek suprême
- Messages
- 208
- Score réaction
- 41
- Points
- 130
Salut encore moi LEL,
Alors, Je mes sur un Jobs le VIP + LA RADIO + LE SET TEAM Quand il meurt.
Et bin sa me fait tous buger, et l'érreur que sa me dit c'est a "cause de la radio"
La ligne de code : hasRadio = true,
Je vous mais un exemple de jobs :
TEAM_CHEFGIGN = DarkRP.createJob("Chef Gign", {
color = Color(0, 56, 255, 100),
model = {"models/gign remasteredhd.mdl"},
description = [[]],
weapons = {"m9k_m92beretta", "stungun", "advanced_arresting", "advanced_unarresting", "weapon_cuff_police", "m9k_m416", "weapon_spiketrap", "policebadge"},
command = "chefgign",
max = 1,
salary = 100,
admin = 0,
vote = false,
hasLicense = true,
candemote = true,
hasRadio = true,
jobType = "vip",
PlayerDeath = function(ply, weapon, killer)
ply:teamBan()
ply:changeTeam(GAMEMODE.DefaultTeam, true)
if killer:IsPlayer() then
DarkRP.notifyAll(0, 4, "Un Chef GIGN est mort!.")
else
DarkRP.notifyAll(0, 4, "Un Chef GIGN est mort!.")
end
end
customCheck = function(ply) return CLIENT or
table.HasValue({"V.I.P", "superadmin", "admin", "modérateur"}, ply:GetNWString("usergroup"))
end,
CustomCheckFailMsg = "Vous n'avez pas accès au groupe V.I.P",
})
Alors, Je mes sur un Jobs le VIP + LA RADIO + LE SET TEAM Quand il meurt.
Et bin sa me fait tous buger, et l'érreur que sa me dit c'est a "cause de la radio"
La ligne de code : hasRadio = true,
Je vous mais un exemple de jobs :
TEAM_CHEFGIGN = DarkRP.createJob("Chef Gign", {
color = Color(0, 56, 255, 100),
model = {"models/gign remasteredhd.mdl"},
description = [[]],
weapons = {"m9k_m92beretta", "stungun", "advanced_arresting", "advanced_unarresting", "weapon_cuff_police", "m9k_m416", "weapon_spiketrap", "policebadge"},
command = "chefgign",
max = 1,
salary = 100,
admin = 0,
vote = false,
hasLicense = true,
candemote = true,
hasRadio = true,
jobType = "vip",
PlayerDeath = function(ply, weapon, killer)
ply:teamBan()
ply:changeTeam(GAMEMODE.DefaultTeam, true)
if killer:IsPlayer() then
DarkRP.notifyAll(0, 4, "Un Chef GIGN est mort!.")
else
DarkRP.notifyAll(0, 4, "Un Chef GIGN est mort!.")
end
end
customCheck = function(ply) return CLIENT or
table.HasValue({"V.I.P", "superadmin", "admin", "modérateur"}, ply:GetNWString("usergroup"))
end,
CustomCheckFailMsg = "Vous n'avez pas accès au groupe V.I.P",
})