24.10.2010, 16:08
(
Последний раз редактировалось BigAl; 24.10.2010 в 16:31.
)
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
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