17.04.2015, 17:31
Thank you both!
Would this work?
Would this work?
Код:
new phonenumber = RandomEx(1620000000, 1630000000); PlayerInfo[playerid][pnumber] = phonenumber;
Код:
stock randomEx(min, max) { //Credits to ****** new rand = random(max-min)+min; return rand; }