mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-19 01:52:00 +03:00
1.0.0.8 Developer Build
+ [REMOVED] Auto refuel from gas stations in Panthera + [ADDED] added Land_benzina_schnell to standard and power assisted filling. + [ADDED] more clothes: Rocker1_DZ, Rocker3_DZ, Rocker4_DZ, GUE_Soldier_2_DZ,GUE_Soldier_CO_DZ, GUE_Soldier_Crew_DZ, GUE_Soldier_Sniper_DZ, GUE_Soldier_MG_DZ + [CHANGED] Disabled radar on UH1Y with UH1Y_DZ + [CHANGED] Disabled radar on MV22 with MV22_DZ + [CHANGED] Moved standard fuel sources to array dayz_fuelsources + [ADDED] Added weights for new items.
This commit is contained in:
@@ -50,7 +50,7 @@ if (_canPickLight and !dayz_hasLight and !_isPZombie) then {
|
||||
s_player_grabflare = -1;
|
||||
s_player_removeflare = -1;
|
||||
};
|
||||
hint str(typeOf cursorTarget);
|
||||
|
||||
if(DZEdebug) then {
|
||||
hint str(typeOf cursorTarget);
|
||||
|
||||
@@ -136,7 +136,7 @@ if (!isNull cursorTarget and !_inVehicle and !_isPZombie and (player distance cu
|
||||
} forEach _rawmeat;
|
||||
|
||||
if (_hasFuelE and dayz_oldrefuel) then {
|
||||
_isFuel = (cursorTarget isKindOf "Land_Ind_TankSmall") or (cursorTarget isKindOf "Land_fuel_tank_big") or (cursorTarget isKindOf "Land_fuel_tank_stairs") or (cursorTarget isKindOf "Land_fuel_tank_stairs_ep1") or (cursorTarget isKindOf "Land_wagon_tanker") or (cursorTarget isKindOf "Land_fuelstation") or (cursorTarget isKindOf "Land_fuelstation_army") or (cursorTarget isKindOf "land_fuelstation_w");
|
||||
_isFuel = ((typeOf cursorTarget) in dayz_fuelsources);
|
||||
};
|
||||
|
||||
// diag_log ("OWNERID = " + _ownerID + " CHARID = " + dayz_characterID + " " + str(_ownerID == dayz_characterID));
|
||||
|
||||
Reference in New Issue
Block a user