26.01.2017, 11:11
FIXED !!
there were some variables and functions that are misconfigured .. like that one :
it should be like this :
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 ..
there were some variables and functions that are misconfigured .. like that one :
PHP код:
if(VehicleFuel[GetPlayerVehicleID(playerid)] >= 100.0)
PHP код:
if(VehicleFuel[GetPlayerVehicleID(playerid)] < 100.0)
not only this one but many of them I had to Fix ..
Thanks Everyone anyway for your Considerable Help !!
Rep+ to everyone ..