Game text roullete
#1

How do i make a command like /roll [number] [number2]

number = first value, number 2 = last value

It randomizes the numbers in between the two values in a red text draw, then stops with a green text draw. Its for events like, first person to say green value gets 100k and second one gets jailed for the green value, i just need the randomizer command, the jailing etc i can make on my own
Reply
#2

way over 9 hours, i can bump AGAIN !
Reply
#3

The rules say 12 hours and not 9..
Reply
#4

wtvr it was over 12 hours anywayz
Reply
#5

there are a few scripts like this, I suggest you check them out.
Reply
#6

Link 2 1 plz? I have no idea what to search for
Reply
#7

well use the random(); function to get a random number

and this might help you get some ideas http://forum.sa-mp.com/index.php?topic=102867.0
Reply
#8

....
Reply
#9

pawn Код:
minrand(min, max) //by ******
{
    return random(max - min) + min;
}
Reply
#10

....
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)