mirror of
https://github.com/Fallingsheep1985/Arma3Epoch.git
synced 2024-08-30 16:42:12 +00:00
7 lines
231 B
Plaintext
7 lines
231 B
Plaintext
waituntil {!alive player ; !isnull (finddisplay 46)};
|
|
if ((getPlayerUID player) in [ADMIN_LIST]) then {
|
|
;
|
|
act = player addaction [("<t color=""#0074E8"">" + ("Admin Menu") +"</t>"),"adminmenu\tools.sqf","",5,false,true,"",""];
|
|
|
|
};
|