23.04.2014, 14:34
i think you would do something like:
and then just link the function with a timer
pawn Код:
randomtimer()
{
for(new a = 0; a < sizeof(Yourfuelarray); a++)
{
Yourfuelarray[carid] = drivenmiles * milespergallon
}
}