Raised This Month: $ Target: $400
 0% 

Bomb Pickup Event


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
zwfgdlc
Senior Member
Join Date: May 2006
Old 08-15-2008 , 16:25   Re: Bomb Pickup Event
Reply With Quote #6

PHP Code:
public event_bomb_pickup(id)
{
    if(
task_exists(TASK_ID))
    {
        
client_print(idprint_chat"Planting Disabled")
        
cs_set_user_plant(id00)
    }

change to
PHP Code:
public event_bomb_pickup(id)
{
    if(
task_exists(TASK_ID))
    {
        
client_print(idprint_chat"Planting Disabled")
        
cs_set_user_bpammo(id,CSW_C4,0)
        
cs_set_user_plant(id00)
    } 
}
zwfgdlc 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 03:15.


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