[AJUDA] Chat Prуximo esta Duplicando Mensagem a Quem Escreve
#1

Script:

Quote:

if(text[0] == ';')
{
PlayerPlaySound(playerid,1057,0.0,0.0,0.0);
for(new i; i != MAX_PLAYERS; i++)
{
new Float[3];
GetPlayerPos(i,p[0],p[1],p[2]);
if(IsPlayerInRangeOfPoint(playerid,15.0,p[0],p[1],p[2]))
{
if(MSG[i] == false)
{
new sStr[256];
new Name[24];
GetPlayerName(playerid,Name,24);
format(sStr,128,"%s(%i): %s",Name,playerid,text[1]);
SendClientMessage(i,0x00FFFFAA,sStr);
SendClientMessage(playerid,0x00FFFFAA,sStr);
PlayerPlaySound(i,1057,0.0,0.0,0.0);
MSG[i] = true;
}
MSG[i] = false;
return 0;
}
}
}

Ele duplica a mensagem ao player que escreve-a, para quem lк estб normal!
Teria como alguem colocar chat bubble nele? eu faзo e da erros :/
Abraзгo
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)