Raised This Month: $ Target: $400
 0% 

need MP5 added to plugin on start


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
drumzplaya13
Senior Member
Join Date: Feb 2008
Location: TEXAS
Old 11-02-2009 , 01:27   need MP5 added to plugin on start
Reply With Quote #1

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


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