14-06-2007, 11:24 AM
I noticed everytime I used rnd in the client is was giving me a set pattern.. I used:
Int(Rnd * 4) + 1
And it always gave me this order:
3 - 3 - 3 - 2 - 2 - 4 - 1 - 4 - 4 - 3
No matter what.
I don't understand, and it's driving me nuts. It works fine in the server.
Makes no sense. Blah.
Int(Rnd * 4) + 1
And it always gave me this order:
3 - 3 - 3 - 2 - 2 - 4 - 1 - 4 - 4 - 3
No matter what.
I don't understand, and it's driving me nuts. It works fine in the server.
Makes no sense. Blah.