[Ajuda] ERRO QUANDO VO COMPILAR
#4

Quote:
Originally Posted by Comanfis157
Посмотреть сообщение
pawn Код:
if(listitem == 0)                     // VIP
            {
                if(grana > 49999)
                {
                    GivePlayerGrana(playerid, -500000);
                    SendClientMessage(playerid, Blue, "Vocк conseguiu VIP 3 Dias.");
                    SetPlayerVIP(plid, 3);
                    format(string, sizeof(string), "%s (%d) (») Promoveu: %s (%d) para VIP (») Por %d dia(s)!", GetPlayerNameEx(playerid), playerid, GetPlayerNameEx(plind), plid, dias);
                    SendClientMessageToAll(tcadm, string);
                }
                else
                {
                    SendClientMessage(playerid, Vermelho, "Vocк nгo tem dinheiro suficiente.");
                        }
            }
        }
    }
tenta assim
pawn Код:
if(listitem == 0)                     // VIP
            {
                if(grana > 49999)
                {
                    new plid;
                    GivePlayerGrana(playerid, -500000);
                    SendClientMessage(playerid, Blue, "Vocк conseguiu VIP 3 Dias.");
                    SetPlayerVIP(plid, 3);
                    format(string, sizeof(string), "%s (%d) (») Promoveu: %s (%d) para VIP (») Por %d dia(s)!", GetPlayerNameEx(playerid), playerid, GetPlayerNameEx(plind), plid, dias);
                    SendClientMessageToAll(tcadm, string);
                }
                else
                {
                    SendClientMessage(playerid, Vermelho, "Vocк nгo tem dinheiro suficiente.");
                        }
            }
        }
    }
Reply


Messages In This Thread
ERRO QUANDO VO COMPILAR - by Comanfis157 - 12.04.2014, 20:03
Re: ERRO QUANDO VO COMPILAR - by williamgato - 12.04.2014, 20:11
Re: ERRO QUANDO VO COMPILAR - by Comanfis157 - 12.04.2014, 20:14
Re: ERRO QUANDO VO COMPILAR - by williamgato - 12.04.2014, 20:17
Re: ERRO QUANDO VO COMPILAR - by Comanfis157 - 12.04.2014, 20:19
Re: ERRO QUANDO VO COMPILAR - by williamgato - 12.04.2014, 20:20
Re: ERRO QUANDO VO COMPILAR - by Comanfis157 - 12.04.2014, 20:25
Re: ERRO QUANDO VO COMPILAR - by williamgato - 12.04.2014, 20:32
Re: ERRO QUANDO VO COMPILAR - by Comanfis157 - 12.04.2014, 20:38

Forum Jump:


Users browsing this thread: 1 Guest(s)