mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-22 08:00:49 +03:00
Compiles more or less done
This commit is contained in:
@@ -31,4 +31,17 @@ WeaponHolder_MeleeCrowbar
|
||||
REMOVE TOOL BREAKING, IT'S STUPID
|
||||
|
||||
building_spawnLoot_Legacy
|
||||
building_spawnZombies_Legacy
|
||||
building_spawnZombies_Legacy
|
||||
|
||||
player_craftItem_DZV = compile preprocessFileLineNumbers "\z\addons\dayz_code\actions\player_craftItem.sqf";
|
||||
COMPILES NOT DONE - LEFT OFF AT LOS_CHECK
|
||||
|
||||
dayz_lowHumanity //HEARBEAT SOUND
|
||||
|
||||
vehicle_handleDamage = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\vehicle_handleDamage.sqf";
|
||||
vehicle_handleKilled = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\vehicle_handleKilled.sqf";
|
||||
|
||||
ARE NO MORE, USE BELOW!! ACTUALLY IT MAY BE EASIER TO JUST RENAME THE BELOW TO ABOVE?
|
||||
|
||||
fnc_veh_handleDam = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\veh_handleDam.sqf";
|
||||
fnc_veh_handleKilled = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\veh_handleKilled.sqf";
|
||||
|
||||
Reference in New Issue
Block a user