[FilterScript] Advance Double Speed-O-Meter [Version 2]
#8

Quote:
Originally Posted by PgMNA
View Post
- see from open eyes not all textdraws are global.
- i have tested it and it doesnot drop fps.
- no repeated codes
- no untidy codes found you are the one who is a jelous peep nigga.
People try to help you optimize you'r code and you'r being rude to them.

also you should calculate the vehicle health

when the vehicle will be on fire the health will show between 0-250 and i usually prefer when the max health is 100 not 1000.

PHP Code:
GetVehicleHP(vehicleid)
{
    new 
veh_hp_resultFloat:veh_hp;
    
GetVehicleHealth(vehicleidveh_hp);
    
veh_hp_result floatround((floatsub(veh_hp250))/7.5);
    if(
veh_hp_result 0) return veh_hp_result;
    return 
0;

Reply


Messages In This Thread
Advance Double Speed-O-Meter [Version 2] - by PgMNA - 16.07.2018, 10:17
Re: Advance Double Speed-O-Meter [Version 2] - by Lokii - 16.07.2018, 17:32
Re: Advance Double Speed-O-Meter [Version 2] - by Freaksken - 16.07.2018, 17:41
Re: Advance Double Speed-O-Meter [Version 2] - by Usmanmemon - 16.07.2018, 22:00
Re: Advance Double Speed-O-Meter [Version 2] - by PgMNA - 16.07.2018, 22:45
Re: Advance Double Speed-O-Meter [Version 2] - by xMoBi - 17.07.2018, 08:55
Re: Advance Double Speed-O-Meter [Version 2] - by PgMNA - 17.07.2018, 09:10
Re: Advance Double Speed-O-Meter [Version 2] - by Lokii - 17.07.2018, 09:46
Re: Advance Double Speed-O-Meter [Version 2] - by CodeStyle175 - 17.07.2018, 10:38
Re: Advance Double Speed-O-Meter [Version 2] - by xMoBi - 17.07.2018, 13:09

Forum Jump:


Users browsing this thread: 3 Guest(s)