[AJUDA]Comando nao pega
#6

pawn Code:
if(strcmp(cmd, "/darmala", true) == 0)
{
    if(Info[playerid][SemMala] == false) return SendClientMessage(playerid, COLOR_GRAD1, "   Voce Nao Tem uma Mala.");
    tmp = strtok(cmdtext, idx);
    if(!strlen(tmp)) return SendClientMessage(playerid,-1,"Digite: /darmala [ID do Jogador] [Quantia de Grana]");
    tmp = strtok(cmdtext, idx);
    if(!strlen(tmp)) return SendClientMessage(playerid, COLOR_GRAD1, "USO: /pagar [playerid/Parte-do-Nick] [quantia]");
    money = strval(tmp);
    if(money < 1 || money > 100000)  return SendClientMessage(playerid, 0xC2A2DAAA," Os valores devem estar entre R$ 1 e R$ 100.000");
    money = strval(tmp);
    playermoney[playerid] = GetPlayerMoney(playerid);
    if(playermoney[playerid] >= money > 0)
    {
        new pid, String[128];
        tmp = strtok(cmdtext, idx);
        pid = strval(tmp);
        GivePlayerMoney(pid, money);
        GivePlayerMoney(playerid, -money);
        format(String,128,"Vocк deu $%i para o ID %i",money,pid);
        SendClientMessage(playerid,-1,String);
    }
    else
    {
        SendClientMessage(playerid, COLOR_GRAD1, "   Quantia invбlida");
    }
    return 1;
}
Ponha assim !
Reply


Messages In This Thread
[AJUDA]Comando nao pega - by atsbs - 29.11.2011, 02:09
Re: [AJUDA]Comando nao pega - by Josma_cmd - 29.11.2011, 02:27
Re: [AJUDA]Comando nao pega - by atsbs - 29.11.2011, 02:41
Re: [AJUDA]Comando nao pega - by Josma_cmd - 29.11.2011, 02:50
Re: [AJUDA]Comando nao pega - by atsbs - 29.11.2011, 02:57
Re: [AJUDA]Comando nao pega - by Adrian Fahrenheit Tepes - 29.11.2011, 10:09

Forum Jump:


Users browsing this thread: 2 Guest(s)