1
Server Discussion / Re: Problem with game password
« on: November 22, 2007, 08:14:56 AM »
Forget about 's'
Monitor see pass.
Thanks for help.
Monitor see pass.
Thanks for help.
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.
set deathmatch "1"
set dmflags "16"
set timelimit "30"
set fraglimit "100"
set allow_download "1"
set allow_download_players "0"
set allow_download_models "1"
set allow_download_sounds "1"
set allow_download_maps "1"
set password "pass"
set rcon_password "rcon"
set spectator_password ""
set maxspectators "0"
set flood_waitdelay "10"
set flood_persecond "4"
set flood_msgs "4"
set sv_gravity "800"
set public "0"
set sv_noreload "0"
set sv_enforcetime "0"
set paused "0"
set coop "0"
set zombietime "2"
set timeout "125"
set logfile "0"
set log_stats "0"
set fixedtime "0"
set msg "1"
set filterban "1"
set rate "25000"
set sv_allow_map "1"
set allow_download_maps "1"
set allow_download_sounds "1"
set allow_download_models "0"
set allow_download_players "0"
set allow_download "1"
set dmflags "1072"
set deathmatch "1"
set ud_time "3"
// get the info strings from server info stream
$srv_rules['hostname'] = $this->getvalue('hostname', $this->g_info);
$srv_rules['gametype'] = $this->getvalue('gamename', $this->g_info);
$srv_rules['version'] = $this->getvalue('version', $this->g_info);
$srv_rules['mapname'] = $this->getvalue('mapname', $this->g_info);
$srv_rules['needpass'] = $this->getvalue('needpass', $this->g_info);
$srv_rules['maxplayers'] = $this->getvalue('maxclients', $this->g_info);
if ($srv_rules['needpass'] == 1)
{
$srv_rules['pass'] .= $sets['pass'];
}
if ($srv_rules['needpass'] == 0)
{
$srv_rules['pass'] .= 'Nie';
}