Server crashing constantly [Log included]
#18

Quote:
Originally Posted by Yousha
View Post
man, just post it... and dont trust that crashinfo/nativechecker plugins. sometimes they cant trace the correct location of error/warning

also u didnt answer me, is there a recorde with ID 0? in that database

also replace
for(new i=1

instead of
for(new i=0

then recompile and try it
No need of this. I've reduced the problem to the current function.

Code:
for(new i=1;i<MAX_VEHICLES;i++)
	{
        if(IsVehicleOccupied(i)) continue;
        if(Vehicles[i][respawncar]!=1) continue;
		SetVehicleToRespawn(i);
	}
Now I see wich exactly gives the error, this:

Code:
if(Vehicles[i][respawncar]!=1)
If I remove this code, it doesn't give error anymore. But I need the function checking wich vehicle should it respawn on every 1 minute.
Reply


Messages In This Thread
Server crashing constantly [Log included] - by Domatite - 13.11.2015, 16:50
Re: Server crashing constantly [Log included] - by Domatite - 14.11.2015, 13:15
Re: Server crashing constantly [Log included] - by Danzou - 14.11.2015, 15:29
Re: Server crashing constantly [Log included] - by maddinat0r - 14.11.2015, 16:24
Re: Server crashing constantly [Log included] - by Domatite - 14.11.2015, 16:42
Re: Server crashing constantly [Log included] - by Yousha - 14.11.2015, 17:32
Re: Server crashing constantly [Log included] - by Domatite - 14.11.2015, 20:02
Re: Server crashing constantly [Log included] - by Yousha - 14.11.2015, 20:34
Re: Server crashing constantly [Log included] - by Domatite - 14.11.2015, 20:49
Re: Server crashing constantly [Log included] - by Yousha - 14.11.2015, 21:56
Re: Server crashing constantly [Log included] - by Domatite - 15.11.2015, 12:09
Re: Server crashing constantly [Log included] - by Domatite - 15.11.2015, 22:09
Re: Server crashing constantly [Log included] - by Yousha - 15.11.2015, 22:30
Re: Server crashing constantly [Log included] - by Domatite - 15.11.2015, 23:23
Re: Server crashing constantly [Log included] - by Yousha - 16.11.2015, 07:19
Re: Server crashing constantly [Log included] - by Domatite - 16.11.2015, 08:23
Re: Server crashing constantly [Log included] - by Yousha - 16.11.2015, 09:37
Re: Server crashing constantly [Log included] - by Domatite - 16.11.2015, 11:46
Re: Server crashing constantly [Log included] - by Domatite - 16.11.2015, 11:59
Re: Server crashing constantly [Log included] - by jonny121212 - 04.02.2016, 12:30

Forum Jump:


Users browsing this thread: 1 Guest(s)