Posts: 967
Threads: 99
Joined: Oct 2010
Reputation:
0
I already know how to make random of cars, colors, names, messages, etc. But my question is: How do I do a random number? I want to define them for each gang on my server. The number must be between 0 and 250, since I defined 250 for max gang amount. Thx regards.
Posts: 601
Threads: 74
Joined: Sep 2009
Reputation:
0
what do you want to do with it?
if it is a id, let it auto increment.
else you can do just a normal random
Posts: 967
Threads: 99
Joined: Oct 2010
Reputation:
0
Help me... that's simply easy. And I really need it for my system X_X ..'
Posts: 717
Threads: 11
Joined: Jul 2008
Reputation:
0
You can't define something at runtime as its only a macro being replaced with what you want it to replace. So you would have to save them to a variable.