26.05.2017, 06:23
Hi,
After reading over your code, I've found that you set your fuel to "100.0" which is a float. However in your textdraw code, you call the fuel as an integer which is probably why you are getting a really large number on the textdraw. I think by changing the %i to %f would simply fix the issue.
Edit: nvm just a few seconds late lmao
After reading over your code, I've found that you set your fuel to "100.0" which is a float. However in your textdraw code, you call the fuel as an integer which is probably why you are getting a really large number on the textdraw. I think by changing the %i to %f would simply fix the issue.
Edit: nvm just a few seconds late lmao