cs2-retakes-allocator
cs2-retakes-allocator copied to clipboard
Weapon menu file
I wish to edit the menu so the players can choose from some of the weapons. Example pistols for ct usp,p2000, five seven and deagle. Does the file exist or its hard coded?
I was searching and read documentation but didnt see anything like that.
The weapons the plugin is aware of are hardcoded here: https://github.com/yonilerner/cs2-retakes-allocator/blob/main/RetakesAllocatorCore/WeaponHelpers.cs
The weapons currently allowed are in the config file: https://github.com/yonilerner/cs2-retakes-allocator/blob/main/RetakesAllocatorCore/Config/Configs.cs#L137