[Ajuda] Erro Chat
#1

Olб estava fazendo um chat global mais quando chamei meu amigo pra testar aparece 2 vez no chat quando mando mensagem e ele tbm alguem pode me ajudar? :-; e quando eu falo aparace o @ eu nгo quero que apareca ele

Код:
{

	new
		pname[MAX_PLAYER_NAME],
		pcolor = GetPlayerColor(playerid),
		str[128];

	GetPlayerName(playerid, pname, MAX_PLAYER_NAME);

	format(str, sizeof(str), "{8c7373}@Sobrevivente %s (%d): %s", pname, playerid, text);

	new
		Float:x,
		Float:y,
		Float:z;

	GetPlayerPos(playerid, x, y, z);

	foreach(new i : Player) {
		if(text[0] == '@' && text[1]) { 
	SendClientMessageToAll(pcolor, str);
		}
	}
	return 0;
}
Reply


Messages In This Thread
Erro Chat - by Blackpine - 27.10.2017, 12:27
Re: Erro Chat - by F1N4L - 27.10.2017, 13:39

Forum Jump:


Users browsing this thread: 1 Guest(s)