[ERROR] A runtime error has occurred in "your custom entities" on line -1.
The best help I can give you is this:
The category of "Topaz Printer" ("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 this error lies with (the authors of) one (or more) of these files:
your custom entities
------- End of Simplerr error -------
I Have know idea whats broken hope you can help my custom entities lua files has topaz printer in it BUT theres no category set on the line of code this is there code :
--START--
AddEntity("Topaz Printer", {
ent = "topaz_money_printer",
model = "models/props_c17/consolebox01a.mdl",
price = 1000,
max = 2,
cmd = "/buytopaz"
})
--END--
Can you post an actual error not not the Simplerr print?
[QUOTE=code_gs;47995102]Can you post an actual error not not the Simplerr print?[/QUOTE]
This is all i get :
Redownloading all lightmaps
There is 1 Lua problem!
Please check your console for more information!
[ERROR] A runtime error has occurred in "your custom entities" on line -1.
The best help I can give you is this:
The category of "Topaz Printer" ("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 this error lies with (the authors of) one (or more) of these files:
your custom entities
------- End of Simplerr error -------
There is 1 Lua problem!
Please check your console for more information!
Can you remove Simplerr and give me an actual error?
[QUOTE=code_gs;47995206]Can you remove Simplerr and give me an actual error?[/QUOTE]
Without simplerr it disables my hud and doesnt display a error at all
[editline]18th June 2015[/editline]
1. error - [C]:-1
2. unknown - gamemodes/darkrp/gamemode/libraries/simplerr.lua:467
3. error - gamemodes/darkrp/gamemode/libraries/fn.lua:80
4. mergeCategories - gamemodes/darkrp/gamemode/modules/base/sh_createitems.lua:1022
5. fn - gamemodes/darkrp/gamemode/modules/base/sh_createitems.lua:1042
6. Call - addons/ulib/lua/ulib/shared/hook.lua:110
7. Call - gamemodes/darkrp/gamemode/libraries/modificationloader.lua:143
8. unknown - gamemodes/darkrp/gamemode/init.lua:81
Sorry, you need to Log In to post a reply to this thread.