[Pedido] 2 Bagulhos
#3

Quote:
Originally Posted by iHaswell
Посмотреть сообщение
Estб oferecido.

@topic

Tente criar voce mesmo... dica pega algum codigo de chat profissao em um gm rpg que tu vai fazer sem problemas

vou tentar ja deixar mastigado

pawn Код:
if(strcmp(cmd,"/cp",true)==0)
{
    new aname[MAX_PLAYER_NAME];
    GetPlayerName(playerid, aname, MAX_PLAYER_NAME);
    new tmp[128];
    strmid(tmp, cmdtext, 3, strlen(cmdtext));
    if(!strlen(tmp))
    {
        SendClientMessage(playerid, Vermelho, "/Cp [texto]");
        return 1;
    }
    else
    {
        format(string, sizeof(string), "(Chat Profissгo) %s: %s", aname, tmp);
        Chatp(GetPlayerColor(playerid), string, 1, playerid);
        return 1;
    }
}

forward Chatp(COLOR, const string[], level, playerid);
public Chatp(COLOR, const string[], level, playerid)
{
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
        if(IsPlayerConnected(i))
        {
            if(/*Variavel dos (parceiros)*/ == /*Variavel dos (parceiros)*/)
            {
                SendClientMessage(i, COLOR, string);
            }
        }
    }
    return 1;
}
й so fazer algo assim que compare as variavel...
Mano eu nao mexo tanto com pawno D=
й treta faze algo assim quem й novato
Reply


Messages In This Thread
[Pedido] 2 Bagulhos - by Felipe_Freeze - 25.02.2012, 21:11
Re: [Pedido] 2 Bagulhos - by iHaswell - 25.02.2012, 21:13
Re: [Pedido] 2 Bagulhos - by Felipe_Freeze - 25.02.2012, 21:46
Re: [Pedido] 2 Bagulhos - by Lуs - 25.02.2012, 21:54
Re: [Pedido] 2 Bagulhos - by Felipe_Freeze - 25.02.2012, 22:12
Re: [Pedido] 2 Bagulhos - by paulor - 25.02.2012, 23:27
Re: [Pedido] 2 Bagulhos - by kinhobryant - 25.02.2012, 23:33
Re: [Pedido] 2 Bagulhos - by GuiihCamargo - 25.02.2012, 23:34
Re: [Pedido] 2 Bagulhos - by kinhobryant - 26.02.2012, 00:09
Re: [Pedido] 2 Bagulhos - by PlayeR_TheReturN - 26.02.2012, 02:15

Forum Jump:


Users browsing this thread: 1 Guest(s)