View Single Post
amauri_long
Member
Join Date: Sep 2014
Location: USA Moon Base
Old 07-24-2023 , 05:28   Re: [CS:GO/ZR] Glowing humans for zombies
Reply With Quote #9

Quote:
Originally Posted by Mitchell View Post
Do you have RandomPlayerModel.smx installed? If so, uninstall it.
public void Event_RoundStart(Handle:event, char[] name, bool dontBroadcast)
{
first = true;
for( int i = 1; i <= MaxClients; i++ )
{
if (IsClientInGame(i) && IsPlayerAlive(i) && ZR_IsClientHuman(i))
{
SetupGlowSkin(i);
SetEntityRenderColor(i, 255, 255, 255, 255);//visivel
SetEntityRenderMode(i, RENDER_TRANSCOLOR);//ativador
}
}
}
amauri_long is offline