View Single Post
DJEarthQuake
Veteran Member
Join Date: Jan 2014
Location: Astral planes
Old 10-24-2021 , 07:22   Re: Exclude ladders from Entity Map Control
Reply With Quote #2

Code:
new const skipp[][] = {     "info_player_deathmatch",     "info_player_start",     "BCM_ServerFrame",     "BCM_Hud",     "func_illusionary",     "func_ladder",     "func_wall" };
"func_illusionary" can be set to lava, slime, water, ladder so I put that in also.
__________________

Last edited by DJEarthQuake; 10-24-2021 at 14:32. Reason: wall
DJEarthQuake is offline