19.09.2010, 19:40
I want to create the following:
A message to all players saying "Your number is " string.
What I mean is I want it to say Your number is the value of the string, vnumber.
Now..what I want vnumber set as is..a random 7 digit code, randomly generated. I want it to contain letter and numbers.
So, in short:
I want a string generated that is 7 digits long, and contains letters and numbers. I then want it to send this string to every player saying:
"Your number is"
This is as clear I can be, hopefully you will understand.
A message to all players saying "Your number is " string.
What I mean is I want it to say Your number is the value of the string, vnumber.
Now..what I want vnumber set as is..a random 7 digit code, randomly generated. I want it to contain letter and numbers.
So, in short:
I want a string generated that is 7 digits long, and contains letters and numbers. I then want it to send this string to every player saying:
"Your number is"
This is as clear I can be, hopefully you will understand.