17.05.2015, 21:33
Quote:
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: Код:
if (fuel[vid] > 100) fuel[vid] = 100; |
removing '.0' is better.