CS-Gamers Community
Game suggestion ZM - Printable Version

+- CS-Gamers Community (https://cs-gamers.net)
+-- Forum: Community (https://cs-gamers.net/forumdisplay.php?fid=6)
+--- Forum: Suggestions (https://cs-gamers.net/forumdisplay.php?fid=21)
+---- Forum: Server Suggestions (https://cs-gamers.net/forumdisplay.php?fid=39)
+---- Thread: Game suggestion ZM (/showthread.php?tid=1986)



Game suggestion ZM - Pohuva - 07-01-2025

Zombie Venom Free Pain shock 

im not sure if you still take suggestion seriously 
but i have one 
the suggestion is about zombie Venom Guard, eventhough he activates his special ability he still insecure and get trapped and being slowed so he can't do a shit honestly
put in mind humans's speed is definitely greater than his speed
i think we must give him a free pain shock (
free pain shock is the term of protecting from bullets or knockbacks something like that)

i investigated in this matter and i found this: 
https://forums.alliedmods.net/showthread.php?t=158567

[Image: suggest1.png]

https://forums.alliedmods.net/showthread.php?p=427881

[Image: suggest2.png]

if the suggestion will be approved you may need those plugins, but you have to make some edits before
if im not mistaken he must add an additional condition to check if zombie and has class of venom guard

Code:
public onPlayerPreThink(id)
{
    if(get_pcvar_num(g_cvarPainShockFree))
    {
        if(pev_valid(id) && is_user_alive(id) && (here check if its zombie) && (here check if its venom guard)
        && (FL_ONGROUND & pev(id, pev_flags)))
        {
            pev(id, pev_velocity, g_vecVel)
            g_bRestoreVel = true
        }
        
        return FMRES_HANDLED
    }
    
    return FMRES_IGNORED
}



RE: Game suggestion ZM - CryEn - 07-01-2025

+1
it's a nice suggestion tbh but ig if a venom is next to u or trying to reach u without trying to slow him with a shooting star or smthn , ur dead directly xD


RE: Game suggestion ZM - Pohuva - 08-01-2025

i forget the first plugin corresponds zombie plague shit 


RE: Game suggestion ZM - MYCKEY - 12-01-2025

Sounds good + from me