15.09.2013, 22:36
Hello dear samp forum members.. I'm lost in generating random phone number...
Basically I have problems with generating one and checking if the phone number is free to use.
Umm for generating it I would love to know the best way..
I'm using this
and one more question how big string I would need to save it?
Basically I have problems with generating one and checking if the phone number is free to use.
Umm for generating it I would love to know the best way..
I'm using this
pawn Код:
new randphone = 1000 + random(9999);