need help with AGN trader zone commander

dreconx

New Member
hello im using gtx gaming hosting

im trying to install AGN trader zone commander i did everything right but its not working can som1 please help me

thanks
 
if (!isDedicated) then {
//Conduct map operations
0 fadeSound 0;
waitUntil {!isNil "dayz_loadScreenMsg"};
dayz_loadScreenMsg = (localize "STR_AUTHENTICATING");

//Run the player monitor
_id = player addEventHandler ["Respawn", {_id = [] spawn player_death;}];
_playerMonitor = [] execVM "\z\addons\dayz_code\system\player_monitor.sqf";

//Lights
//[false,12] execVM "\z\addons\dayz_code\compile\local_lights_init.sqf";

};

//Start Dynamic Weather
execVM "\z\addons\dayz_code\external\DynamicWeatherEffects.sqf";


#include "\z\addons\dayz_code\system\BIS_Effects\init.sqf"


execVM "service_point\service_point.sqf";
};
[] execvm 'AGN\agn_SafeZoneCommander.sqf';




this is the buttom of my init.sqf is there somthing rong with it i have placed the file in mission folder and changed my mission.sqm
 
Yea I'm not sure why that extra bracket is there between the service points and the safe zone script as well. You should only have the bracket on the if is dedicated and the if is server. Remove that bracket bracket and see what that does for you.
 
Back
Top