View Single Post
Silvers
SourceMod Plugin Approver
Join Date: Aug 2010
Location: SpaceX
Old 09-17-2022 , 03:55   Re: [L4D & L4D2] Left 4 DHooks Direct (1.114) [01-Sep-2022]
Reply With Quote #745

Quote:
Originally Posted by Red Flame View Post
Hello, recently I've got this
Code:
L 09/16/2022 - 13:31:30: SourceMod error session started
L 09/16/2022 - 13:31:30: Info (map "l4d2_bts06_school") (file "/home/srcds/.local/share/Steam/steamcmd/l4d2server/left4dead2/addons/sourcemod/logs/errors_20220916.log")
L 09/16/2022 - 13:31:30: [SM] Exception reported: Property "m_useActionOwner" not found (entity 1105/func_button_timed)
L 09/16/2022 - 13:31:30: [SM] Blaming: l4d2_pickup.smx
L 09/16/2022 - 13:31:30: [SM] Call stack trace:
L 09/16/2022 - 13:31:30: [SM]   [0] SetEntPropEnt
L 09/16/2022 - 13:31:30: [SM]   [1] Line 890, D:\solaris-scripting\_includes\1.11\left4dhooks\silver.inc::L4D_StopReviveAction
L 09/16/2022 - 13:31:30: [SM]   [2] Line 272, D:\solaris-scripting\_plugins\l4d2_pickup\scripting\l4d2_pickup.sp::Event_PlayerHurt
L 09/16/2022 - 13:46:11: Error log file session closed.
Seems like something wrong with L4D_StopReviveAction().
Plugin link: URL

I'm not quit sure, but do we need to add HasEntProp Function in the stock to avoid this error?
The stock is fine, l4d2_pickup needs to validate it's putting a client index into the function, the code must be wrong if it's sending something other than a client index into the stock.
__________________
Silvers is offline