random between two float numbers Tag mismatch
#1

Yo everyone , I search how to repair this :

Код:
stock Float:randomEx(Float:min, Float:max)
{
    new Float:rand = float(random(max-min)/10000)+min;//Tag mismatch at this line
    return rand;
}
Thanks for the future help
Reply


Messages In This Thread
random between two float numbers Tag mismatch - by DiamantEspace18 - 10.01.2015, 11:35
Re: random between two float numbers Tag mismatch - by Misiur - 10.01.2015, 11:40
Re : random between two float numbers Tag mismatch - by DiamantEspace18 - 10.01.2015, 11:45
Re: random between two float numbers Tag mismatch - by Gammix - 10.01.2015, 11:47
Re: random between two float numbers Tag mismatch - by Misiur - 10.01.2015, 11:48
Re : random between two float numbers Tag mismatch - by DiamantEspace18 - 10.01.2015, 11:51

Forum Jump:


Users browsing this thread: 3 Guest(s)