R3F Realism

This commit is contained in:
vbawol
2013-02-10 08:36:26 -06:00
parent 1d22cc55b7
commit 3785c81a35
18 changed files with 1856 additions and 1 deletions

View File

@@ -69,4 +69,5 @@ if (!isDedicated) then {
//Run the player monitor
_id = player addEventHandler ["Respawn", {_id = [] spawn player_death;}];
_playerMonitor = [] execVM "\z\addons\dayz_code\system\player_monitor.sqf";
_void = [] execVM "R3F_Realism\R3F_Realism_Init.sqf";
};