Can I ask some questions about the map rotation??
having some problems understanding th syntax on the {;}
not sure of the rules that apply when u lengthen the rotation beyond say your two map example
=========================
Code:
class Missions
{
class Mission01
{
template = mission name;
difficulty = "difficulty level";
param1 = variable;
param2 = variable;
};
class Mission02
{
template = mission name;
difficulty = "difficulty level";
param1 = variable;
param2 = variable;
};
};
===========================
any tidbits that you can offer on the usage of the { or } or ; and when to use
also I have the persistance set so the server carries on when no one is there but how do you get the map to rotate back to the 1st map after all maps are done in the rotation?
when I scripted .cfg's in say cod2 we would use a
map_rotate
at the end of the cfg to start the maplist back over again
If I can just glimpse say someone's cfg that has multiple maps (more tht 3) I can probably dervire the syntax from that
and if it was to include the string that allows the maps to continue and never go creating that would be great
thanks so Much@@!!!