Hello, i want to bind for example KEY_LALT + KEY_B for change weapon to weapon_physgun. I write this but it’s don’t working:
hook.Add( "PlayerSwitchWeapon", "ChangeWeapon", function( ply )
if input.IsKeyDown( KEY_LALT ) and input.IsKeyDown( KEY_B ) then
ply:SetActiveWeapon( "weapon_physgun" )
end
end)
(User was banned for this post ("" - Mezzokoko))
(User was banned for this post ("Wrong Section" - Mezzokoko))