[Ajuda] Problema Chat Proximo
#1

Eu tenho um chat proximo mais ele nгo esta aparecendo a mensagem nem pra quem ta perto nem para mim.. Alguem pode ajudar?

pawn Код:
public OnPlayerText(playerid, text[])
{
    if(text[0] == ';')
    {
       
        PlayerPlaySound(playerid,1057,0.0,0.0,0.0);
        for(new i; i != MAX_PLAYERS; i++)
        {
           
            new Float:p[3];
            GetPlayerPos(i,p[0],p[1],p[2]);
            if(IsPlayerInRangeOfPoint(playerid,15.0,p[0],p[1],p[2]))
            {
               
                new Float:MSG[3];
                if(MSG[i] == 0)
                {
                   
                    new sStr[256];
                    new Name[24];
                    GetPlayerName(playerid,Name,24);
                    format(sStr,128,"(Chat Prox){FF0000}%s (%i): {00FFFF}%s",Name,playerid,text[1]);
                    SendClientMessage(i,-1,sStr);
                    PlayerPlaySound(i,1057,0.0,0.0,0.0);
                    MSG[i] = 1;
                }
                MSG[i] = 0;
                return 0;
            }
        }
    }
Reply


Messages In This Thread
Problema Chat Proximo - by ThiagoMK - 24.07.2013, 18:39
Re: Problema Chat Proximo - by mau.tito - 24.07.2013, 18:47
Re : Re: Problema Chat Proximo - by ThiagoMK - 24.07.2013, 19:03
Respuesta: Problema Chat Proximo - by ViniKuliveguisky - 24.07.2013, 20:20

Forum Jump:


Users browsing this thread: 2 Guest(s)