Quote:
Originally Posted by Mrki_Drakula
Thank you both!
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;
}
|
That should work, unless your [pnumber] is a float.