View Single Post
Sappykun
Member
Join Date: Nov 2019
Old 07-21-2022 , 23:06   Re: [TF2] Respawn System API!
Reply With Quote #7

There are two issues with this plugin, the second one being more severe:

1) The SharedPlugin name in the include file (line 104) refers to TF2 Respawn System API, and the RegPluginLibrary line in the core source file (line 70) refers to tf2_respawn_time. This prevents anyone from using the tf2_respawn.inc file in their plugins. Pretty simple fix, just rename one or the other so they both match.

2) This plugin causes the server to crash when a player is about to respawn if they changed classes during their respawn time. For example: Spawn as Sniper, killbind, press comma and change class to Soldier before the respawn timer is up. When the timer reaches 0, the server dies.

Code:
Host_Error: SV_CreatePacketEntities: GetEntServerClass failed for ent 82.??
https://crash.limetech.org/6ysq4befc3t7

Last edited by Sappykun; 07-21-2022 at 23:09.
Sappykun is offline