02.05.2015, 11:21
This function was once posted in Useful Functions
pawn Код:
// Use it like Random(1, 3, 6);
stock Random(...) {
return getarg(random(numargs()));
}