TAGau Posted June 28, 2016 Report Share Posted June 28, 2016 Would anyone know how to set this sqf up I'm not to sure on how to use it Link to comment Share on other sites More sharing options...
0 vbawol Posted June 29, 2016 Report Share Posted June 29, 2016 You can use this Epoch Event by adding an entry to your epochconfig.hpp events config: https://github.com/EpochModTeam/Epoch/blob/release/Server_Install_Pack/%40epochhive/epochconfig.hpp#L14-L20 For MessageServer Event just add this line: (1800 is the number of seconds between runs.) { 1800, "MessageServer" }, TAGau 1 Link to comment Share on other sites More sharing options...
0 TAGau Posted June 30, 2016 Author Report Share Posted June 30, 2016 18 hours ago, vbawol said: You can use this Epoch Event by adding an entry to your epochconfig.hpp events config: https://github.com/EpochModTeam/Epoch/blob/release/Server_Install_Pack/%40epochhive/epochconfig.hpp#L14-L20 For MessageServer Event just add this line: (1800 is the number of seconds between runs.) { 1800, "MessageServer" }, So if I write this script in to the Epochconfig.hpp. then to set my server messages up i save epochconfig.hpp and open the messageserver.sqf and if i use the code say { 800, "messageserver" } , i will run the messageserver.sqf but just the first message every 800 seconds or 1st message then after 800 sec 2nd... and so on? Link to comment Share on other sites More sharing options...
Question
TAGau
Would anyone know how to set this sqf up I'm not to sure on how to use it
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now