[Ajuda] Bloq/Lib
#5

Quote:
Originally Posted by Dishz
Посмотреть сообщение
@XandyMello, usei dessa segunda forma que vocк disse ali, e quando uma pessoa usa o comando para bloquear ele estб bloqueando para todos, queria que seria bloqueado apenas para quem usou/usar o comando, bloquear o acesso e recebimento das mensagens dos outros players.
Para todos:
Код:
if(strcmp(cmd, "/desativarchat", true) == 0)
{
	for(new i = 0; i < MAX_PLAYERS; ++i)
	{
	    BchatV1[i] = false;
	}
{

if(strcmp(cmd, "/ativarchat", true) == 0)
{
	for(new i = 0; i < MAX_PLAYERS; ++i)
	{
	    BchatV1[i] = true;
	}
{
Para um player:
Код:
if(strcmp(cmd, "/desativarchat", true) == 0)
{
    BchatV1[playerid] = false;
{

if(strcmp(cmd, "/ativarchat", true) == 0)
{
    BchatV1[playerid] = true;
{
Reply


Messages In This Thread
Bloq/Lib - by Dishz - 11.06.2016, 21:02
Re: Bloq/Lib - by pWesley - 12.06.2016, 00:23
Re: Bloq/Lib - by Dishz - 12.06.2016, 13:36
Re: Bloq/Lib - by Dishz - 13.06.2016, 17:43
Re: Bloq/Lib - by F1N4L - 13.06.2016, 17:50
Re: Bloq/Lib - by Dishz - 14.06.2016, 01:50
Re: Bloq/Lib - by Derritee1001 - 14.06.2016, 03:24
Re: Bloq/Lib - by Dishz - 14.06.2016, 03:36
Re: Bloq/Lib - by Derritee1001 - 14.06.2016, 03:47
Re: Bloq/Lib - by Dishz - 14.06.2016, 03:50

Forum Jump:


Users browsing this thread: 1 Guest(s)