- Initiateur de la discussion
B
benji1919
Geek
- Messages
- 66
- Score réaction
- 0
- Points
- 80
Bonjour,
alors je m'explique j'ai un probleme avec le permaprops je ne peut pas perma.
j'ai aussi un autre probleme apparement qui vient du fichier job.lua mais j'arrive pas a le regler.
voici les erreurs :
------- End of Simplerr error -------
1. error - [C]:-1
[DarkRP] A runtime error has occurred in "addons/darkrpmodification/lua/darkrp_customthings/jobs.lua" on line 19.
The best help I can give you is this:
Corrupt team: Chomeur!
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/lua/darkrp_customthings/jobs.lua on line 19
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 111
voici mon job qui correspond a l'erreur :
alors je m'explique j'ai un probleme avec le permaprops je ne peut pas perma.
j'ai aussi un autre probleme apparement qui vient du fichier job.lua mais j'arrive pas a le regler.
voici les erreurs :
------- End of Simplerr error -------
1. error - [C]:-1
[DarkRP] A runtime error has occurred in "addons/darkrpmodification/lua/darkrp_customthings/jobs.lua" on line 19.
The best help I can give you is this:
Corrupt team: Chomeur!
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/lua/darkrp_customthings/jobs.lua on line 19
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 111
voici mon job qui correspond a l'erreur :
Code:
TEAM_CITIZEN = DarkRP.createJob("Chomeur", { color = Color(75, 164, 42, 255), model = {"models/player/zelpa/male_10.mdl", "models/player/Suits/male_01_open.mdl", "models/player/Suits/male_02_open.mdl", "models/player/Suits/male_03_open.mdl", "models/player/Suits/male_04_open.mdl", "models/player/Suits/male_05_open.mdl", "models/player/Suits/male_06_open.mdl", "models/player/Suits/male_07_open.mdl", "models/player/Suits/male_08_open.mdl", "models/player/Suits/male_09_open.mdl" description = [[Le citoyen respecte les lois, il est très important, bien que ce membre n'ait pas un rôle spécifique.]], weapons = {"weapon_fists", "weapon_identity", "weapon_arc_atmcard", "surrender", "weapon_drivelicense", "itemstore_pickup"}, command = "citoyen", max = 0, salary = 40, admin = 0, vote = false, hasLicense = false,
})