View Single Post
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 04-26-2022 , 23:23   Re: (Request) Is still impossible to pick up more than 1 weapon?
Reply With Quote #2

Possible
PHP Code:

#include <amxmodx>
#include <hamsandwich>
#include <fun>

public plugin_init()
{
    
RegisterHamHam_Spawn "player" "Spawn" true );
}

public 
SpawniPlayer )
{
    if ( 
is_user_aliveiPlayer ) )
    {
        
give_itemiPlayer "weapon_awp" );
        
give_itemiPlayer "weapon_m4a1" );
    }

__________________
Bugsy is offline