Raised This Month: $51 Target: $400
 12% 

remove knife from the zombie hands


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
~Ice*shOt
Veteran Member
Join Date: Mar 2009
Location: Lithuania
Old 11-07-2009 , 09:28   remove knife from the zombie hands
Reply With Quote #1

what i can remove knife from the zombie hands? please post code..

[IMG]http://forums.alliedmods.net/[img=http://img405.**************/img405/7990/39270831.png][/IMG]
~Ice*shOt is offline
Send a message via Skype™ to ~Ice*shOt
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 11-07-2009 , 09:46   Re: remove knife from the zombie hands
Reply With Quote #2

You image is not displayed.
__________________
Arkshine is offline
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
~Ice*shOt
Veteran Member
Join Date: Mar 2009
Location: Lithuania
Old 11-07-2009 , 10:24   Re: remove knife from the zombie hands
Reply With Quote #4

look at this: http://img20.**************/i/64636272.png/
~Ice*shOt is offline
Send a message via Skype™ to ~Ice*shOt
lazarev
Veteran Member
Join Date: Sep 2008
Old 11-07-2009 , 11:32   Re: remove knife from the zombie hands
Reply With Quote #5

what's wrong? o _ o
lazarev is offline
Reply



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 01:29.


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