Hey guys,
I feel that this should be simple, is probably made clear somewhere, and that i'm just very stupid but I cannot seem to create custom zones on my Epoch 1.0.6 Chernarus server.
I have tried as others have suggested and taken the code from mission.sqm which relates to entering and leaving trader cities and the like, increased the 'class item' from 6 to 7 then tried adding my own coords and description as below:
class Item6
{
position[]={066127,150,2572};
TRGDEF
name="zonecherno";
expCond="(player distance zonecherno) < 250;";
expActiv="[""Chernogorsk"",false,""enter""] call player_traderCity;";
expDesactiv="[""Chernogorsk"",false,""leave""] call player_traderCity;";
};
I assume the problem lies with the 'position' numbers. I tried to decipher what they were from other locations and replicate but no joy...

