[AJUDA]Banco
#8

й so vocк criar os checkpoints e por igual esse comando

pawn Код:
if(strcmp(cmd, "/depositar", true) == 0) {
        new tmp[256];
        new quantidade;
        new checknome; //==
        checknome = CPS_GetPlayerCheckpoint(playerid); //  isso vai procurar o nome do Checkpoint.
        if(checknome == Banco || Banco2 ){ // aqui vocк pode adicionar os nomes dos checkpoints em que vгo poder usar esse comando.
        tmp = strtok(cmdtext, idx);
        if(!strlen(tmp)){
            SendClientMessage(playerid, COLOR_WHITE, "Uso: /depositar [quantidade]");
            return 1;
        }
        quantidade = strval(tmp);
        if(quantidade <= 0 || quantidade > GetPlayerMoney(playerid)){
            SendClientMessage(playerid, COLOR_RED, "Vocк nгo tem todo esse dinheiro. Ou estб tentando enviar $0.");
            return 1;
        }
        if(IsPlayerInCheckpoint(playerid)){
            GivePlayerMoney(playerid, 0 - quantidade);
            udb_setBankMoney(PlayerName(playerid), udb_getBankMoney(PlayerName(playerid)) + quantidade);
            return 1;
        }
        else{
            SendClientMessage(playerid, COLOR_YELLOW, "Vocк precisa estar em um banco para usar esse comando.");
            SendClientMessage(playerid, COLOR_YELLOW, "Bancos: Hotel, Car's Shop, SF Train Station, San Andreas Federal Mint.");
            return 1;
        }
    }
Reply


Messages In This Thread
[AJUDA]Banco - by diegochueri - 10.11.2010, 20:12
Re: [AJUDA]Banco - by ipsBruno - 10.11.2010, 20:14
Re: [AJUDA]Banco - by diegochueri - 10.11.2010, 20:22
Re: [AJUDA]Banco - by [NWD]Jim._.Carrey - 10.11.2010, 21:25
Re: [AJUDA]Banco - by diegochueri - 10.11.2010, 21:32
Re: [AJUDA]Banco - by [FeK]Netizen - 10.11.2010, 21:38
Re: [AJUDA]Banco - by diegochueri - 10.11.2010, 21:53
Re: [AJUDA]Banco - by [RoxX]Ygor - 10.11.2010, 22:56
Re: [AJUDA]Banco - by diegochueri - 11.11.2010, 14:01
Re: [AJUDA]Banco - by [RoxX]Ygor - 11.11.2010, 14:26

Forum Jump:


Users browsing this thread: 1 Guest(s)