17.05.2015, 21:29
Search for "new fuel["
Replace with "new Float:fuel["
Or something along those lines. You're not using the correct tag on 'fuel'.
EDIT:
Actually, just use this:
Replace with "new Float:fuel["
Or something along those lines. You're not using the correct tag on 'fuel'.
EDIT:
Actually, just use this:
Код:
if (fuel[vid] > 100) fuel[vid] = 100;