How can i fix this?
#1

Hello, does anyone know how i can fix this major problem i have, i have a fuel system that i just made. The fuel system does not change fuel and when u enter any vehicle the fuel is always 0. does anyone know?

code:
public OnFilterScriptInit()
{
for(new i=0;i<MAX_VEHICLES;i++) {
fuel[i] = 100;
}
SetTimer("timer_fuel_lower",4200,true);
return 1;
}

thats the bit that is supposed to make the fuel 100 in every car



BigAl
Reply


Messages In This Thread
How can i fix this? - by BigAl - 24.10.2010, 16:08
Re: How can i fix this? - by Mauzen - 24.10.2010, 16:23
Re: How can i fix this? - by BigAl - 24.10.2010, 16:31
Re: How can i fix this? - by Mauzen - 24.10.2010, 17:07

Forum Jump:


Users browsing this thread: 1 Guest(s)