Server changing variables randomly (memory bug?)
#2

Instead of using randomex try this raw method(im not sure if it will work but you can try)
PHP Code:
srandom(a,b)
{
if(
a>b)
{
return 
random(a-b+1)+b;
}
return 
random(b-a+1)+a;

Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 4 Guest(s)