forked from UNLOZE/sm-plugins
Status: Remove buffering, done by sourcemod now.
PlayerVisibility: Fix on some maps, thx Shufen. Spectate: Server crash exploit. ExtraCommands: minor change
This commit is contained in:
@@ -98,6 +98,7 @@ public void OnPostThinkPost(int client)
|
||||
}
|
||||
|
||||
if(GetEntityRenderMode(client) == RENDER_NONE ||
|
||||
GetEntityRenderMode(client) == RENDER_ENVIRONMENTAL ||
|
||||
GetEntityRenderFx(client) != RENDERFX_NONE)
|
||||
{
|
||||
g_Client_Alpha[client] = 0;
|
||||
|
||||
Reference in New Issue
Block a user