18.05.2015, 03:58
Pawn compiler recognizes ".0" as a second dimension for the variable, reading it as a Float.
Make sure when you declare "Fuel" you declare it as a Float.
Example:
Make sure when you declare "Fuel" you declare it as a Float.
Example:
Код:
new Float:fuel[MAX_VEHICLES];