Raised This Month: $ Target: $400
 0% 

[Help] How to get this Event?


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 11-19-2010 , 13:27   Re: [Help] How to get this Event?
Reply With Quote #3

Try something like this, check the weapon in addplayeritem fwd.

Untested, written mostly on my phone. You will need to add additional checks to see if player was just spawned.

PHP Code:
RegisterHam(Ham_AddPlayerItem"player""AddPlayerItem");

public 
AddPlayerItem(ClEnt)
{
        new 
iWeapID cs_get_weapon_idEnt );

        
//prevent item from being given
        
if ( condition )
        {
               
SetHamReturnInteger(false);
 
               return 
HAM_SUPERCEDE;
        }

        return 
HAM_IGNORED;

__________________

Last edited by Bugsy; 11-19-2010 at 13:31.
Bugsy 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 11:22.


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