[Ajuda] Dinheiro insuficiente na compra de equipe
#1

Entгo, estou usando um sistema de equipes, mas quando tento comprar uma equipe, diz que estou sem dinheiro, sendo que estou. Mas nгo to entendendo o motivo pode me ajudar?

pawn Код:
if(listitem == 0)
            {
                if(GetPlayerMoney(playerid) < 200000) return SendClientMessage(playerid,0x33CCFFAA,"[--- Server Info ---] Vocк nгo tem dinheiro suficiente !");
                ShowPlayerDialog(playerid,OpcoesPainel, DIALOG_STYLE_INPUT,
                "[ Equipe]", "[-- Server Info --]",
                 "OK", "Sair");
                SetPVarInt(playerid,"PainelValue",1);
                new ProprioMembro[MAX_PLAYER_NAME];
                GetPlayerName(playerid,ProprioMembro,MAX_PLAYER_NAME);
                strmid(PlayerRecrutaDeOutroPlayer[playerid],ProprioMembro,false,strlen(ProprioMembro),MAX_PLAYER_NAME);
                return 1;
            }
Reply


Messages In This Thread
Dinheiro insuficiente na compra de equipe - by TheModern - 22.08.2015, 20:31
Re: Dinheiro insuficiente na compra de equipe - by Cleyson - 22.08.2015, 22:41
Re: Dinheiro insuficiente na compra de equipe - by TheModern - 22.08.2015, 22:50

Forum Jump:


Users browsing this thread: 1 Guest(s)