• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Windows War system

gpedro

web developer
Joined
Dec 5, 2009
Messages
165
Reaction score
520
Location
Brazil
GitHub
gpedro
Good night

Staff to follow the tutorial system that WAR was posted here in the forum:


ta but giving error in step 4) - can someone help me? I can not put in the right line because it is not well detailed ..
my file guild.php - line 1739 to 1761

PHP:
//-----------------------------------------------------------------------------//-----------------------------------------------------------------------------
if($action == 'changemotd')
{
	$guild_name = (int) $_REQUEST['guild'];
	if(empty($guild_errors))
	{
		$guild = $ots->createObject('Guild');
		$guild->load($guild_name);
		if(!$guild->isLoaded())
			$guild_errors[] = 'Guild with ID <b>'.$guild_name.'</b> doesn\'t exist.';
	}
	if(empty($guild_errors))
	{
		if($logged)
		{

thanks
 
Back
Top