10.01.2015, 11:35
Yo everyone , I search how to repair this :
Thanks for the future help
Код:
stock Float:randomEx(Float:min, Float:max) { new Float:rand = float(random(max-min)/10000)+min;//Tag mismatch at this line return rand; }