tie purchased vehicles or vaults access via ...

playeruid
This commit is contained in:
A Clark
2012-12-09 20:30:18 -06:00
parent d020ab3ff8
commit 8842939a7b
8 changed files with 65 additions and 134 deletions

View File

@@ -43,7 +43,7 @@ check_publishobject = {
private["_allowed","_allowedObjects","_object"];
_object = _this select 0;
_allowedObjects = ["TentStorage", "Hedgehog_DZ", "Sandbag1_DZ","TrapBear","Wire_cat1"];
_allowedObjects = ["TentStorage", "VaultStorageLocked", "Hedgehog_DZ", "Sandbag1_DZ","TrapBear","Wire_cat1"];
_noncombatitems = ["ThrownObjects", "RoadFlare", "ChemLight"];
_allowed = false;