/tentar nгo dб
#2

Tenta esse:
pawn Код:
if(strcmp(cmd, "/tentar", true) == 0)
    {
        if(IsPlayerConnected(playerid))
        {
            if(gPlayerLogged[playerid] == 0)
            {
                SendClientMessage(playerid, COLOR_GREY, "   Vocк nгo estб Logado !");
                return 1;
            }
            GetPlayerName(playerid, sendername, sizeof(sendername));
            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, COLOR_GRAD2, "USAGE: /tentar [aзгo]");
                return 1;
            }
            new randa = random(2)+1;
            if(PlayerInfo[playerid][pMaskuse] == 1)
            {
                if(randa == 1) format(string, sizeof(string), "*** Estranho tenta %s e foi um Sucesso", result);
                else format(string, sizeof(string), "*** Estranho tenta %s mais Falhou", result);
            }
            else
            {
                if(randa == 1) format(string, sizeof(string), "*** %s tenta %s e foi um Sucesso", sendername, result);
                else format(string, sizeof(string), "*** %s tenta %s, mais Falhou", sendername, result);
            }
            ProxDetector(30.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
            printf("%s", string);
        }
        return 1;
    }
Reply


Messages In This Thread
/tentar nгo dб - by bernardo - 08.02.2011, 23:31
Re: /tentar nгo dб - by GuikBretas - 08.02.2011, 23:36
Re: /tentar nгo dб - by bernardo - 09.02.2011, 00:43
Re: /tentar nгo dб - by rjjj - 09.02.2011, 02:36
Re: /tentar nгo dб - by bernardo - 09.02.2011, 23:12
Re: /tentar nгo dб - by Baddark2131 - 09.02.2011, 23:22
Re: /tentar nгo dб - by KevinsL - 10.02.2011, 00:25
Re: /tentar nгo dб - by Kruger - 10.02.2011, 00:26
Re: /tentar nгo dб - by bernardo - 10.02.2011, 01:15
Re: /tentar nгo dб - by Vageto[STK] - 10.02.2011, 07:23

Forum Jump:


Users browsing this thread: 2 Guest(s)