Arma3Epoch/MPMissions/epoch.Altis/adminmenu/activate.sqf

7 lines
240 B
Plaintext
Raw Normal View History

2015-02-08 07:07:10 +00:00
waituntil {!alive player ; !isnull (finddisplay 46)};
if ((getPlayerUID player) in ["76561198083039115"]) then {
;
act = player addaction [("<t color=""#0074E8"">" + ("Tools Menu") +"</t>"),"adminmenu\tools.sqf","",5,false,true,"",""];
};