View Single Post
NoloZero01
Member
Join Date: May 2020
Location: Async Research Institute
Old 05-12-2020 , 10:49   Re: Server crashs at round start randomly
Reply With Quote #3

About [SM] Exception reported: Property "m_bDucked" not found (entity 0/worldspawn):
You can probably use ff2_salmon from this post https://forums.alliedmods.net/showpo...18&postcount=4, another user ran into the same error a week ago.

About ff2_witchdoctor.ff2: Didn't find it's source code, could you please attach it here?

About tMedicRubber: You can probably fix the errors by adding this simple check right after
new iPatient = TF2_GetHealingTarget(client);:

Code:
 		
if(iPatient>MaxClients || iPatient<=0)
	return;
(you can grab the plugin here: https://forums.alliedmods.net/showthread.php?t=138016).

About m7_customizable.ff2: Why not switch to this one instead, this is basically an extended version with all issues supposedly fixed(at the bottom of the list there is an attachment): https://forums.alliedmods.net/showthread.php?t=242568

Hope this will cut down the amount of errors so the more important ones can be inspected better.

Last edited by NoloZero01; 05-12-2020 at 11:02. Reason: m7_customizable
NoloZero01 is offline