KW

Player Não Adiciona Gm/god Na Vip List

Por kwovan, 17 de ago. de 2010 em Linguagens de Programação

4
2.5k
kwovanK
17 de agosto de 2010 às 22:13

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

9 meses depois...
21 de maio de 2011 às 05:57

Se funfar é bem legal... mas vc podia dizer onde fica esse game.cpp né ???

2 meses depois...
batatasmileB
12 de julho de 2011 às 16:34

QUERIA SABER TAMBÉM COMO ENCONTRAR ESSES .CCP

esfomeadoE
12 de julho de 2011 às 17:37

Se funfar é bem legal... mas vc podia dizer onde fica esse game.cpp né ???

 

 

QUERIA SABER TAMBÉM COMO ENCONTRAR ESSES .CCP

 

OMG :surprised:

Nas sources do distro...