[CODE] gamble - help please
#1

I dont fully understand the random function is there a way to make a random number between say 1 - 100?
Reply
#2

You can't generate random numbers b/w two specific numbers . random() only generate number from 0 to give number like :

pawn Код:
new num = random(100);//so here number will be from 0 to 100 , any number

random(100000);//from 0 to 100000
Reply
#3

okay cool, I could still work with that, thanks mate
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)