931
Help / Re: How does this work?
« on: September 04, 2012, 04:29:59 PM »the only thing i know how to script is help modsI still don't have a single idea about what you want. Make it more clear.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
the only thing i know how to script is help modsI still don't have a single idea about what you want. Make it more clear.
Last Active : Today at 03:54:28 PM
How does this work?
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();
lol no virus scan?Uh.. nope.
Server passworded to make new challenge, come helpIs the server password open to anyone who wants to help?


