#include "..\script_macros.hpp"
/*
File: fn_notifyAdmins.sqf
Author: Bryan "Tonic" Boardwine
Description:
Checks if player is admin and notifies them that of the
flagged person.
*/
if (isServer && !hasInterface) exitWith {}; //NO SERVER DO NOT EXECUTE IT!
if (FETCH_CONST(life_adminlevel) < 1) exitWith {};
hint parseText format ["SPY-GLASS
Cheater Flagged
Name: %1
Detection: %2",(_this select 0),(_this select 1)];