Ir para conteúdo

Player Não Adiciona Gm/god Na Vip List


kwovan

Posts Recomendados

Testado no TFS 0.3.6pl1.

 

Vá até game.cpp e procure por:

 

	return false;
}

if (specialVip && !player->hasFlag(PlayerFlag_SpecialVIP))
{
	player->sendTextMessage(MSG_STATUS_SMALL, "You cannot add this player.");
	return false;
}

bool online = false;

 

Mude para:

 

	return false;
}

if((specialVip && !player->hasFlag(PlayerFlag_SpecialVIP)) || (player->getAccess() < 3 && getPlayerByName(name)->getAccess() >= 3))
{
	player->sendTextMessage(MSG_STATUS_SMALL, "You cannot add this player.");
	return false;
}

bool online = false;

 

Créditos: Antharaz

Link para o comentário
Compartilhar em outros sites

  • 9 months later...
  • 1 month later...
  • Quem Está Navegando   0 membros estão online

    • Nenhum usuário registrado visualizando esta página.
×
×
  • Criar Novo...