Raised This Month: $ Target: $400
 0% 

remove knife from the zombie hands


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
lazarev
Veteran Member
Join Date: Sep 2008
Old 11-07-2009 , 09:51   Re: remove knife from the zombie hands
Reply With Quote #3

this?
Code:
#include < amxmodx > #include < engine > #include < hamsandwich > const m_pPlayer = 41; public plugin_init() {     register_plugin( "No knife", "1.0", "Juice" );     RegisterHam( Ham_Item_Deploy, "weapon_knife", "FwdKnifeDeployPost", 1 ); } public FwdKnifeDeployPost( iEnt ) {     new iClient = get_pdata_cbase( iEnt, m_pPlayer );     entity_set_string( iClient, EV_SZ_viewmodel, "" );     entity_set_string( iClient, EV_SZ_weaponmodel, "" ); }
lazarev 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:43.


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