Thread: Knife Drop
View Single Post
xPaw
Retired AMX Mod X Moderator
Join Date: Jul 2008
Old 09-19-2009 , 03:48   Re: Knife Drop
Reply With Quote #23

This looks enough for me

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

public plugin_init( )
    
RegisterHamHam_CS_Item_CanDrop"weapon_knife""FwdHamKnifeDrop" );

public 
FwdHamKnifeDropiEntity ) {
    
SetHamReturnInteger);
    
    return 
HAM_SUPERCEDE;

__________________
xPaw is offline