mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 01:30:26 +03:00
0.994
+ added client side caching of trader menus = faster less server load. + removed stock count on buy menus and replaced with yellow color coding if out of stock. + reworked purchased vehicle spawning and added parachute drop.
This commit is contained in:
@@ -45,6 +45,7 @@ if (isServer) then {
|
||||
|
||||
// Dayz epoch custom
|
||||
"dayzPublishVeh" addPublicVariableEventHandler {(_this select 1) spawn server_publishVeh};
|
||||
"dayzPublishVeh2" addPublicVariableEventHandler {(_this select 1) spawn server_publishVeh2};
|
||||
"dayzTradeObject" addPublicVariableEventHandler {(_this select 1) spawn server_tradeObj};
|
||||
"dayzTraderMenu" addPublicVariableEventHandler {(_this select 1) spawn server_traders};
|
||||
"dayzPlayerDeaths" addPublicVariableEventHandler {(_this select 1) spawn server_deaths};
|
||||
|
||||
Reference in New Issue
Block a user