[Ajuda] poblema aqui - comprar relogio
#10

Por favor tenta me responder u.u= Meu cod estб assim

pawn Код:
dini_IntSet(file, "TemRelogio", 0);//Quando ele logar<<<<

Onplayerconnect
for(new i = 0; i < GetMaxPlayers(); i++)//
    {
    if(TemRelogio[playerid] == 1)
{
    dini_IntSet(file, "TemRelogio", 1); // Aqui Se ele tivero relogio vai ter a TEXT DRAW do relogio
    SetTimerEx("RelogioUP", 1000, true, "i", i);
    UPRelogio[i] = TextDrawCreate(501.000000, 6.000000, " ");
    TextDrawBackgroundColor(UPRelogio[i], 255);
    TextDrawFont(UPRelogio[i], 1);
    TextDrawLetterSize(UPRelogio[i], 0.509999, 1.299999);
    TextDrawColor(UPRelogio[i], -1);
    TextDrawSetOutline(UPRelogio[i], 1);
    TextDrawSetProportional(UPRelogio[i], 1);
    return 1;
}
}
if(listitem == 3) // Relogio
{
if(grana > 19999){
GivePlayerGrana(playerid, -20000);
SendClientMessage(playerid, Blue, "(INFO) Vocк comprou um Relogio UP.");//Aqui quando ele compra o RELOGIO UP
TextDrawShowForPlayer(playerid, UPRelogio[playerid]);
dini_IntSet(file, "TemRelogio", 1);
} else {
SendClientMessage(playerid, Vermelho, "(INFO) Vocк nгo tem dinheiro suficiente.");
}
}
public RelogioUP(playerid)// E tem isso mais eu nгo ponhei nada aqui
{
    new string[256];
    if(segUP[playerid] == 0 && minUP[playerid] == 0)
    {
        if(PlayerInfo[playerid][Logged] == 1)
  {
         if(AFK[playerid] == 0) {
                dini_IntSet(file, "Tempo", dini_Int(file, "Tempo")+1);
                //====== [EXP] ======
                if(dini_Int(file, "Tempo") >= 1)
                {
                    dini_IntSet(file, "EXP", dini_Int(file, "EXP")+1);
                    format(string, sizeof(string), "| UP | Vocк ganhou +1 de experiкncia! [ %d / 5 ]",dini_Int(file, "EXP"));
                    PlayerPlaySound(playerid, 1057, 0, 0, 0);
                    GameTextForPlayer(playerid, "~w~UP!", 3000, 6);
                    SendClientMessage(playerid, 0x75EA00AA, string);
                    dini_IntSet(file, "Tempo",0);
                }
                if(dini_Int(file, "EXP") >=5) {
                    dini_IntSet(file, "Level", dini_Int(file, "Level")+1);
                    SetPlayerScore(playerid,dini_Int(file, "Level"));
                    format(string, sizeof(string), "| UP | Vocк juntou 5 experiкncias, e ganhou +1 level. (Level: %d) ",dini_Int(file, "Level"));
                    SendClientMessage(playerid, 0x75EA00AA, string);
                    PlayerPlaySound(playerid, 1057, 0, 0, 0);
                    dini_IntSet(file, "EXP",0);
                    if(GetCasas(playerid) > 0) {
                    //SendClientMessage(playerid, 0xC0C0C0AA,"| IMPOSTOS | Os impostos de sua casa foram cobrados. Luz -350$; бgua: -150$. Totalizando: 500$.");
                    //dini_IntSet(file, "SaldoBancario", dini_Int(file, "SaldoBancario")-500);
                    //new Total;
                        new Total = randomEx(0, 99);
                                                  // ele vai gerar numeros. e + numeros ai tu liga e testa pera
                        new rand = random(200); rand += 4000;
                        format(string, sizeof(string), "| IMPOSTOS | Foram cobrados os impostos de sua casa (бgua e energia eletrica). Total: %d$",Total);
                        SendClientMessage(playerid, 0xC0C0C0AA, string);
                        dini_IntSet(file, "SaldoBancario", dini_Int(file, "SaldoBancario")-Total);
                    }
                }
            }
            else {
                SendClientMessage(playerid, Vermelho, "| ANTI - AFK | Vocк estб no modo ausente, e nгo recebeu uma experiкncia!");
            }
        }
    }
    TemRelogio[playerid] = 1;
    if(segUP[playerid] == -1) {
        if(minUP[playerid] == 0)
            minUP[playerid] = 10;
        segUP[playerid] = 59;
        minUP[playerid]--;
    }
    TemRelogio[playerid] = 1;
    format(string, sizeof(string), "~w~+ ~g~UP: ~w~%02d:%02d", minUP[playerid],segUP[playerid]);
    TextDrawSetString(UPRelogio[playerid],string);
    segUP[playerid] --;
    return 1;
}
Sу fiz assim quando compra nгo aparece
Reply


Messages In This Thread
poblema aqui - comprar relogio - by Cromado - 02.06.2013, 16:10
Re: poblema aqui - by BielCOP - 02.06.2013, 16:14
Re: poblema aqui - by -GooGle- - 02.06.2013, 16:14
Re: poblema aqui - by Don_Speed - 02.06.2013, 16:18
Re: poblema aqui - by Cromado - 02.06.2013, 17:02
Re: poblema aqui - by Cromado - 02.06.2013, 17:26
Re: poblema aqui - by Cromado - 02.06.2013, 18:36
Re: poblema aqui - by AlucardSnow - 02.06.2013, 19:21
Re: poblema aqui - by VivendoVirtual - 02.06.2013, 19:43
Re: poblema aqui - by Cromado - 02.06.2013, 20:51

Forum Jump:


Users browsing this thread: 2 Guest(s)