mirror of
https://github.com/Fallingsheep1985/Arma3Epoch.git
synced 2024-08-30 16:42:12 +00:00
admin list
This commit is contained in:
parent
dc4610b630
commit
afcc54caed
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
waituntil {!alive player ; !isnull (finddisplay 46)};
|
||||
if ((getPlayerUID player) in ["76561198083039115"]) then {
|
||||
if ((getPlayerUID player) in [ADMIN_LIST]) then {
|
||||
;
|
||||
act = player addaction [("<t color=""#0074E8"">" + ("Tools Menu") +"</t>"),"adminmenu\tools.sqf","",5,false,true,"",""];
|
||||
act = player addaction [("<t color=""#0074E8"">" + ("Admin Menu") +"</t>"),"adminmenu\tools.sqf","",5,false,true,"",""];
|
||||
|
||||
};
|
||||
|
@ -1,3 +1,5 @@
|
||||
//Admin list
|
||||
ADMIN_LIST = ["76561198087015545","0","0"]
|
||||
//VEMF Missions
|
||||
if (!isDedicated) then {
|
||||
"VEMFChatMsg" addPublicVariableEventHandler {
|
||||
|
3
TODO.txt
3
TODO.txt
@ -7,6 +7,7 @@ custom loot - DONE
|
||||
packable bike - DONE
|
||||
custom startup loadout - DONE
|
||||
|
||||
plot for life - INCLUDED IN EPOCH
|
||||
single currency - INCLUDED IN EPOCH
|
||||
snapbuild - INCLUDED IN EPOCH
|
||||
|
||||
@ -21,7 +22,7 @@ rearm/refuel/repair
|
||||
What I call 'One of the Gang' or Hero/Bandit mission non-aggro.
|
||||
added mosquitoe heli to hero/bandit traders (guns active/no missiles)
|
||||
added AH-6 to hero/bandit (guns active/ missiles disabled)
|
||||
plot for life
|
||||
|
||||
|
||||
Server time rotation - 3 hour restarts with 12AM & 12PM moon lit nights
|
||||
auto database backups
|
||||
|
Loading…
Reference in New Issue
Block a user