View Single Post
Ark_Procession
Senior Member
Join Date: Jun 2020
Location: Argentina
Old 04-27-2022 , 13:10   Re: (Request) Is still impossible to pick up more than 1 weapon?
Reply With Quote #3

Quote:
Originally Posted by Bugsy View Post
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" );
    }

Thats seems great! but i was refering to be able to pick up whatever weapon is on the floor and have two primary and two secondary weapons as max.
Ark_Procession is offline