06.03.2010, 22:17
Hey guys i just made my Textdraw speedo meter with fuel meter in but some how the fuel meter is bugged and everything else work fine,
Problem, When i test my fuel meter it doesnt show 100 in fuel or something its like 12342397865 :S some how i dont know why
and all this things i got from my old script with fuel and such stuff buts it realy old, but it works good there but not in my new server :S help please
This line use on the speedo meter
Problem, When i test my fuel meter it doesnt show 100 in fuel or something its like 12342397865 :S some how i dont know why
and all this things i got from my old script with fuel and such stuff buts it realy old, but it works good there but not in my new server :S help please
This line use on the speedo meter
Код:
format(HGG, sizeof(HGG), "~n~~n~~n~~n~~r~~h~~h~Name: ~w~%s~n~~r~~h~Speed: ~w~%s ~n~~g~~h~Fuel:~w~ %d ~n~~y~~h~Windows: %s", ArIsim[GetVehicleModel(GetPlayerVehicleID(i))-400], Sspeed, Gas[vehicle], ftext);
Код:
new vehicle = GetPlayerVehicleID(i);