Hey all,
So I have gone over a few post and had a good read of the wiki with regards to the auto save script. It sounds simple enough, just put --> 900 call ALiVE_fnc_AutoSave_PNS into your init.sqf.
However, this is not working for me. I played on my server for 1.5 hrs, I placed alive markers and spotreps for the test. I restarted the server without manually saving and the script did not seem to work. Below is what is in my init.sqf:
[] execVM "GREUH\scripts\GREUH_activate.sqf"; execVM "R3F_LOG\init.sqf"; if (isServer) then { [] call compileFinal preprocessFileLineNumbers "scripts\server\init_server.sqf"; }; 900 call ALiVE_fnc_AutoSave_PNS
Anyone know what I have done wrong?