mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
fixes part 2
This commit is contained in:
@@ -22,12 +22,8 @@ R3F_TIRED_FNCT_Voile_Noir = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
R3F_TIRED_FNCT_WarnBeforeBlackout = {
|
|
||||||
[player,0.1] call fnc_usec_damageUnconscious;
|
|
||||||
cutText ["You are over burdened.", "PLAIN DOWN"];
|
|
||||||
};
|
|
||||||
R3F_TIRED_FNCT_DoBlackVanish = {
|
R3F_TIRED_FNCT_DoBlackVanish = {
|
||||||
[player,0.1] call fnc_usec_damageUnconscious;
|
[player,0.1] call fnc_usec_damageUnconscious;
|
||||||
cutText ["You are over burdened.", "PLAIN DOWN"];
|
cutText ["You are overburdened.", "PLAIN DOWN"];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -85,14 +85,13 @@ _key call server_hiveWrite;
|
|||||||
|
|
||||||
_object setVariable ["CharacterID", _characterID, true];
|
_object setVariable ["CharacterID", _characterID, true];
|
||||||
|
|
||||||
_object attachTo [_object_para, [0,0,-1.6]];
|
if(DZE_TRADER_SPAWNMODE) then {
|
||||||
|
_object attachTo [_object_para, [0,0,-1.6]];
|
||||||
sleep 1.0;
|
sleep 1.0;
|
||||||
|
WaitUntil{(getpos _object select 2) < 0.1};
|
||||||
WaitUntil{(getpos _object select 2) < 0.1};
|
detach _object;
|
||||||
|
deleteVehicle _object_para;
|
||||||
detach _object;
|
};
|
||||||
deleteVehicle _object_para;
|
|
||||||
|
|
||||||
dayz_serverObjectMonitor set [count dayz_serverObjectMonitor,_object];
|
dayz_serverObjectMonitor set [count dayz_serverObjectMonitor,_object];
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
// Sample Hello World
|
// Sample Hello World
|
||||||
|
|
||||||
[nil,nil,"per",rTITLETEXT,"Welcome to DayzEpoch.com","PLAIN DOWN"] call RE;
|
[nil,nil,"per",rTITLETEXT,"Welcome to DayzEpoch","PLAIN DOWN"] call RE;
|
||||||
|
|||||||
Reference in New Issue
Block a user