- Initiateur de la discussion
Hamdano72
Nouveau né
- Messages
- 4
- Score réaction
- 0
- Points
- 20
je n'arrive pas a lancer mon serveur gmod car a chaque fois ca me met ca dans la console.
[ERROR] Lua is unable to understand file "darkrp_config/disabled_defaults.lua" because its author made a mistake around line number 56.
The best help I can give you is this:
There is an opening '{' bracket at line 47, but this bracket is never closed or not closed in time. It was expected to be closed before the '[' at line 56.
Hints:
- Did you forget a comma?
- All open brackets ({, (, [) must have a matching closing bracket. Are you sure it's there?
- Brackets must be opened and closed in the right order. This will work: ({}), but this won't: ({)}.
------- End of Simplerr error -------
1. error - [C]:-1
2. doInclude - gamemodes/darkrp/gamemode/libraries/simplerr.lua:530
3. unknown - gamemodes/darkrp/gamemode/libraries/modificationloader.lua:39
4. include - [C]:-1
5. unknown - gamemodes/darkrp/gamemode/init.lua:41
voila mon darkrp config.
ligne 47DarkRP.disabledDefaults["jobs"] = {
ligne 48["chief"] = false,
ligne 49["citizen"] = false,
ligne 50["cook"] = false, --Hungermod only
ligne 51["cp"] = false,
ligne 52["gangster"] = false,
ligne 53["gundealer"] = false,
ligne 54["hobo"] = false,
ligne 55["mayor"] = false
ligne 56["medic"] = false,
ligne 57["mobboss"] = false,
ligne 58}
merci de me repondre
[ERROR] Lua is unable to understand file "darkrp_config/disabled_defaults.lua" because its author made a mistake around line number 56.
The best help I can give you is this:
There is an opening '{' bracket at line 47, but this bracket is never closed or not closed in time. It was expected to be closed before the '[' at line 56.
Hints:
- Did you forget a comma?
- All open brackets ({, (, [) must have a matching closing bracket. Are you sure it's there?
- Brackets must be opened and closed in the right order. This will work: ({}), but this won't: ({)}.
------- End of Simplerr error -------
1. error - [C]:-1
2. doInclude - gamemodes/darkrp/gamemode/libraries/simplerr.lua:530
3. unknown - gamemodes/darkrp/gamemode/libraries/modificationloader.lua:39
4. include - [C]:-1
5. unknown - gamemodes/darkrp/gamemode/init.lua:41
voila mon darkrp config.
ligne 47DarkRP.disabledDefaults["jobs"] = {
ligne 48["chief"] = false,
ligne 49["citizen"] = false,
ligne 50["cook"] = false, --Hungermod only
ligne 51["cp"] = false,
ligne 52["gangster"] = false,
ligne 53["gundealer"] = false,
ligne 54["hobo"] = false,
ligne 55["mayor"] = false
ligne 56["medic"] = false,
ligne 57["mobboss"] = false,
ligne 58}
merci de me repondre