Raised This Month: $ Target: $400
 0% 

Strip weapons and block buy commands


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
drumzplaya13
Senior Member
Join Date: Feb 2008
Location: TEXAS
Old 11-03-2009 , 12:10   Re: Strip weapons and block buy commands
Reply With Quote #7

you could just use the no buy zone plugin and find a plugin which strips weapons already.

maybe this plugin will work for you for striping all weapons, it works for me. Stewie created it. I didnt. I just did some research to find it on the forum.

PHP Code:
#include <amxmodx>
#include <hamsandwich>
#include <fun>

public plugin_init()
{
    
register_plugin("hello""1.0""Stewie!");
    
RegisterHam(Ham_Spawn"player""player_spawn"1);
}

public 
player_spawn(id)
{
    if(
is_user_alive(id))
    {
        
strip_user_weapons(id);
    }

__________________
Think Positive - Stay Positive
drumzplaya13 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 17:38.


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