Infinite loop that freezes the server
#3

Hmm,
PHP код:
[12:56:11] [debugAMX backtrace:
[
12:56:11] [debug#0 native PrintAmxBacktrace () from crashdetect.dll
[12:56:11] [debug#1 001af998 in public Production () at D:\sed v3\gamemodes\sedbg.pwn:25233
[12:56:11] [debugAMX backtrace:
[
12:56:11] [debug#0 native PrintAmxBacktrace () from crashdetect.dll
[12:56:11] [debug#1 001af998 in public Production () at D:\sed v3\gamemodes\sedbg.pwn:25233
[12:56:11] [debugAMX backtrace:
[
12:56:11] [debug#0 native PrintAmxBacktrace () from crashdetect.dll
[12:56:11] [debug#1 001b0e84 in public SpeedoUpdate () at D:\sed v3\gamemodes\sedbg.pwn:25332 
or either
PHP код:
public GodCarFix()
{
    
for___loop(new 0MAX_VEHICLESi++)
    {
        if(
IsGodCar[i] == 1)
        {
            
SetVehicleHealth(i1000);
        }
    }
    return 
1;

Reply


Messages In This Thread
Infinite loop that freezes the server - by AliveBG - 22.05.2015, 09:44
Re: Infinite loop that freezes the server - by Konstantinos - 22.05.2015, 09:46
Re: Infinite loop that freezes the server - by AliveBG - 22.05.2015, 10:02
Re: Infinite loop that freezes the server - by Konstantinos - 22.05.2015, 10:08
Re: Infinite loop that freezes the server - by AliveBG - 22.05.2015, 10:12
Re: Infinite loop that freezes the server - by Konstantinos - 22.05.2015, 10:24
Re: Infinite loop that freezes the server - by RaeF - 22.05.2015, 10:50
Re: Infinite loop that freezes the server - by AliveBG - 22.05.2015, 10:55
Re: Infinite loop that freezes the server - by RaeF - 22.05.2015, 11:06
Re: Infinite loop that freezes the server - by AliveBG - 22.05.2015, 11:21

Forum Jump:


Users browsing this thread: 1 Guest(s)