View Single Post
Marttt
Veteran Member
Join Date: Jan 2019
Location: Brazil
Old 11-18-2020 , 22:42   Re: [L4D1 AND L4D2] Survivor Respawn
Reply With Quote #9

I'm having the same error reported by HarryPotter.

Reporting this one:
Code:
[SM] Blaming: Survivor Respawn.smx
[SM] Call stack trace:
[SM]   [0] GetEntProp
[SM]   [1] Line 928, /home/forums/content/files/2/9/0/3/2/7/185091.attach::IsClientIdle
[SM]   [2] Line 646, /home/forums/content/files/2/9/0/3/2/7/185091.attach::TimerCount
I added a HasEntProp(i, Prop_Send, "m_humanSpectatorUserID") check to prevent this.

Also the plugin needs do hook convar changes, if I change a convar in midgame it doesn't apply cause the plugin reads the cvar only once (3 seconds after PluginStart).

I changed it to always read from ConVar as a quick fix.

Added pt-br and pt-pt translations.
Attached Files
File Type: sp Get Plugin or Get Source (Survivor Respawn.sp - 859 views - 32.1 KB)
File Type: txt SurvivorRespawn.phrases.txt (4.9 KB, 517 views)
__________________

Last edited by Marttt; 03-02-2021 at 07:51.
Marttt is offline