[Ajuda] Chat para perto bugado
#1

Boa noite, eu removi o chat global dos jogadores e coloquei apenas um chat para perto, com isso, ele ficou bugado fazendo com que o ultimo ID, somente o ultimo nгo conseguisse ler/escrever as mensagens enviadas por outras pessoas.

Meu cуdigo do sistema й esse:
Код:
public OnPlayerText(playerid, text[])
{
	new string[128];
	if(realchat)
	{
	    if(Player[playerid][pLogado] == 0)
	    {
	        SendClientMessage(playerid, COLOR_GRAD1, "Vocк nгo estб logado.");
	        return 0;
      	}
	   	format(string, sizeof(string), "%s diz: %s", Player[playerid][Nome], text);
     	SendClientMessageInRange(35.0, playerid, string,COLOR_FADE1,COLOR_FADE2,COLOR_FADE3,COLOR_FADE4,COLOR_FADE5);
	   	SetPlayerChatBubble(playerid, text, COLOR_WHITE, 35.0, 10000);
	   	
	}
	return false;
}
Reply


Messages In This Thread
Chat para perto bugado - by Raayzeck - 28.07.2018, 03:24
Re: Chat para perto bugado - by JeffSantos2 - 28.07.2018, 13:29
Re: Chat para perto bugado - by Raayzeck - 28.07.2018, 14:17

Forum Jump:


Users browsing this thread: 1 Guest(s)