26.11.2010, 13:57
Hey me yet again xD!
I'm trying to make social secruity system you can say, it would be created by random 9 digits, how would i do this?
I looked at gfs phone system and saw
So im guessing its something similar to this.
I'm trying to make social secruity system you can say, it would be created by random 9 digits, how would i do this?
I looked at gfs phone system and saw
pawn Код:
new randphone = 100000 + random(899999);
PlayerInfo[playerid][pPnumber] = randphone;