15.04.2009, 23:56
will something like this work with a define?
i didnt add a ";" because i never saw one on the dcmd define.
and of course the output should be 25000 plus a random of 25000
pawn Code:
#define MyDefine 25000 + random(25001)
and of course the output should be 25000 plus a random of 25000