[AJUDA] Comando Ver dinheiro.
#7

pawn Код:
if( !strcmp( cmd, "/vermoney", true ))
    {
        if( !IsPlayerAdmin( playerid ))
            return SendClientMessage( playerid, 0xFF0000AA, "(OPS) Vocк nгo й administrador !" );
        tmp = strtok(cmdtext, idx);
        if( !strlen( tmp ))
            return SendClientMessage( playerid, 0xFF0000AA, "(OPS) Use: /vermoney [ID]" );
        new id = strval( tmp );
        if( !IsPlayerConnected( id ))
            return SendClientMessage( playerid, COLOR_BRANCO, "(OPS) Slot desocupado !" );
        format( string, sizeof( string ), "* O saldo de %s em mгos й: R$ %d", PlayerName( id ), GetPlayerMoney( id ));
        SendClientMessage( playerid, -1, string );
        return 1;
    }
Algo mais?
Reply


Messages In This Thread
[AJUDA] Comando Ver dinheiro. - by Baigou - 15.11.2011, 19:30
Re: [AJUDA] Comando Ver dinheiro. - by Dolby - 15.11.2011, 19:34
Re: [AJUDA] Comando Ver dinheiro. - by Baigou - 15.11.2011, 20:05
Re: [AJUDA] Comando Ver dinheiro. - by Dolby - 15.11.2011, 20:10
Re: [AJUDA] Comando Ver dinheiro. - by dPlaYer_ - 15.11.2011, 20:35
Re: [AJUDA] Comando Ver dinheiro. - by Baigou - 15.11.2011, 21:29
Re: [AJUDA] Comando Ver dinheiro. - by [NWD]Jim._.Carrey - 15.11.2011, 21:52

Forum Jump:


Users browsing this thread: 5 Guest(s)