[Ajuda] O que fiz de errado /radio familia
#3

pawn Код:
if(strcmp(cmd, "/cf", true) == 0)
        {
        new pName[MAX_PLAYER_NAME];
        GetPlayerName(playerid, pName, sizeof(pName));
        if(strfind(pName, "_SOBRENOME", false) != -1)//Ali em _Familia voce coloca o sobrenome do cara.
            {
            new length = strlen(cmdtext);
            new offset = idx;
            new result[64];
            while ((idx < length) && ((idx - offset) < (sizeof(result) - 1)))
            {
                result[idx - offset] = cmdtext[idx];
                idx++;
            }
            result[idx - offset] = EOS;

            if(strlen(result) == 0) return SendClientMessage(playerid, -1, "USO: /cf [Texto]");
            new str[128];
            format(str, sizeof(str), "[Chat da Familia] %s: %s", pName, result);
            new i = 0;
            while(i < MAX_PLAYERS)
                {
                new nick1[MAX_PLAYER_NAME];
                GetPlayerName(i, nick1, sizeof(nick1));
                if(strfind(nick1, "_SOBRENOME", false) != -1)
                    {
                    SendClientMessage(i, 0xFFAAFFAA, str);
                    }
                i++;
                }

            }
        return 1;
        }
Onde tem SOBRENOME você coloca o sobrenome da família.
Reply


Messages In This Thread
O que fiz de errado /radio familia - by gmstrikker - 18.04.2014, 18:31
Re: O que fiz de errado /radio familia - by hard_dalzot - 18.04.2014, 18:38
Re: O que fiz de errado /radio familia - by ipsLuan - 19.04.2014, 11:45
Re: O que fiz de errado /radio familia - by gmstrikker - 20.04.2014, 00:01
Re: O que fiz de errado /radio familia - by gmstrikker - 24.04.2014, 08:50
Re: O que fiz de errado /radio familia - by gmstrikker - 25.04.2014, 22:05
Re: O que fiz de errado /radio familia - by Lipe_Stronda - 25.04.2014, 22:19
Re: O que fiz de errado /radio familia - by gmstrikker - 26.04.2014, 04:13

Forum Jump:


Users browsing this thread: 1 Guest(s)