SA-MP Forums Archive
[Ajuda] Velocimetro bugado! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Velocimetro bugado! (/showthread.php?tid=362914)



Velocimetro bugado! - Arthenry - 25.07.2012

BOm esse velocimetro ta mei bugado, pq tipo o combustivel ta normal lб exemplo: 59, ai do nada o combustivel muda pra 13, ai do nada volta pra 59, ai fica de boa e tals, ai muda pra 13, ai do nada fica 58, e dps fica 12, e voltap ra 58 e assim vai ate acabar, ai a pessoa fika confusa na hr q vai abastecer --'

pawn Код:
public Velocimetro()
{
    for (new i = 0; i < MAX_PLAYERS; i++)
    {
        if (IsPlayerConnected(i))
        {
            AtualizarInfos(i);
            new aname[MAX_PLAYER_NAME];
            GetPlayerName(i, aname, MAX_PLAYER_NAME);
            if (IsPlayerInAnyVehicle(i))
            {
                new Float: X,
                Float: Y,
                Float: Z,
                Float: Speed;
                GetVehicleVelocity(GetPlayerVehicleID(i), X, Y, Z);
                Speed = floatmul(floatsqroot(floatadd(floatadd(floatpower(X, 2), floatpower(Y, 2)), floatpower(Z, 2))), 200.0);
                new velocid;
                velocid = floatround(Speed, floatround_floor);
                new string[256];
                new PlayerVehicleModelID = GetVehicleModel(GetPlayerVehicleID(i));
                PlayerVehicleModelID -= 400;
                format(string, 256, "~n~     ~b~ ~h~ ~h~Velocidade~n~         ~w~%i~w~ ~h~~h~Km/h ~n~~n~     ~b~ ~h~ ~h~Combustivel~n~     ~w~ ~h~ %d Litros", velocid, dini_Int(file, "Combustivel"));
                TextDrawSetString(velo[i], string);
                Radar(i);
                TextDrawShowForPlayer(i, velo[i]);
            }
            else TextDrawHideForPlayer(i, velo[i]);
        }
        else
        {
            TextDrawHideForPlayer(i, velo[i]);
        }
    }
}

Ah e uma coisa, como um infernus chega a 276 KM/h? tem alguma coisa errada, pq tipo uma moto NRG-500 nгo chega a 250 km/h andando com bug da setinha, e um carro da policia de LS nao chega a 223 Km/h
tem algo errado aki:

pawn Код:
SetTimer("Velocimetro", 400, 1);



Re: Velocimetro bugado! - [BVO]Alexandre[Tw] - 26.07.2012

Ta ai oq vc me pediu
pawn Код:
format(string, sizeof(string), "~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~g~RESPEITO:~w~%d/3~n~~g~LEVEL:~w~%d~n~~g~ESTUDO:~w~%d~n~~g~GASOLINA:~w~%d",dini_Int(file, "EXP"),dini_Int(file, "Level"),dini_Int(file, "Faculdade"),dini_Int(file, "Combustivel"));
TextDrawSetString(gText2[i], string);



Re: Velocimetro bugado! - Arthenry - 26.07.2012

с й isso q quero й o meu velocimetro que ta bugado entende?


Re: Velocimetro bugado! - paulor - 26.07.2012

Ta bugado, Desbugue, seu eu consigo, se muitas outras pessoas tbm conseguem por que vc nгo pode se esforзar e conseguir tbm ? Enves de perder tempo aki pedindo ajuda, vah estuda..


Re: Velocimetro bugado! - Arthenry - 26.07.2012

eu ja tentei desbugar --'


Re: Velocimetro bugado! - Gii - 26.07.2012

o q q vc tentou fazer para desbugar o velocimetro ?


Re: Velocimetro bugado! - Jason` - 26.07.2012

Pedir pra nуs corrigirmos como sempre...


---

Estude textdraws.


Re: Velocimetro bugado! - Arthenry - 26.07.2012

entгo, ja tentei trocar a textdraw e tals mais continua bugado '-'


Re: Velocimetro bugado! - Gii - 26.07.2012

se e so o combustivel q esta bugando pq mudar a textdraw ?


Re: Velocimetro bugado! - Arthenry - 26.07.2012

nгo sei mano, pf me ajuda ae?