/* * * ExileServer_MostWanted_util_log.sqf * © 2016 Mezo, Shix, and WolfkillArcadia * This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. * To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/4.0/. */ private["_msg"]; _msg = format["MOST WANTED (SERVER): %1",_this]; diag_log _msg;