l have a ded server but when l get into the game with the server going it either doesn't have the list of the maps as it stays on the loading screen as giong into the server, or it gets to the voting part and just counts down,
so how do you vote or fix the server.cfg, below is my server.cfg
can someone please help me.
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">
password=*****;
passwordAdmin=*****;
hostnamd="*** greatest Server (Password needed)";
motd[]=
{
"Welcome to the non-official",
"********",
};
motdInvterval=10;
voteMissionPlayers=5;
class Missions
{
class MPCTF_01 // name for the mission, can be anything
{
template = M02CaptureTheFlag.SaraLite;
cadetMode = 1; // difficulty 0=veteran 1=cadet (not only AI, but radar, map etc)
};
class MPCOOP_01 // name for the mission, can be anything
{
template = M01Cooperative.SaraLite;
cadetMode = 1; // difficulty 0=veteran 1=cadet (not only AI, but radar, map etc)
};
class MPCTI_01 // name for the mission, can be anything
{
template = M03ConquerTheIsland.SaraLite;
cadetMode = 1; // difficulty 0=veteran 1=cadet (not only AI, but radar, map etc)
};
};