View Single Post
Nutu_
AlliedModders Donor
Join Date: Mar 2016
Location: Germany
Old 01-28-2020 , 18:40   Re: THis is not doing nothing
Reply With Quote #3

do not bump your topic after 2,3 days.
and it may not work because this is off?
PHP Code:
/*
public do_drop(id)
{
    static Body, Target
    get_user_aiming(id, Target, Body, 999999)
    
    if(is_user_alive(Target))
    {
        fm_strip_user_weapons(Target)
        get_thunderbolt(Target)
    }
}

public do_shoot(id)
{
    static Body, Target
    get_user_aiming(id, Target, Body, 999999)
    
    if(is_user_alive(Target))
    {
        thunderbolt_shoothandle(Target)
    }
}*/ 
not sure since i dont understand that plugin but it seems to give thunderbolt to the target, maybe i am wrong! but try
__________________
a simple act of caring creates an endless ripple.
Nutu_ is offline