mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
player_build.sqf Enhancements and PV renames
This commit is contained in:
@@ -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";
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user