17.01.2014, 00:41
Hello there, i've been tring to set a random number between 17 and 19 but its not working, it always comes out as 18.
Heres what i use for rand:
Any help will be appriciated
Heres what i use for rand:
pawn Код:
//random(max- min) + min;
new rand = random(19 - 17) + 17;