[SOLVED]Tag mismatch from adding a float
#2

You can't add float to integer without floatround:

Код:
rating[i] = rating[i] + floatround(newredratingdiff);
Or you can change rating to float.
Reply


Messages In This Thread
[SOLVED]Tag mismatch from adding a float - by Celson - 26.03.2017, 09:43
Re: [SOLVED]Tag mismatch from adding a float - by raydx - 26.03.2017, 09:49

Forum Jump:


Users browsing this thread: 1 Guest(s)