[Ajuda] AJUDA GM
#7

Quote:
Originally Posted by Life Advanced
Посмотреть сообщение
pawn Код:
//Ponha no GameMode  e nгo vai ter mais problema com Chat Global '

public OnPlayerText(playerid, text[])
{
    if(text[0] == '#')
    {
        new n[24],s[128],Float:Pos[3];
        GetPlayerName(playerid,n,24);
        format(s,128,"%s diz:s%",n,text[1]);
        GetPlayerPos(playerid,Pos[0],Pos[1],Pos[2]);
        for(new i = 0 ; i < GetMaxPlayers(); i++) {
            if(IsPlayerInRangeOfPoint(i,2,Pos[0],Pos[1],Pos[2]))
            {
                SendClientMessage(i,-1,s);
            }
        }
    }
    return false;
}
Agora nгo aparece nada ao digitar :/
Reply


Messages In This Thread
AJUDA GM - by maluco88 - 04.09.2012, 01:20
Re: AJUDA GM - by Q.I - 04.09.2012, 01:29
Re: AJUDA GM - by matheus280 - 04.09.2012, 01:29
Re: AJUDA GM - by Life Advanced - 04.09.2012, 01:31
Re: AJUDA GM - by maluco88 - 04.09.2012, 01:33
Re: AJUDA GM - by Life Advanced - 04.09.2012, 01:35
Re: AJUDA GM - by maluco88 - 04.09.2012, 01:44
Re: AJUDA GM - by Life Advanced - 04.09.2012, 01:50
Re: AJUDA GM - by maluco88 - 04.09.2012, 01:50
Re: AJUDA GM - by Life Advanced - 04.09.2012, 01:52

Forum Jump:


Users browsing this thread: 3 Guest(s)