Hello.. I was wondering if it is a rand() function in amxmodx like in C++? And if not how to make it? I need a function that will randomly choose a number from (a;b) interval.
Edit: found this kind of code: random_num(0,100) is this a standard function for random numbers in (0,100) interval?