JOBS BUGER ( RADIO )

  • Initiateur de la discussion
Daftorx

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",
})
 
Pure RP

Pure RP

Geek
Messages
92
Score réaction
4
Points
85
Code:
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",
})
 
Pure RP

Pure RP

Geek
Messages
92
Score réaction
4
Points
85
Daftorx à dit:
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",
})
Go privée ont règles ça
 
Dernière édition:
  • Initiateur de la discussion
Daftorx

Daftorx

Geek suprême
Messages
208
Score réaction
41
Points
130
Attend je crois que jai trouvé LEL
 
Pure RP

Pure RP

Geek
Messages
92
Score réaction
4
Points
85
H

hamidzl69

Bambi
Messages
11
Score réaction
0
Points
35
Daftorx à dit:
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",
})
Salut tu dois enlever la virgule
 
  • Initiateur de la discussion
Daftorx

Daftorx

Geek suprême
Messages
208
Score réaction
41
Points
130
[ERROR] Lua is unable to understand file "darkrp_customthings/jobs.lua" because its author made a mistake around line number 297.
The best help I can give you is this:

There is an opening '{' bracket at line 283, but this bracket is never closed or not closed in time. It was expected to be closed before the 'customCheck' at line 297.

Hints:
- Did you forget a comma?
- All open brackets ({, (, [) must have a matching closing bracket. Are you sure it's there?
- Brackets must be opened and closed in the right order. This will work: ({}), but this won't: ({)}.
 
  • Initiateur de la discussion
Daftorx

Daftorx

Geek suprême
Messages
208
Score réaction
41
Points
130
Jai vue qui me manquer une virgule ... lel
 
  • Initiateur de la discussion
Daftorx

Daftorx

Geek suprême
Messages
208
Score réaction
41
Points
130
Oui jaiiiiiii reussi MDDDRR
 
Pure RP

Pure RP

Geek
Messages
92
Score réaction
4
Points
85
  • Initiateur de la discussion
Daftorx

Daftorx

Geek suprême
Messages
208
Score réaction
41
Points
130
Pour une virgule et des lignes mal placée lel
 
M

Membre supprimé 66761

Anonyme
Envoie ton job résolu pour voir un bon model
 
EglyKozz

EglyKozz

Psychopathe
Messages
1 627
Score réaction
359
Points
310
LOL mais sa marche le jobType = VIP ?
Prcq si oui tu vien de me changer la vie ou lieu de mettre un long custom check pour le VIP
 
ShootenzEclosya

ShootenzEclosya

Geek suprême
Messages
317
Score réaction
11
Points
100
EglyKozz à dit:
LOL mais sa marche le jobType = VIP ?
Prcq si oui tu vien de me changer la vie ou lieu de mettre un long custom check pour le VIP
Le JobType sert uniquement pour les Menus F4 avec plusieurs onglets rien avoir avec les jobs.
 
Discord d'entraide
Rejoignz-nous sur Discord