Server Crashed - Warning LOGS
#1

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?
Reply
#2

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.
Reply
#3

Код 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]++;
Reply
#4

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

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


Forum Jump:


Users browsing this thread: 1 Guest(s)