• Lua errors with in jobs.lua in dark rp
    3 replies, posted
[ERROR] Lua is unable to understand file "darkrp_customthings/jobs.lua" because its author made a mistake around line number 466. The best help I can give you is this: There is an opening '{' bracket at line 463, but this bracket is never closed or not closed in time. It was expected to be closed before the 'As' at line 466. 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. loadCustomDarkRPItems - gamemodes/darkrp/gamemode/libraries/modificationloader.lua:137 4. Call - gamemodes/darkrp/gamemode/libraries/modificationloader.lua:148 5. unknown - gamemodes/darkrp/gamemode/init.lua:86 Also I have a Lua error from Gemstone Printers but the directory location where it's referencing has no file as I deleted all of them because it was just downright buggy I'll list that code below also. ERROR] addons/darkrpmodification/lua/darkrp_config/gemstone_settings.lua:1: unexpected symbol near '-' 1. unknown - addons/darkrpmodification/lua/darkrp_config/gemstone_settings.lua:0 [Gemstone Money Printers] lua/darkrp_customthings/gemstone_entities.lua:8: attempt to index global 'gemstone' (a nil value) 1. unknown - lua/darkrp_customthings/gemstone_entities.lua:8 2. include - [C]:-1 3. unknown - lua/darkrp_modules/gsprinters/sv_gsprinters.lua:7 4. xpcall - [C]:-1 5. b - gamemodes/darkrp/gamemode/libraries/simplerr.lua:477 6. b - gamemodes/darkrp/gamemode/libraries/fn.lua:84 7. doInclude - gamemodes/darkrp/gamemode/libraries/fn.lua:84 8. loadModules - gamemodes/darkrp/gamemode/libraries/modificationloader.lua:92 9. Call - gamemodes/darkrp/gamemode/libraries/modificationloader.lua:147 10. unknown - gamemodes/darkrp/gamemode/init.lua:86 Any help would be greatly appreciated as I'm stuck and I don't know what to do as of this point but I'll keep messing with it and update you guys on progress.
description = [[ [[VIP]]As a ninja you can jump from building to building with your grappling hook,     while slaying every person that comes at you sideways with a pure Damascus steel katana.         SALARY:600]], Try removing the extra brackets around VIP
Yeh as Shadowmisti said, the [[VIP]] is breaking the code.
This worked thanks!
Sorry, you need to Log In to post a reply to this thread.