Raised This Month: $ Target: $400
 0% 

[REQ] Knife double damage - Need edit


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
bibu
Veteran Member
Join Date: Sep 2010
Old 12-18-2011 , 11:09   Re: [REQ] Knife double damage - Need edit
Reply With Quote #10

Try this:

PHP Code:
#include <amxmodx>
#include <hamsandwich>
#include <cstrike>

new g_iMaxPlayers;
 
public 
plugin_init()
{
   
register_plugin("Double Knife Damage""1.0""AMXX Community")
    
   
RegisterHam(Ham_TakeDamage"player""Player_TakeDamage");
   
   
g_iMaxPlayers get_maxplayers();
}
 
public 
Player_TakeDamage(idinflictorattackerFloat:damagedamagebits)
{
    if(    !(
<= attacker <= g_iMaxPlayers
    ||    
attacker != inflictor
    
||    cs_get_user_team(attacker) != CS_TEAM_CT
    
||    get_user_weapon(attacker) != CSW_KNIFE    )
        return 
HAM_IGNORED;
 
    
SetHamParamFloat(4damage 2); //Here knife does double damage, ofc you can set it to 0.0 or anything.
    
return HAM_HANDLED;

__________________
Selling tons of my own private works.
Accepting paid work for clans and communities.
Don't hesitate to contact me.
bibu is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 20:51.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode