View Single Post
GuStAvOS
Member
Join Date: Mar 2018
Old 10-19-2020 , 18:59   Re: L4D2 - The Last Stand Update - Issues and Bugs - Mega Thread
#256

is there a way to make the knife appear in my menu on l4d maps?

Menu menu = new Menu(SelectMelee_Handler);

menu.AddItem("give katana", "Katana");
menu.AddItem("give fireaxe", "Fireaxe");
menu.AddItem("give knife", "Knife");
menu.AddItem("give machete", "Machete");



I have this code in a plugin and when I choose the knife I get a bat.

any change that I have missed

Thanks in advance.
__________________
GuStAvOS is offline