There is 1 Lua problem!

  • Initiateur de la discussion
jaydux

jaydux

Geek
Messages
5
Score réaction
0
Points
70
Je ne comprend pas pourquoi sa me met cette lua problem je vous la colle :

[ERROR] A runtime error has occurred in "your jobs" on line -1.
The best help I can give you is this:

The category of "Meth Cook" ("Other") does not exist!

Hints:
- Make sure the category is created with DarkRP.createCategory.
- The category name is case sensitive!
- Categories must be created before DarkRP finished loading.

The responsibility for the error above lies with (the authors of) one (or more) of these files:
your jobs
------- End of Simplerr error -------

Avais vous la solution ??
 
kirikoumalou

kirikoumalou

Lucas Pastel
Messages
1 057
Score réaction
200
Points
260
jaydux à dit:
Je ne comprend pas pourquoi sa me met cette lua problem je vous la colle :

[ERROR] A runtime error has occurred in "your jobs" on line -1.
The best help I can give you is this:

The category of "Meth Cook" ("Other") does not exist!

Hints:
- Make sure the category is created with DarkRP.createCategory.
- The category name is case sensitive!
- Categories must be created before DarkRP finished loading.

The responsibility for the error above lies with (the authors of) one (or more) of these files:
your jobs
------- End of Simplerr error -------

Avais vous la solution ??
Trouve le job "Meth Cook"

Et supprimé la ligne :
Category = "Other"
 
  • Initiateur de la discussion
jaydux

jaydux

Geek
Messages
5
Score réaction
0
Points
70
kirikoumalou à dit:
Trouve le job "Meth Cook"

Et supprimé la ligne :
Category = "Other"
le soucis c'est que je n'est pas le job meth cook dans job.lua
merci pour ta réponse
 
ZarosOVH

ZarosOVH

Modérateur
Membre du Staff
Messages
6 527
Score réaction
5 488
Points
1 295
Salut,
Tu as sûrement un addon de meth sur ton serv qui crée automatiquement le job. Regarde dans les fichiers lua de l'addon, tu devrais trouver le code assez facilement je pense.
 
  • Initiateur de la discussion
jaydux

jaydux

Geek
Messages
5
Score réaction
0
Points
70
Zaros_Live à dit:
Salut,
Tu as sûrement un addon de meth sur ton serv qui crée automatiquement le job. Regarde dans les fichiers lua de l'addon, tu devrais trouver le code assez facilement je pense.
merci de ta réponse et j'ai trouver le soucis mais j'ai un deuxième lua problem qui est apparue je sais a quoi c'est du mais je ne sais pas comment le résoudre si il le faut je vous transmet mon job.lua ??
 
ZarosOVH

ZarosOVH

Modérateur
Membre du Staff
Messages
6 527
Score réaction
5 488
Points
1 295
jaydux à dit:
merci de ta réponse et j'ai trouver le soucis mais j'ai un deuxième lua problem qui est apparue je sais a quoi c'est du mais je ne sais pas comment le résoudre si il le faut je vous transmet mon job.lua ??
Quelle est l'erreur lua qui apparaît dans ta console? (Le message en bleu;):D )
 
  • Initiateur de la discussion
jaydux

jaydux

Geek
Messages
5
Score réaction
0
Points
70
Zaros_Live à dit:
Quelle est l'erreur lua qui apparaît dans ta console? (Le message en bleu;):D )
[ERROR] A runtime error has occurred in "addons/darkrpmodification-master/lua/darkrp_customthings/jobs.lua" on line 3.
The best help I can give you is this:

Corrupt team: Citoyen!
This job does not have a unique command.

Hints:
- There must be some other job that has the same command.
- Fix this by changing the 'command' of your job to something else.

The responsibility for the error above lies with (the authors of) one (or more) of these files:
1. addons/darkrpmodification-master/lua/darkrp_customthings/jobs.lua on line 3
2. function 'xpcall'
3. gamemodes/darkrp/gamemode/libraries/simplerr.lua on line 477
4. gamemodes/darkrp/gamemode/libraries/fn.lua on line 84
5. gamemodes/darkrp/gamemode/libraries/fn.lua on line 84
6. gamemodes/darkrp/gamemode/libraries/modificationloader.lua on line 137
7. gamemodes/darkrp/gamemode/libraries/modificationloader.lua on line 148
8. gamemodes/darkrp/gamemode/init.lua on line 86
------- End of Simplerr error -------

gamemodes/darkrp/gamemode/libraries/simplerr.lua:530: [ERROR] A runtime error has occurred in "addons/darkrpmodification-master/lua/darkrp_customthings/jobs.lua" on line 3.
The best help I can give you is this:

Corrupt team: Citoyen!
This job does not have a unique command.

Hints:
- There must be some other job that has the same command.
- Fix this by changing the 'command' of your job to something else.

The responsibility for the error above lies with (the authors of) one (or more) of these files:
1. addons/darkrpmodification-master/lua/darkrp_customthings/jobs.lua on line 3
2. function 'xpcall'
3. gamemodes/darkrp/gamemode/libraries/simplerr.lua on line 477
4. gamemodes/darkrp/gamemode/libraries/fn.lua on line 84
5. gamemodes/darkrp/gamemode/libraries/fn.lua on line 84
6. gamemodes/darkrp/gamemode/libraries/modificationloader.lua on line 137
7. gamemodes/darkrp/gamemode/libraries/modificationloader.lua on line 148
8. gamemodes/darkrp/gamemode/init.lua on line 86
------- End of Simplerr error -------
 
ZarosOVH

ZarosOVH

Modérateur
Membre du Staff
Messages
6 527
Score réaction
5 488
Points
1 295
jaydux à dit:
[ERROR] A runtime error has occurred in "addons/darkrpmodification-master/lua/darkrp_customthings/jobs.lua" on line 3.
The best help I can give you is this:

Corrupt team: Citoyen!
This job does not have a unique command.

Hints:
- There must be some other job that has the same command.
- Fix this by changing the 'command' of your job to something else.

The responsibility for the error above lies with (the authors of) one (or more) of these files:
1. addons/darkrpmodification-master/lua/darkrp_customthings/jobs.lua on line 3
2. function 'xpcall'
3. gamemodes/darkrp/gamemode/libraries/simplerr.lua on line 477
4. gamemodes/darkrp/gamemode/libraries/fn.lua on line 84
5. gamemodes/darkrp/gamemode/libraries/fn.lua on line 84
6. gamemodes/darkrp/gamemode/libraries/modificationloader.lua on line 137
7. gamemodes/darkrp/gamemode/libraries/modificationloader.lua on line 148
8. gamemodes/darkrp/gamemode/init.lua on line 86
------- End of Simplerr error -------

gamemodes/darkrp/gamemode/libraries/simplerr.lua:530: [ERROR] A runtime error has occurred in "addons/darkrpmodification-master/lua/darkrp_customthings/jobs.lua" on line 3.
The best help I can give you is this:

Corrupt team: Citoyen!
This job does not have a unique command.

Hints:
- There must be some other job that has the same command.
- Fix this by changing the 'command' of your job to something else.

The responsibility for the error above lies with (the authors of) one (or more) of these files:
1. addons/darkrpmodification-master/lua/darkrp_customthings/jobs.lua on line 3
2. function 'xpcall'
3. gamemodes/darkrp/gamemode/libraries/simplerr.lua on line 477
4. gamemodes/darkrp/gamemode/libraries/fn.lua on line 84
5. gamemodes/darkrp/gamemode/libraries/fn.lua on line 84
6. gamemodes/darkrp/gamemode/libraries/modificationloader.lua on line 137
7. gamemodes/darkrp/gamemode/libraries/modificationloader.lua on line 148
8. gamemodes/darkrp/gamemode/init.lua on line 86
------- End of Simplerr error -------
C'est simple,
Tu as du copier le code du citoyen pour créer un nouveau job sauf que tu as oublié de changer la commande. Regarde dans les derniers jobs que tu as créé;)
 
  • Initiateur de la discussion
jaydux

jaydux

Geek
Messages
5
Score réaction
0
Points
70
d'accord merci pour ta reponse ;)
 
ZarosOVH

ZarosOVH

Modérateur
Membre du Staff
Messages
6 527
Score réaction
5 488
Points
1 295
ZarosOVH

ZarosOVH

Modérateur
Membre du Staff
Messages
6 527
Score réaction
5 488
Points
1 295
Salut,
Pense à changer le titre de la conversation pour ajouter le préfixe "Résolu"
Bonne journée.
 
Discord d'entraide
Rejoignz-nous sur Discord