Raised This Month: $ Target: $400
 0% 

lol


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 08-02-2011 , 08:41   Re: [HAMSANDWICH] Failed
Reply With Quote #2

"player"

Also you should do something like this:

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

public plugin_init()
{
    
RegisterHam(Ham_Spawn,"player","HamPlayerSpawn"1)
}

public 
HamPlayerSpawn(id)
{
    if( 
is_user_alive(id) )
    {
        
give_item(id,"weapon_crowbar")
        
give_item(id,"weapon_handgrenade")
        
give_item(id,"weapon_snark")
        
give_item(id,"weapon_snark")
        
give_item(id,"weapon_snark")
        
give_item(id,"weapon_tripmine")
        
give_item(id,"weapon_tripmine")
        
give_item(id,"weapon_tripmine")
        
give_item(id,"weapon_tripmine")
        
give_item(id,"weapon_tripmine")
        
give_item(id,"weapon_satchel")
        
give_item(id,"weapon_satchel")
        
give_item(id,"weapon_satchel")
        
give_item(id,"weapon_satchel")
        
give_item(id,"weapon_satchel")
        
give_item(id,"item_security")
        
give_item(id,"item_antidote")
    }

__________________

Last edited by fysiks; 08-02-2011 at 08:45.
fysiks 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 03:32.


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