- Initiateur de la discussion
ShinSekai
Bambi
- Messages
- 25
- Score réaction
- 2
- Points
- 30
Bonjour,
depuis quelque temps je n'arrive plus à changer le job par défaut du mode DarkRP, j'ai tout essayé j'ai même réinstaller mon serveur complètement pour voir si ce n'était pas à cause d'un addon et rien ne change.
Actuellement mon serveur est complètement vierge donc je pense qu'il est temps de régler ce problème avant de tout reconfigurer et installer.
Voici l'erreur console
Voici mon jobs.lua
Je tiens à préciser que je n'ai touché à aucun autre fichier quand j'ai réinstaller le serveur et que je n'ai même pas mis de collection, il y a juste le mode DarkRP et le darkrpmodication que j'ai installé via le panel mtx.
En espérant que vous pourrez m'aider, merci d'avoir pris le temps de lire.
depuis quelque temps je n'arrive plus à changer le job par défaut du mode DarkRP, j'ai tout essayé j'ai même réinstaller mon serveur complètement pour voir si ce n'était pas à cause d'un addon et rien ne change.
Actuellement mon serveur est complètement vierge donc je pense qu'il est temps de régler ce problème avant de tout reconfigurer et installer.
Voici l'erreur console
Lua Error:[ERROR] gamemodes/darkrp/gamemode/libraries/simplerr.lua:530: [ERROR] A runtime error has occurred in "lua/darkrp_customthings/jobs.lua" on line -1.
The best help I can give you is this:GAMEMODE.DefaultTeam is not set to an existing
job.Hints:- This may happen when you disable the default citizen job.
Make sure you update GAMEMODE.DefaultTeam to the new default team.- GAMEMODE.DefaultTeam may be set to a job that does not exist anymore.
Did you remove the job you had set to default?-
The error being in jobs.lua is a guess. This is usually right, but the problem might lie somewhere else.The responsibility for the error above lies with (the authors of) one (or more) of these files:jobs.lua, settings.lua, disabled_defaults.lua or any of your other custom files.------- End of Simplerr error -------
1. error - [C]:-12. error - gamemodes/darkrp/gamemode/libraries/simplerr.lua:5303. Call - gamemodes/darkrp/gamemode/modules/base/sv_gamemode_functions.lu[ERROR] gamemodes/darkrp/gamemode/libraries/simplerr.lua:530: [ERROR] A runtime error has occurred in "lua/darkrp_customthings/jobs.lua" on line -1.The best help I can give you is this:GAMEMODE.DefaultTeam is not set to an existing job.Hints:- This may happen when you disable the default citizen job. Make sure you update GAMEMODE.DefaultTeam to the new default team.- GAMEMODE.DefaultTeam may be set to a job that does not exist anymore. Did you remove the job you had set to default?- The error being in jobs.lua is a guess. This is usually right, but the problem might lie somewhere else.The responsibility for the error above lies with (the authors of) one (or more) of these files:jobs.lua, settings.lua, disabled_defaults.lua or any of your other custom files.------- End of Simplerr error -------1. error - [C]:-12. error - gamemodes/darkrp/gamemode/libraries/simplerr.lua:5303. Call - gamemodes/darkrp/gamemode/modules/base/sv_gamemode_functions.lua:100106/09/2020 17:11:50: 4. Call - gamemodes/darkLua Error: Couldn't Load Init Script: 'darkrp/gamemode/init.lua'
The best help I can give you is this:GAMEMODE.DefaultTeam is not set to an existing
job.Hints:- This may happen when you disable the default citizen job.
Make sure you update GAMEMODE.DefaultTeam to the new default team.- GAMEMODE.DefaultTeam may be set to a job that does not exist anymore.
Did you remove the job you had set to default?-
The error being in jobs.lua is a guess. This is usually right, but the problem might lie somewhere else.The responsibility for the error above lies with (the authors of) one (or more) of these files:jobs.lua, settings.lua, disabled_defaults.lua or any of your other custom files.------- End of Simplerr error -------
1. error - [C]:-12. error - gamemodes/darkrp/gamemode/libraries/simplerr.lua:5303. Call - gamemodes/darkrp/gamemode/modules/base/sv_gamemode_functions.lu[ERROR] gamemodes/darkrp/gamemode/libraries/simplerr.lua:530: [ERROR] A runtime error has occurred in "lua/darkrp_customthings/jobs.lua" on line -1.The best help I can give you is this:GAMEMODE.DefaultTeam is not set to an existing job.Hints:- This may happen when you disable the default citizen job. Make sure you update GAMEMODE.DefaultTeam to the new default team.- GAMEMODE.DefaultTeam may be set to a job that does not exist anymore. Did you remove the job you had set to default?- The error being in jobs.lua is a guess. This is usually right, but the problem might lie somewhere else.The responsibility for the error above lies with (the authors of) one (or more) of these files:jobs.lua, settings.lua, disabled_defaults.lua or any of your other custom files.------- End of Simplerr error -------1. error - [C]:-12. error - gamemodes/darkrp/gamemode/libraries/simplerr.lua:5303. Call - gamemodes/darkrp/gamemode/modules/base/sv_gamemode_functions.lua:100106/09/2020 17:11:50: 4. Call - gamemodes/darkLua Error: Couldn't Load Init Script: 'darkrp/gamemode/init.lua'
Voici mon jobs.lua
TEAM_LAMBDA = DarkRP.createJob("Citoyen", {
color = Color(255, 254, 254, 255),
model = {"models/player/alyx.mdl"},
description = [[Vous n'êtes qu'un citoyen de base.]],
weapons = {},
command = "citoyenlambda",
max = 0,
salary = 0,
admin = 0,
vote = false,
hasLicense = false,
candemote = false,
category = "Citoyens"
})
color = Color(255, 254, 254, 255),
model = {"models/player/alyx.mdl"},
description = [[Vous n'êtes qu'un citoyen de base.]],
weapons = {},
command = "citoyenlambda",
max = 0,
salary = 0,
admin = 0,
vote = false,
hasLicense = false,
candemote = false,
category = "Citoyens"
})
Je tiens à préciser que je n'ai touché à aucun autre fichier quand j'ai réinstaller le serveur et que je n'ai même pas mis de collection, il y a juste le mode DarkRP et le darkrpmodication que j'ai installé via le panel mtx.
En espérant que vous pourrez m'aider, merci d'avoir pris le temps de lire.