- Initiateur de la discussion
L
Lafougere
Geek
- Messages
- 29
- Score réaction
- 0
- Points
- 65
bonjour,bonsoirs j'ai un problème de métier de base je veux modifier le nom,model...
mais quand je reboot,je rejoins sa rien changer.
TEAM_POLICE = DarkRP.createJob("police", {
color = Color(25, 25, 170, 255),
model = {"models/nypd/male_02.mdl", "models/nypd/male_04.mdl","models/nypd/male_05.mdl","models/nypd/male_06.mdl","models/nypd/male_07.mdl","models4/nypd/male_08.mdl","models/nypd/male_09.mdl"},
description = [[]],
weapons = {"arrest_stick", "unarrest_stick", "weapon_glock2", "stunstick", "door_ram", "weaponchecker"},
command = "cp",
max = 4,
salary = GAMEMODE.Config.normalsalary * 1.45,
admin = 0,
vote = true,
hasLicense = true,
ammo = {
["pistol"] = 60,
},
category = "Civil Protection",
})
TEAM_MAYOR = DarkRP.createJob("Mayor", {
color = Color(150, 20, 20, 255),
model = "models/characters/gallaha.mdl",
description = [[]],
weapons = {},
command = "mayor",
max = 1,
salary = GAMEMODE.Config.normalsalary * 1.89,
admin = 0,
vote = true,
hasLicense = false,
mayor = true,
candemote = true,
category = "Civil Protection",
})
TEAM_CHIEF = DarkRP.createJob("Civil Protection Chief", {
color = Color(20, 20, 255, 255),
model = "models/dow/02.mdl",
description = [[]],
weapons = {"arrest_stick", "unarrest_stick", "weapon_deagle2", "stunstick", "door_ram", "weaponchecker"},
command = "chief",
max = 1,
salary = GAMEMODE.Config.normalsalary * 1.67,
admin = 0,
vote = false,
hasLicense = true,
chief = true,
NeedToChangeFrom = TEAM_POLICE,
ammo = {
["pistol"] = 60,
},
category = "Civil Protection",
})
mais quand je reboot,je rejoins sa rien changer.
TEAM_POLICE = DarkRP.createJob("police", {
color = Color(25, 25, 170, 255),
model = {"models/nypd/male_02.mdl", "models/nypd/male_04.mdl","models/nypd/male_05.mdl","models/nypd/male_06.mdl","models/nypd/male_07.mdl","models4/nypd/male_08.mdl","models/nypd/male_09.mdl"},
description = [[]],
weapons = {"arrest_stick", "unarrest_stick", "weapon_glock2", "stunstick", "door_ram", "weaponchecker"},
command = "cp",
max = 4,
salary = GAMEMODE.Config.normalsalary * 1.45,
admin = 0,
vote = true,
hasLicense = true,
ammo = {
["pistol"] = 60,
},
category = "Civil Protection",
})
TEAM_MAYOR = DarkRP.createJob("Mayor", {
color = Color(150, 20, 20, 255),
model = "models/characters/gallaha.mdl",
description = [[]],
weapons = {},
command = "mayor",
max = 1,
salary = GAMEMODE.Config.normalsalary * 1.89,
admin = 0,
vote = true,
hasLicense = false,
mayor = true,
candemote = true,
category = "Civil Protection",
})
TEAM_CHIEF = DarkRP.createJob("Civil Protection Chief", {
color = Color(20, 20, 255, 255),
model = "models/dow/02.mdl",
description = [[]],
weapons = {"arrest_stick", "unarrest_stick", "weapon_deagle2", "stunstick", "door_ram", "weaponchecker"},
command = "chief",
max = 1,
salary = GAMEMODE.Config.normalsalary * 1.67,
admin = 0,
vote = false,
hasLicense = true,
chief = true,
NeedToChangeFrom = TEAM_POLICE,
ammo = {
["pistol"] = 60,
},
category = "Civil Protection",
})