23.04.2012, 18:06
pawn Код:
new Float:Fuel[MAX_VEHICLES] = {100.0, ...};
____________________________________________
Код:
new Float:Fuel[MAX_PLAYERS]; Fuel[vehicleid] -= GetPlayerSpeed(i)/1000.0; // << This is the warning! I tried to fix it and that wasn't change anything :s