Raised This Month: $ Target: $400
 0% 

[Help] How to get this Event?


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
hleV
Veteran Member
Join Date: Mar 2007
Location: Lithuania
Old 11-20-2010 , 03:30   Re: [Help] How to get this Event?
Reply With Quote #4

Quote:
Originally Posted by Bugsy View Post
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;

You should also kill the entity
Code:
entity_set_int(Ent, EV_INT_flags, FL_KILLME);
__________________
hleV 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