samp-server.exe freezes
#6

I once had the same problem, and I found the problem to be a piece of code which looked like this:

pawn Code:
new a = random(b);
for(new i; i < a; i++)
I then found out that in certain cases b could be 0, and you don't want to know what random(0) returns ^^

But to find this problem we added a printf("FunctionName(parameters)", ...); to every single function, so we could find out which function was executed last before the server froze. Maybe you should try the same.
Reply


Messages In This Thread
samp-server.exe freezes - by ғαιιοцт - 31.01.2012, 22:00
Re: samp-server.exe freezes - by GenerationXtreme - 31.01.2012, 22:04
Re: samp-server.exe freezes - by ғαιιοцт - 31.01.2012, 22:06
Re: samp-server.exe freezes - by MP2 - 31.01.2012, 22:16
Re: samp-server.exe freezes - by ғαιιοцт - 31.01.2012, 22:23
AW: samp-server.exe freezes - by Rimeau - 31.01.2012, 22:43
Re: samp-server.exe freezes - by MP2 - 31.01.2012, 22:51
Re: samp-server.exe freezes - by ғαιιοцт - 31.01.2012, 22:52
Re: samp-server.exe freezes - by kacper55331 - 31.01.2012, 22:54
Re: samp-server.exe freezes - by ғαιιοцт - 31.01.2012, 22:56

Forum Jump:


Users browsing this thread: 3 Guest(s)