Raised This Month: $ Target: $400
 0% 

ZPA Bugs


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Depresie
Veteran Member
Join Date: Nov 2013
Old 10-15-2015 , 13:30   Re: ZPA Bugs
Reply With Quote #1

there is zp 4.3 fix 5a with sniper and assassin included...

also, there is zp 5.0.8... with assassin and sniper included, all you need to do is to fix 2 bugs for it and it works better than 4.3
Depresie is offline
Chihuahuax
Senior Member
Join Date: Oct 2014
Location: Malaysia
Old 10-15-2015 , 13:45   Re: ZPA Bugs
Reply With Quote #2

Sad truth found in ZPA:
PHP Code:
// Restore rendering
    
if (g_handle_models_on_separate_ent)
    {
        
// Nemesis, Assassin, Survivor or Sniper glow / remove glow on player model entity
        
if (g_nemesis[id] && get_pcvar_num(cvar_nemglow))
            
fm_set_rendering(g_ent_playermodel[id], kRenderFxGlowShell25000kRenderNormal25)
        else if (
g_nemesis[id] && !(get_pcvar_num(cvar_nemglow)))
            
fm_set_rendering(g_ent_playermodel[id], kRenderFxGlowShell000kRenderNormal25)
            
        else if (
g_assassin[id] && get_pcvar_num(cvar_assassinglow))
            
fm_set_rendering(g_ent_playermodel[id], kRenderFxGlowShell25000kRenderNormal25)
        else if (
g_assassin[id] && !(get_pcvar_num(cvar_assassinglow)))
            
fm_set_rendering(g_ent_playermodel[id], kRenderFxGlowShell000kRenderNormal25)    
        
        else if (
g_survivor[id] && get_pcvar_num(cvar_survglow))
            
fm_set_rendering(g_ent_playermodel[id], kRenderFxGlowShell0250250kRenderNormal25)
        else if (
g_survivor[id] && !(get_pcvar_num(cvar_survglow)))
            
fm_set_rendering(g_ent_playermodel[id], kRenderFxGlowShell000kRenderNormal25)
        
        else if (
g_sniper[id] && get_pcvar_num(cvar_sniperglow))
            
fm_set_rendering(g_ent_playermodel[id], kRenderFxGlowShellget_pcvar_num(cvar_snipercolor[0]), get_pcvar_num(cvar_snipercolor[1]), get_pcvar_num(cvar_snipercolor[2]), kRenderNormal25)
        else if (
g_sniper[id] && !(get_pcvar_num(cvar_sniperglow)))
            
fm_set_rendering(g_ent_playermodel[id], kRenderFxGlowShell000kRenderNormal25)
        
        else
            
fm_set_rendering(g_ent_playermodel[id]) 
Are these one of the factors which cause lags?

Last edited by Chihuahuax; 10-15-2015 at 20:23.
Chihuahuax is offline
Send a message via Skype™ to Chihuahuax
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 17:22.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode