Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit 8ea57d6

Browse files
committed
fix csdm_protection compile
1 parent c1a5d0a commit 8ea57d6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

cstrike/addons/amxmodx/scripting/CSDM_ReAPI/csdm_protection.sma

+8
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,11 @@ SetEffects(const pPlayer)
9898

9999
rg_set_rendering(pPlayer, kRenderFxGlowShell, flColor, g_flRenderAlpha)
100100
}
101+
102+
RemoveEffects(const pPlayer)
103+
{
104+
if(is_user_connected(pPlayer))
105+
{
106+
rg_set_rendering(pPlayer)
107+
}
108+
}

0 commit comments

Comments
 (0)