Hia soo i wanna make my self and admin shop would it be like this on the npc??? or what?
this enableSimulation false; this addAction["Admin Item Shop",life_fnc_virt_menu,"admin"]; this allowDamage false; this addAction["Admin Clothing Shop",life_fnc_clothingMenu,"admin"]; this addAction["Admin Weapon Shop",life_fnc_weaponShopMenu,"admin"];
Also would the fn_weaponshopgfc.sqf be like this....
case "Admin menu":
{
switch(true) do
{
case (playerSide != civilian): {"You are not an admin!"};
case (__GETC__(life_adminlevel) < 3): {"You are not a admin!"};
default
{
["Admin shop",
[
]
];
};
};
};
Please help c:
@
evskin