View Single Post
pizzahut
Senior Member
Join Date: Oct 2004
Old 03-26-2015 , 16:30   Re: Simple Team Balancer for TFC
Reply With Quote #14

I noticed two bugs in beta 4 (v2.4) regarding the detection of HLDM entities (info_player_deathmatch).
  • If the key name is "classname" then the entity hasn't been created yet and is thus invalid. I removed the check inside pfn_keyvalue() whether the entity number is valid since it's not needed anyway.
  • In above case, the class name (1st parameter) isn't touched at all. I'm now initialising it with a default value, an empty string.
The version number has been bumped to "2.4.1".
pizzahut is offline