26.03.2017, 09:43
(
Последний раз редактировалось Celson; 26.03.2017 в 09:48.
Причина: Solved
)
This code is giving me a tag mismatch. If I get rid of the 'newredratingdiff' float it will compile without error.
EDIT: Solved. Turns out that this worked. First I've seen of doing that.
PHP код:
rating[i] = rating[i] + newredratingdiff;
PHP код:
rating[i] = rating[i] + _:newredratingdiff;