View Single Post
Author Message
root88
Senior Member
Join Date: May 2016
Old 11-27-2021 , 18:04   GetRandomInt() beeing not random at all
Reply With Quote #1

Hi!
If you do something like this (just an example):
PHP Code:
public void OnMapStart() { for(int i 1<= 3fake++) { LogMessage("%i"GetRandomInt(0148)); } } 
and just keep restarting server, it will almost always log the same 3 numbers.
(I've tested this on one server).
__________________
root88 is offline