mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
13 lines
235 B
Plaintext
13 lines
235 B
Plaintext
if (isServer) then {
|
|
|
|
};
|
|
|
|
if (!isDedicated) then {
|
|
dayz_resetSelfActions1 = dayz_resetSelfActions;
|
|
dayz_resetSelfActions = {
|
|
call dayz_resetSelfActions1;
|
|
// Add custom reset actions here
|
|
|
|
};
|
|
call dayz_resetSelfActions;
|
|
}; |