Raised This Month: $ Target: $400
 0% 

need MP5 added to plugin on start


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Jon
Veteran Member
Join Date: Dec 2007
Old 11-02-2009 , 16:26   Re: no knife
Reply With Quote #1

PHP Code:
#include <amxmodx>
#include <cstrike>

public plugin_init( )
{
    
cs_set_no_knives)

Jon is offline
drumzplaya13
Senior Member
Join Date: Feb 2008
Location: TEXAS
Old 11-03-2009 , 01:27   Re: no knife
Reply With Quote #2

Quote:
Originally Posted by Jon View Post
PHP Code:
#include <amxmodx>
#include <cstrike>

public plugin_init( )
{
    
cs_set_no_knives)

That works great thanks Jon.

Could someone add something to this plugin, where it would give an MP5 with full ammo to all players on every round, if there be one person in the server or a lot, thinking of it being on a death match server.

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

Last edited by drumzplaya13; 11-03-2009 at 12:07.
drumzplaya13 is offline
Reply



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:42.


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