Blockland Forums > General Discussion
New Game - The Hunt - Server Poll (Testing right now)
Dark Star:
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();
The Hunt is a Boss Battle type of game and it took some time to make I hope people like it.
Dark Star:
Im testing the thingy if any help let me know what im doing wrong
Scout31:
What
Dark Star:
Im trying to work this
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();
Racerboy:
--- Quote from: Scout31 on September 04, 2012, 04:05:36 PM ---What
--- End quote ---