Raised This Month: $ Target: $400
 0% 

block bomb drop


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Jhob94
AMX Mod X Donor
Join Date: Jul 2012
Old 11-07-2013 , 08:40   block bomb drop
Reply With Quote #1

hi, i tried this but isnt working:
PHP Code:
public plugin_init()
{
    
register_clcmd("drop""block_drop")
}

public 
block_drop(id)
{
    new 
is_bomb[33]
    
is_bomb[id] = 0
    
    
if(get_user_weapon(id) == CSW_C4)
        
is_bomb[id] = 1
        
    
return is_bomb[id] ? PLUGIN_HANDLED PLUGIN_CONTINUE

__________________
Jhob94 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 23:19.


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