From cc323578063e37b7e39f4d21cbada87de4bb73a8 Mon Sep 17 00:00:00 2001 From: Fallingsheep1985 Date: Thu, 19 Feb 2015 12:14:13 +1100 Subject: [PATCH] loadout admin list --- MPMissions/epoch.Altis/custom/loadout.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MPMissions/epoch.Altis/custom/loadout.sqf b/MPMissions/epoch.Altis/custom/loadout.sqf index cce336b..38cb46b 100644 --- a/MPMissions/epoch.Altis/custom/loadout.sqf +++ b/MPMissions/epoch.Altis/custom/loadout.sqf @@ -6,7 +6,7 @@ if (!isServer) then { while {true} do { _player = player; player addEventHandler ["Respawn", { - if (getPlayerUID player in ["76561198087015545","0","0"]) then { + if (getPlayerUID player in MASTERADMIN_LIST) then { player addWeapon "srifle_EBR_F"; player addWeapon "hgun_Pistol_heavy_01_F"; player addWeapon "RPG32_F";