mirror of
https://github.com/Fallingsheep1985/Arma3Epoch.git
synced 2024-08-30 16:42:12 +00:00
7 lines
240 B
Plaintext
7 lines
240 B
Plaintext
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,"",""];
|
|
|
|
};
|