Refueling Timer Problem
#10

FIXED !!
there were some variables and functions that are misconfigured .. like that one :

PHP код:
if(VehicleFuel[GetPlayerVehicleID(playerid)] >= 100.0
it should be like this :

PHP код:
if(VehicleFuel[GetPlayerVehicleID(playerid)] < 100.0
So that if the Vehicle Fuel was under 100% that it would be filled in not if it equals 100 or bigger than 100 ..
not only this one but many of them I had to Fix ..

Thanks Everyone anyway for your Considerable Help !!
Rep+ to everyone ..
Reply


Messages In This Thread
Refueling Timer Problem - by MiiSha - 26.01.2017, 06:03
Re: Refueling Timer Problem - by BiosMarcel - 26.01.2017, 06:24
Re: Refueling Timer Problem - by MiiSha - 26.01.2017, 06:46
Re: Refueling Timer Problem - by SyS - 26.01.2017, 07:14
Re: Refueling Timer Problem - by MiiSha - 26.01.2017, 08:54
Re: Refueling Timer Problem - by Sew_Sumi - 26.01.2017, 09:59
Re: Refueling Timer Problem - by SyS - 26.01.2017, 10:16
Re: Refueling Timer Problem - by MiiSha - 26.01.2017, 10:17
Re: Refueling Timer Problem - by SyS - 26.01.2017, 10:28
Re: Refueling Timer Problem - by MiiSha - 26.01.2017, 11:11

Forum Jump:


Users browsing this thread: 4 Guest(s)