[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
#2

Pode ser que a GM que vocк esta usando para testar tenha algum cуdigo de anti money que tenha alterado essa funзгo GetPlayerMoney
Reply
#3

Quote:
Originally Posted by Cleyson
Посмотреть сообщение
Pode ser que a GM que vocк esta usando para testar tenha algum cуdigo de anti money que tenha alterado essa funзгo GetPlayerMoney
Jб estб resolvido, valeu.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)