Raised This Month: $ Target: $400
 0% 

Block any scoping


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Hasler
BANNED
Join Date: Jul 2009
Location: Argentina, Rosario
Old 12-25-2009 , 04:32   Re: Block any scoping
Reply With Quote #4

for buy..

PHP Code:
#include <amxmodx>

new bool:asd[33]

new 
SzBlock[][] = { "scout""awp""g3sg1" }

public 
plugin_init() {
    
register_plugin("blockbuy""1.5""...")
    
    for (new 
isizeof SzBlocki++)
      
register_clcmd(SzBlock[i], "Block"
}

public 
Block(id)
{
    if(
asd[id] == true)
    {
        return 
PLUGIN_HANDLED
    
}
    return 
PLUGIN_CONTINUE

Hasler 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 04:14.


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