AGN Safe Zones not loading

Gravvy

New Member
So I installed it exactly how the instructions said but I get this message in my RPT file.

Code:
"Error: Attempting to start AGN products on a server where it should not be!"

I have the following at the bottom of my init.sqf file.

Code:
[] execvm 'AGN\agn_SafeZoneCommander.sqf';

And I have the file uploaded in the AGN folder. Anyone know what is going on?
 
Just going out on a limb here.. you don't call it at the bottom of your init.sqf.. you call it in
Code:
if (!isDedicated) then
section
 
Back
Top