Raised This Month: $ Target: $400
 0% 

Would something like this work?


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 10-29-2009 , 23:59   Re: Would something like this work?
Reply With Quote #4

Code:
#include < amxmodx > #include < hamsandwich > new pCvarDamageMult; new g_iMaxPlayers; public plugin_init( ) {     RegisterHam( Ham_TakeDamage, "player", "FwdPlayerDamage" );         pCvarDamageMult = register_cvar( "knife_damage_mult", "2.0" );         g_iMaxPlayers = get_maxplayers( ); } public FwdPlayerDamage( iVictim, iInflictor, iAttacker, Float:fDamage, iDamageBits ) {     if( ( 1 <= iAttacker <= g_iMaxPlayers )     && iAttacker != iVictim     && iAttacker == iInflictor     && get_user_weapon( iAttacker ) == CSW_KNIFE ) {         SetHamParamFloat( 4, ( fDamage * get_pcvar_float( pCvarDamageMult ) ) );     } }
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] 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 17:48.


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