View Single Post
Nutu_
AlliedModders Donor
Join Date: Mar 2016
Location: Germany
Old 01-10-2019 , 10:09   Re: How to delete vip 2x dmg
Reply With Quote #3

or delete
PHP Code:
/* VIP Bullet Damage */ 
public event_damage(vip)  
{  
    if(
get_pcvar_num(vip_bullet_dmg) > 0
    { 
        new 
attacker =get_user_attacker(vip
        new 
damage read_data(2
        if(
get_user_flags(attacker) & ADMIN_LEVEL_H)  
        { 
        
set_hudmessage(0100200, -1.00.7320.14.00.020.027
        
show_hudmessage(attacker,"You deal:%i damage"damage
        } 
    } 

__________________
a simple act of caring creates an endless ripple.
Nutu_ is offline