22.05.2015, 10:02
Hmm,
or either
PHP код:
[12:56:11] [debug] AMX 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] [debug] AMX 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] [debug] AMX 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
PHP код:
public GodCarFix()
{
for___loop(new i = 0; i < MAX_VEHICLES; i++)
{
if(IsGodCar[i] == 1)
{
SetVehicleHealth(i, 1000);
}
}
return 1;
}