[Pedido] Conversгo;
#10

Quote:
Originally Posted by dPlaYer_
Посмотреть сообщение
pawn Код:
CMD:p(playerid, params[])
{
    new str[128], proximo[128];
    if(sscanf(params, "u", proximo))  return SendClientMessage(playerid, 0x0000FFAA, "/p mensagem");
    for(new P=0; P < MAX_PLAYERS; P++)
    {
        if(GetDistanceBetweenPlayers(playerid, P) < 25)
        {
            format(str, sizeof(str), "(Chat Prуximo) %s diz: %s", Nome(playerid), proximo);
            SendClientMessage(P, 0x00EE00AA, str);
        }
    }
    return 1;
}
Nгo adianta, eu digito " /p oi ", ele repete a mensagem " /p mensagem " ...
Reply


Messages In This Thread
Conversгo; - by Ley - 30.09.2012, 21:06
Re: Conversгo; - by Ley - 30.09.2012, 21:39
Re: Conversгo; - by Ley - 30.09.2012, 23:30
Re: Conversгo; - by Schocc - 30.09.2012, 23:33
Re: Conversгo; - by Ley - 01.10.2012, 00:05
Re: Conversгo; - by Supera - 01.10.2012, 00:25
Re: Conversгo; - by FeelLikeASir_ - 01.10.2012, 00:28
Re: Conversгo; - by Ley - 01.10.2012, 00:36
Re: Conversгo; - by dPlaYer_ - 01.10.2012, 00:49
Re: Conversгo; - by Ley - 01.10.2012, 01:06

Forum Jump:


Users browsing this thread: 1 Guest(s)