- Initiateur de la discussion
A
AscikPacha
Geek suprême
- Messages
- 170
- Score réaction
- 4
- Points
- 110
Bonsoir, sur mon serveur je possède cette erreur lua:
[ERROR] A runtime error has occurred in "addons/darkrpmodification/lua/darkrp_customthings/jobs.lua" on line 39.
The best help I can give you is this:
A table is being indexed by something that does not exist (table index is nil).
Hints:
- The thing between square brackets does not exist (is nil).
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 39
2. gamemodes/darkrp/gamemode/libraries/fn.lua on line 84
3. gamemodes/darkrp/gamemode/libraries/fn.lua on line 84
4. gamemodes/darkrp/gamemode/libraries/modificationloader.lua on line 137
5. gamemodes/darkrp/gamemode/libraries/modificationloader.lua on line 148
6. gamemodes/darkrp/gamemode/init.lua on line 86
------- End of Simplerr error
Hors a cette endroit il y a :
GAMEMODE.CivilProtection = {
[TEAM_POLICE] = true,
[TEAM_CHIEF] = true,
[TEAM_MAYOR] = true,
}
Comment faire? ( Sachant que ce sont les trucs de bases)
[ERROR] A runtime error has occurred in "addons/darkrpmodification/lua/darkrp_customthings/jobs.lua" on line 39.
The best help I can give you is this:
A table is being indexed by something that does not exist (table index is nil).
Hints:
- The thing between square brackets does not exist (is nil).
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 39
2. gamemodes/darkrp/gamemode/libraries/fn.lua on line 84
3. gamemodes/darkrp/gamemode/libraries/fn.lua on line 84
4. gamemodes/darkrp/gamemode/libraries/modificationloader.lua on line 137
5. gamemodes/darkrp/gamemode/libraries/modificationloader.lua on line 148
6. gamemodes/darkrp/gamemode/init.lua on line 86
------- End of Simplerr error
Hors a cette endroit il y a :
GAMEMODE.CivilProtection = {
[TEAM_POLICE] = true,
[TEAM_CHIEF] = true,
[TEAM_MAYOR] = true,
}
Comment faire? ( Sachant que ce sont les trucs de bases)