26.03.2017, 09:49
You can't add float to integer without floatround:
Or you can change rating to float.
Код:
rating[i] = rating[i] + floatround(newredratingdiff);

