Jump to content

    Locked Dodawanie Fraga za zabicie członka drużyny.


    Recommended Posts

    • Cała zawartość 4
    • Temat został założony
    • Ostatnia odpowiedź

    Top Posters In This Topic

    Najpopularniejsze posty

    #include #include public plugin_init() { register_event("DeathMsg", "Death", "a") } public Death() { new killer=read_data(1) new victim=read_data(2) if(get_user_team(kille

    Last activity:
    #include 
    #include 
    
    
    
    public plugin_init()
    
    {
    
       register_event("DeathMsg", "Death", "a")
    
    }
    
    
    
    public Death()
    
    {
    
       new killer=read_data(1)
    
       new victim=read_data(2)
    
    
    
       if(get_user_team(killer)==get_user_team(victim))
    
       {
    
           set_user_frags(killer,get_user_frags(killer)+2)
    
       }
    
    } 
    

    Last activity:
    Hej! Nie widzisz zawartości tego postu?
    Sign In lub Create an account, aby korzystać ze wszystkich dostępnych funkcji!
    Last activity:
    Hej! Nie widzisz zawartości tego postu?
    Sign In lub Create an account, aby korzystać ze wszystkich dostępnych funkcji!
    Last activity:
    Hej! Nie widzisz zawartości tego postu?
    Sign In lub Create an account, aby korzystać ze wszystkich dostępnych funkcji!
    Guest
    This topic is now closed to further replies.
    ×
    ×
    • Create New...
    You are viewing the forum as guest.
    You do not have access to some content and features!