mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
26 lines
918 B
Plaintext
26 lines
918 B
Plaintext
NEW VAR DZE_HeartBeat
|
|
USE TO ENABLE HEARTBEAT SOUND WHEN LOOKING AT BANDIT PLAYER (less than -5000 humanity), DISABLED BY DEFAULT
|
|
|
|
player_updateGui.sqf
|
|
|
|
Convert traders + loot (if old system) to ItemBloodbag
|
|
|
|
REMOVE TOOL BREAKING, IT'S STUPID
|
|
|
|
player_craftItem_DZV = compile preprocessFileLineNumbers "\z\addons\dayz_code\actions\player_craftItem.sqf";
|
|
|
|
dayz_serverObjectMonitor = []; IS REPLACED WITH PVDZE_serverObjectMonitor = [];
|
|
trap_monitor.fsm is no more!
|
|
|
|
NEW FNC PVDZE_hlt_Bleed -- THATS AN L change it to an I
|
|
|
|
////////////////////////////////////////
|
|
SELF ACTIONS VARIABLES
|
|
////////////////////////////////////////
|
|
s_player_boil = -1; is now a_player_boil = true;
|
|
a_player_cooking = true; -- NEW, old -1 var is still used???
|
|
MAKE SURE "ItemFuelBarrel" is in refuel can list
|
|
|
|
////////SERVER STUFF///////
|
|
REMOVE PVDZE_SEND PROJECTILE FOR FLARE AND CHEMLIGHT 0 1
|
|
PVDZE_send = [_x,"RoadFlare",[_projectile,1]]; |