Epoch/Sources/epoch_server_settings/EpochEvents/MessageServer.sqf

3 lines
179 B
Plaintext
Raw Normal View History

2015-09-26 21:27:06 +00:00
_restartIn = round((EPOCH_forceRestartTime-diag_tickTime)/60);
["message", format["Welcome to Epoch Mod, server wlll restart in %1 minutes",_restartIn]] call EPOCH_serverCommand;