splewis / csgo-retakes

CS:GO Sourcemod plugin for a site-retake gamemode
GNU General Public License v3.0
328 stars 115 forks source link

Typing in !guns doesnt give the gun menu #242

Closed naheedroomy closed 4 years ago

naheedroomy commented 4 years ago

If making a feature request, you should delete all the pre-filled text here. If reporting a bug, fill in the following sections:

Expected behavior

Show a menu where user can select guns

Actual behavior

Nothign happens. sm_guns doesnt do anything either.

Steps to reproduce

Loaded the retakes.smx plugin, executed retakes.cfg. Retakes work, but typing in !guns does nothing. Unloaded all plugins, load only retakes, still nothing. Loaded retakes plugin along with all admin plugins, and still no changes.

borzaka commented 4 years ago

You need the retakes_standardallocator.smx plugin to be able to change guns, which is disabled by default. You have to move it from the disabled folder where the retakes.smx file is.

splewis commented 4 years ago

Yes, retakes does not have a !guns command by default. You need another plugin to decide what the menu will actually create it and control what it does.