SA-MP Forums Archive
Server Crashed - Warning LOGS - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Server Crashed - Warning LOGS (/showthread.php?tid=606667)



Server Crashed - Warning LOGS - Nin9r - 07.05.2016

Hi ! My server is restarting sometimes. In server_logs.txt i received these errors :

[20:05:35] [debug] #0 00022130 in public OnPlayerWeaponShot (playerid=28, weaponid=0, hittype=0, hitid=61, Float:fX=0.00000, Float:fY=0.00000, Float:fZ=0.00000) at D:\server\pawno\include\..\include\BustAim.inc:251
[20:05:36] [connection] incoming connection: 77.81.166.180:1074 id: 89
[20:05:37] [warning] dropping a split packet from client

How can I fix them?


Re: Server Crashed - Warning LOGS - Konstantinos - 07.05.2016

Does it have anything above such as run time error X? Post line 251 from BustAim.inc

It's also weird that is called with weaponid 0 when it is not a weapon which fire bullets.


Re: Server Crashed - Warning LOGS - Nin9r - 15.05.2016

Код HTML:
static Float:pX,Float:pY,Float:pZ,Float:hX,Float:hY,Float:hZ,Float:cX,Float:cY,Float:cZ;

	#if !defined BUSTAIM_DISABLE_PROFILING
	BustAim_g_ShotsFired[playerid][weaponid-22]++;
	#endif
Line 251: BustAim_g_ShotsFired[playerid][weaponid-22]++;


Re: Server Crashed - Warning LOGS - ATomas - 15.05.2016

if(weaponid >= 22) BustAim_g_ShotsFired[playerid][weaponid-22]++;


Re: Server Crashed - Warning LOGS - Nin9r - 15.05.2016

Quote:
Originally Posted by ATomas
Посмотреть сообщение
if(weaponid >= 22) BustAim_g_ShotsFired[playerid][weaponid-22]++;
Please rewrite all the lines to paste in the include.