I am new to scripting and I am trying to add the horizon folder scripts into my server so I can play around and learn how some of the scripting works. I basically copied all scripts and files from the horizon github example (https://github.com/BlueMountainsIO/O...master/horizon).
The trouble is I run into this error [error] [string "horizon/server/scriptconfig.lua"]:22: attempt to call nil value (global 'ini_open') when I try to start the server. This causes the server to fail on the startup. Can anyone help me or explain why I am getting this error and how to possibly fix it?
The trouble is I run into this error [error] [string "horizon/server/scriptconfig.lua"]:22: attempt to call nil value (global 'ini_open') when I try to start the server. This causes the server to fail on the startup. Can anyone help me or explain why I am getting this error and how to possibly fix it?
Comment