Speedo meter shows bank account
#1

When someone drive faster than 100 kmh the speedo meter starts to show the bank account insted? im not sure but the problem should be here, if not then tell me where to look please.

pawn Код:
new kmh = GetPlayerSpeed(i, true);
                if ((BusrouteEast[i][0] >= 0 && BusrouteWest[i][0] >= 0))
                {
                    if(PlayerInfo[i][pSpeedo] == 2)
                    {
                        if(kmh >= 0 && kmh <= 80)
                        {
                            format(string, 64, "~w~Speed: ~g~~h~%d ~w~KM/h.", kmh);
                        }
                        else if(kmh >= 81 && kmh <= 120)
                        {
                            format(string, 64, "~w~Speed: ~y~~h~%d ~w~KM/h.", kmh);
                        }
                        else if(kmh >= 300)
                        {
                            format(string, 64, "~w~Speed: ~r~~h~%d ~w~KM/h.", kmh);
                        }
                        TextDrawSetString(Textdraw39[i], string);
                    }
Reply


Messages In This Thread
Speedo meter shows bank account - by Don_Cage - 16.03.2013, 18:27
Re: Speedo meter shows bank account - by Private200 - 16.03.2013, 18:43
Re: Speedo meter shows bank account - by Don_Cage - 16.03.2013, 19:11
Re: Speedo meter shows bank account - by AndreT - 16.03.2013, 19:32

Forum Jump:


Users browsing this thread: 2 Guest(s)