Author Topic: Server poll  (Read 1278 times)

Ok i dont know how to get the

Dark Stars's Trench War
1/32 lock=false

and the rest of that crap so if someone can tell me how to do that
ill give ya admin on my server and if you think you have a good
explination leave your BL_ID so i can add you in future times.

This help part is moving very slow

Server Side way to get that stuff :

Name - variable - $Pref::Server::Name
Players - variable - $Server::Playercount
Max Players - variable - $Pref::Server::MaxPlayers

Passworded true/false - function
function checkPass()
{
if($Pref::Server::Password $= "")
{
   return false;
}
else
{
   return true;
}
}

[passworded y/n variable] = checkPass();