Ajuda comando
#3

PHP код:
    CMD:tirardinheiro(playeridparams[])
    {
        new 
String[128], IDNome[MAX_PLAYER_NAME], Quantidade;
        
GetPlayerName(playeridNomesizeof(Nome));
        if(
sscanf(params"ud"IDQuantidade)) return SendClientMessage(playerid, -1"Digite: /tirardinheiro [id] [quantidade]");
        if(!
IsPlayerConnected(ID)) return SendClientMessage(playerid, -1"[ERRO] Jogador nгo conectado!");
        
format(Stringsizeof(String), "(%d) %s tirou de vocк: R$ %d reais - Motivo: Denъncia"playeridNomeQuantidade); SendClientMessage(ID, -1String);
        
GivePlayerMoney(ID, -Quantidade);
        return 
1;
    } 
Deve ajuda-lo.
Reply


Messages In This Thread
Ajuda comando - by Ever_SH - 09.10.2012, 00:17
Re: Ajuda comando - by Nill.Oliveira - 09.10.2012, 00:28
Re: Ajuda comando - by Ouro - 09.10.2012, 00:29
Re: Ajuda comando - by Ever_SH - 09.10.2012, 01:34

Forum Jump:


Users browsing this thread: 1 Guest(s)