Server crashing constantly [Log included]
#14

Quote:
Originally Posted by Yousha
View Post
Now its a programming mistake, not about incs/plugins...

That warning means Somewhere you are using index 952 of a array, while you just have 951 indexes in that array

-1 look which define/variable is 951 (by default)
-2 find where you used that define/variable
-3 use printf("%i", YOUR-VARIABLE); around of that place, to see where the index increases to 952.
and commenting part of codes(in those functions) may helps

Also, check the database... maybe 1 additional row was inserted into the table. (952/951 max rows)
I did not find anything, or maybe I am doing something wrong. I've decided to make the function more easier. Like this:

Code:
for(new i=0;i<MAX_VEHICLES;i++)
	{
		if(Vehicles[i][respawncar]==1 && !IsVehicleOccupied(i))
        {
		SetVehicleToRespawn(i);
		}
	}
It still shows that the problem is in:

Code:
if(Vehicles[i][respawncar]==1 && !IsVehicleOccupied(i))
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: 2 Guest(s)