Aralvar 1 Posted July 17, 2014 I get this error whenever my server tries to use inidb. I have everything set up correctly to my knowledge, with the right line in my mission init file and the "-mod=@inidb;" thing in my server command line. I even have it installed client side and it still doesn't work. Could this be because there is no init.sqf outside of the examples folder? I've had so many problems with my server lately and I don't understand why. Share this post Link to post Share on other sites
MINKA 14 Posted July 21, 2014 Are you using Client Side or Server Side iniDB? (Same thing, Different place) For Server, in init.sqf: if(isServer) then { call compile preprocessFile "\iniDB\init.sqf"; }; This will call the init of iniDB on the server. for client: call compile preProcessFile "\iniDB\init.sqf"; This will run the init on your computer. Share this post Link to post Share on other sites
Theofficialxtreme 10 Posted November 26, 2014 So i did what minka did above however it doesnt show the msg anymore it still doesn't actually save Share this post Link to post Share on other sites