View Single Post
gubka
Veteran Member
Join Date: Jan 2012
Location: Russia
Old 07-12-2018 , 15:03   Re: [CS:GO] Experimental: Zombie Plague 8.0.3
Reply With Quote #491

Quote:
Originally Posted by Lost_lgz View Post
zp_bonus_zombie_fail "-2" // Amount of ammopacks, for losing round, if you a zombie

it work? -2?

ok..to version 8.0.3 bugs

to survivor ...drop gun and knife


to armageddon .. nemesis dont work to kill survivor..and survivor drop gun


and now it good for grenade..... map dont have grande to take from down ..nice
I dont know, may be can work, i didnt check smth like that. Survivor drop is block in commands and hook
PHP Code:
public Action WeaponSDKOnDrop(int clientIndexint weaponIndex)
{
    
// Validate survivor
    
if(gClientData[clientIndex][Client_Survivor])
    {
        
// Block drop
        
return Plugin_Handled;
    } 
and

PHP Code:
public Action SkillsHook(int clientIndex, const char[] commandMsgint iArguments)
{
    
// If the client isn't zombie/survivor, than allow drop
    
return (gClientData[clientIndex][Client_Zombie] && !gClientData[clientIndex][Client_Nemesis]) ? SkillsOnStart(clientIndex) : (gClientData[clientIndex][Client_Survivor] ? Plugin_Handled Plugin_Continue);

if you sdkhooks dont work properly, i cannot help sorry, on my server i can drop weapon when i surv, even if i will use E on already dropped weapon, i won't dropped my, probably your weapon dont have access to survivor if you changed smth, check class value in the weapons.ini
__________________

Last edited by gubka; 07-12-2018 at 15:04.
gubka is offline
Send a message via ICQ to gubka