12.08.2010, 18:33
"tag missmatch"
I got:
m is defined as player money and the warning is at the p = (b * 20) line
I got:
Код:
new Float:b; b = m/20; floatround(b, floatround_floor); p = (b * 20);