1.0.1.1 RC1

+ [FIXED] Can now fill jerry cans from standard fuel tanks again.
+ [ADDED] Override local zombie count while in vehicle
dayz_zedSpawnVehCount (default: dayz_maxLocalZombies / 2)
+ [ADDED] Override local zombie count while in vehicle
dayz_spawnAirCount (default: 5)
+ [FIXED] Bug with new safe model shadow fixed.
+ [FIXED] Check that items and weapons are removed during weapon trades.
+ [FIXED] Added message when attempting to sell a vehicle with more than
75% average tire damage.
+ [FIXED] Safe codes starting with 0### now work after server restarts.
fixes #400
+ [CHANGED] Re-indexed all loot tables.
+ [FIXED] Fix for no melee ammo after clothing switch.
+ [ADDED] New 55 gallon fuel barrel. Fixes glitching with old one.
+ [CHANGED] When building plot pole you will now get a message if
building to close to another pole (45m).
This commit is contained in:
vbawol
2013-06-01 12:28:59 -05:00
parent f6d2b2a2c0
commit d1796aeee5
12 changed files with 68 additions and 17 deletions

View File

@@ -275,9 +275,6 @@ spawn_vehicles = {
_num = floor(random 4);
_allCfgLoots = ["trash","civilian","food","generic","medical","military","policeman","hunter","worker","clothes","militaryclothes","specialclothes","trash"];
diag_log("DEBUG: spawing loot inside vehicle " + str(_allCfgLoots));
for "_x" from 1 to _num do {
_iClass = _allCfgLoots call BIS_fnc_selectRandom;