View Single Post
Jerry_21
Member
Join Date: Jun 2017
Old 10-20-2020 , 21:51   Re: L4D2 - The Last Stand Update - Issues and Bugs - Mega Thread
#258

Quote:
Originally Posted by GuStAvOS View Post
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.
I think this will help you
https://forums.alliedmods.net/showthread.php?t=327605
Jerry_21 is offline