[Ajuda] Comando grana!!!
#9

pawn Code:
#define dcmd(%1,%2,%3) if (!strcmp((%3)[1], #%1, true, (%2)) && ((((%3)[(%2) + 1] == '\0') && (dcmd_%1(playerid, ""))) || (((%3)[(%2) + 1] == ' ') && (dcmd_%1(playerid, (%3)[(%2) + 2]))))) return 1

public OnPlayerCommandText(playerid, cmdtext[])
{
    dcmd(dargrana, 8, cmdtext);
    return 0;
}
 
dcmd_dargrana(playerid, params[])
{
    new
        giveplayerid,
        grana;
    if (sscanf(params, "ud", giveplayerid, amount)) SendClientMessage(playerid, 0xB4B5B7FF, "Usage: /dargrana [playerid] [dinheiro]");
    else if (giveplayerid == INVALID_PLAYER_ID) SendClientMessage(playerid, 0xFF0000AA, " ID INVБLIDO !");
    else if (grana < 1 && grana > 100000)) SendClientMessage(playerid, 0xC2A2DAAA, " Os valores devem estar entre R$ 1 e R$ 100.000");
    else
    {
        GivePlayerMoney(giveplayerid, grana);
    }
    return 1;
}
Reply


Messages In This Thread
[Ajuda] Comando grana!!! - by ApolloRJ - 01.05.2011, 00:13
Re: [Ajuda] Comando grana!!! - by Carl_Thuse - 01.05.2011, 00:20
Re: [Ajuda] Comando grana!!! - by Shadoww5 - 01.05.2011, 00:23
Re: [Ajuda] Comando grana!!! - by The Knight - 01.05.2011, 00:30
Re: [Ajuda] Comando grana!!! - by ApolloRJ - 01.05.2011, 00:41
Re: [Ajuda] Comando grana!!! - by The Knight - 01.05.2011, 00:46
Re: [Ajuda] Comando grana!!! - by ApolloRJ - 01.05.2011, 00:49
Re: [Ajuda] Comando grana!!! - by The Knight - 01.05.2011, 00:51
Re: [Ajuda] Comando grana!!! - by Shadoww5 - 01.05.2011, 00:52
Re: [Ajuda] Comando grana!!! - by The Knight - 01.05.2011, 10:20
Re: [Ajuda] Comando grana!!! - by Shadoww5 - 01.05.2011, 11:15
Re: [Ajuda] Comando grana!!! - by ApolloRJ - 01.05.2011, 17:45
Re: [Ajuda] Comando grana!!! - by The Knight - 01.05.2011, 18:01
Re: [Ajuda] Comando grana!!! - by ApolloRJ - 01.05.2011, 18:20
Re: [Ajuda] Comando grana!!! - by The Knight - 01.05.2011, 18:32
Re: [Ajuda] Comando grana!!! - by [S]trong - 01.05.2011, 18:39
Re: [Ajuda] Comando grana!!! - by ApolloRJ - 01.05.2011, 18:52
Re: [Ajuda] Comando grana!!! - by Shadoww5 - 01.05.2011, 18:56
Re: [Ajuda] Comando grana!!! - by LuxurioN™ - 01.05.2011, 21:55
Re: [Ajuda] Comando grana!!! - by ApolloRJ - 01.05.2011, 23:25

Forum Jump:


Users browsing this thread: 1 Guest(s)