• Door Groups
    2 replies, posted
Door groups wont save after server restart. Tried deleting sv.db. Tried these commands: [CODE] Lua_run MySQLite.query([[delete from darkrp_door]]) Lua_run MySQLite.query([[delete from darkrp_jobown]]) Lua_run MySQLite.query([[delete from darkrp_doorgroups]]) [/CODE] Any ideas? Thanks in advance.
Well, what did you change in the game mode before the restart? Also are there any error messages? Even seemingly unrelated error messages.
[CODE] [ERROR] gamemodes/darkrp/gamemode/modules/base/sv_data.lua:315: attempt to call field 'doorIndexToEnt' (a nil value) 1. callback - gamemodes/darkrp/gamemode/modules/base/sv_data.lua:315 2. query - gamemodes/darkrp/gamemode/libraries/database.lua:145 3. setUpNonOwnableDoors - gamemodes/darkrp/gamemode/modules/base/sv_data.lua:311 4. onFinished - gamemodes/darkrp/gamemode/modules/base/sv_data.lua:151 5. commit - gamemodes/darkrp/gamemode/libraries/database.lua:59 6. initDatabase - gamemodes/darkrp/gamemode/modules/base/sv_data.lua:149 7. Call - gamemodes/darkrp/gamemode/modules/base/sv_gamemode_functions.lua:81 8. unknown - gamemodes/darkrp/gamemode/libraries/database.lua:33 Timer Failed! [Simple][@gamemodes/darkrp/gamemode/libraries/database.lua (line 31)][/CODE] You was right, thanks. Any idea how to fix this?
Sorry, you need to Log In to post a reply to this thread.