Skip to content

Commit

Permalink
Cleaning...
Browse files Browse the repository at this point in the history
  • Loading branch information
altair-sossai committed Aug 11, 2024
1 parent b5e2006 commit 5e7120c
Show file tree
Hide file tree
Showing 5 changed files with 258 additions and 857 deletions.
Binary file modified addons/sourcemod/plugins/optional/l4d2_tank_props_glow.smx
Binary file not shown.
Binary file modified addons/sourcemod/plugins/optional/l4d_tank_damage_announce.smx
Binary file not shown.
3 changes: 0 additions & 3 deletions addons/sourcemod/scripting/l4d2_tank_props_glow.sp
Original file line number Diff line number Diff line change
Expand Up @@ -374,9 +374,6 @@ void CreateTankPropGlow(int iTarget)

SDKHook(iEntity, SDKHook_SetTransmit, OnTransmit);
g_iEntityList[iTarget] = EntIndexToEntRef(iEntity);

// Fix PVS glow issues while inside walls (by Mart)
SetEdictFlags(iTarget, GetEdictFlags(iTarget) | FL_EDICT_ALWAYS);
}

Action OnTransmit(int iEntity, int iClient)
Expand Down
Loading

0 comments on commit 5e7120c

Please sign in to comment.