Blockland Forums > Help
Server poll
Pages: (1/1)
Dark Star:
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.
Dark Star:
This help part is moving very slow
Pacnet2012³:
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();
Pacnet2012³:
NOEDIT : BLID 22696
Dark Star:
thx
Pages: (1/1)