[Ajuda] Preciso do comando /setlevel ):
#2

Usa o result:

Exemplo:
pawn Код:
if(strcmp(cmd, "/anm", true) == 0)
    {
        if(IsPlayerAdmin(playerid))
        {
            GetPlayerName(playerid, pName, sizeof(pName));
            new length = strlen(cmdtext);
            while ((idx < length) && (cmdtext[idx] <= ' '))
            {
               idx++;
            }
            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))
            {
                SendClientMessage(playerid, COR_ERRO, "[ERRO] Uso correto: /anm [Texto]");
                return 1;
            }
            format(string, sizeof(string), "|ATENЗГO| O Administrador %s, diz: %s", pName, result);
            SendClientMessageToAll(COR_ADM,string);
        }
        else
        {
            SendClientMessage(playerid, COR_ERRO, "[ERRO] Vocк nгo й Administrador!");
            return 1;
        }
        return 1;
    }
/anm Fala Ae Viado Loko!

._.
Reply


Messages In This Thread
[Ajuda] Preciso do comando /setlevel ): - by Fabricio_Rios - 06.01.2011, 19:07
Re: [Ajuda] Preciso do comando /setlevel ): - by [NWD]Jim._.Carrey - 06.01.2011, 20:16
Re: [Ajuda] Preciso do comando /setlevel ): - by Fabricio_Rios - 06.01.2011, 22:59
Re: [Ajuda] Preciso do comando /setlevel ): - by Fabricio_Rios - 06.01.2011, 23:00
Re: [Ajuda] Preciso do comando /setlevel ): - by KingstoN* - 06.01.2011, 23:05
Re: [Ajuda] Preciso do comando /setlevel ): - by Fabricio_Rios - 06.01.2011, 23:09
Re: [Ajuda] Preciso do comando /setlevel ): - by syslogg - 06.01.2011, 23:10

Forum Jump:


Users browsing this thread: 2 Guest(s)