[Pedido] COMANDO DE DAR DINHEIRO
#2

PHP код:
dcmd_money(playeridparams[])
{
    new 
quantidadeadminName[MAX_PLAYER_NAME], string[128];
    
GetPlayerName(playeridadminNamesizeof(adminName));
    if(!
IsPlayerAdmin(playerid)) return SendClientMessage(playeridCOR_ERRO"[ERRO] Vocк nгo estб logado na RCON!");
    if(
sscanf(params"d"quantidade)) return SendClientMessage(playeridCOR_ERRO"[ERRO] Uso correto: /money [quantidade]");
    
format(stringsizeof(string), "O GM %s deu %d De Dinheiro para todos!"adminNamequantidade);
    
SendClientMessageToAll(COR_GREENstring);
    for(new 
iMAX_PLAYERSi++)
    {
        
Dinheiro[i] += quantidade;
        
GivePlayerMoney(iquantidade);
    }
    return 
1;

Reply


Messages In This Thread
COMANDO DE DAR DINHEIRO - by Raridade - 21.12.2017, 12:19
Re: COMANDO DE DAR DINHEIRO - by DelK - 21.12.2017, 12:27
Re: COMANDO DE DAR DINHEIRO - by Raridade - 21.12.2017, 12:52

Forum Jump:


Users browsing this thread: 1 Guest(s)