mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-05-15 23:23:22 +03:00
No longer require key to sell a vehicle
Still requires the vehicle to be local, meaning you were the last person to be in the driver seat.
This commit is contained in:
@@ -31,6 +31,7 @@ _deleteTradedVehicle = {
|
||||
};
|
||||
} forEach (items player);
|
||||
};
|
||||
_localResult2 = 1; //comment out to require key to sell vehicles
|
||||
if (isNil "_localResult2") then {
|
||||
_localResult2 = 0;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user