Renegade Public Forums
C&C: Renegade --> Dying since 2003™, resurrected in 2024!
Home » Tiberian Technologies / Blackhand Studios » Tiberian Technologies Forum » BRenBot GSA broadcasting issue
Re: BRenBot GSA broadcasting issue [message #470844 is a reply to message #470839] Fri, 06 July 2012 12:27 Go to previous messageGo to previous message
Gen_Blacky is currently offline  Gen_Blacky
Messages: 3250
Registered: September 2006
Karma:
General (3 Stars)
sub generate_rules
{
	my $string;

#	$string .= "\\BW\\1000000";
	$string .= "\\CSVR\\1";
	$string .= "\\DED\\1";
	$string .= "\\DG\\" . $config{'driver_gunner'};;
	$string .= "\\password\\" . serverStatus::getIsPassworded();
	$string .= "\\TC\\" . $config{'team_changing'};
	$string .= "\\FF\\" . $config{'friendly_fire'};
	$string .= "\\SC\\" . $config{'credits'};
	$string .= "\\SSC\\brenbot" . main::BR_VERSION;
	$string .= ( length($brconfig::config_gamespy_broadcast_website) > 0 ) ? "\\Website\\" . $brconfig::config_gamespy_broadcast_website : '';
	$string .= ( length($brconfig::config_gamespy_broadcast_irc) > 0 ) ? "\\IRC\\" . $brconfig::config_gamespy_broadcast_irc : '';
	$string .= ( length($brconfig::config_gamespy_broadcast_teamspeak) > 0 ) ? "\\Teamspeak\\" . $brconfig::config_gamespy_broadcast_teamspeak : '';
	$string .= ( length($brconfig::config_gamespy_broadcast_ventrilo) > 0 ) ? "\\Ventrilo\\" . $brconfig::config_gamespy_broadcast_ventrilo : '';
	$string .= "\\timeleft\\" . serverStatus::getTime();
	return $string;
}


doesn't it need the slashes.


http://s18.postimage.org/jc6qbn4k9/bricks3.png

[Updated on: Fri, 06 July 2012 12:28]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: TT w/ BRenBot bug
Next Topic: BRenBot CMSG paging isn't working
Goto Forum:
  


Current Time: Mon Jun 17 04:08:37 MST 2024

Total time taken to generate the page: 0.00720 seconds