player_build.sqf Enhancements and PV renames

This commit is contained in:
Zac Surplice
2013-10-07 10:56:47 +11:00
parent 340d2d2437
commit d3f7e67647
68 changed files with 301 additions and 347 deletions

View File

@@ -13,13 +13,13 @@ if (_removed == 1) then {
if((random 10) <= 7.5) then {
dayzLockVehicle = [_vehicle,false];
PVDZE_veh_Lock = [_vehicle,false];
if(player distance _vehicle < 10) then {
if (local _vehicle) then {
dayzLockVehicle spawn local_lockUnlock
PVDZE_veh_Lock spawn local_lockUnlock
} else {
publicVariable "dayzLockVehicle";
publicVariable "PVDZE_veh_Lock";
};
/*