17.01.2014, 11:10
Please add this and give credits to ******
Found it on the forums a while ago and I'm using it, also explain why it is like that, would be really good for newbies.
Код:
stock randomEx(min, max) { //Credits to ****** new rand = random(max-min)+min; return rand; }