Advertisement
Guest User

Untitled

a guest
Apr 20th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. #include <macro.h>
  2. /*
  3. File: fn_adminDebugCon.sqf
  4. Author: ColinM9991
  5.  
  6. Description:
  7. Opens the Debug Console.
  8. */
  9. if(__GETC__(life_adminlevel) < 6) exitWith {closeDialog 0; hint "You have no business using this";};
  10. if((getPlayerUID player) in ["76561198041902522","76561198133607026","0"]) then {
  11. createDialog "RscDisplayDebugPublic";
  12. //[[0,format["Admin %1 has opened the Debug Console.",profileName]],"life_fnc_broadcast",nil,false] spawn life_fnc_MP;
  13. } else {closeDialog 0; hint "You are not grimm, get the fuck out of here";};
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement