splewis / csgo-retakes

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

Remove Revoler in StandardAllocator #246

Closed musoviich closed 4 years ago

musoviich commented 4 years ago

How can i remove R8 Revolver from !guns in StandardAllocator ?

splewis commented 4 years ago

There are no pistols in the StandardAllocator plugin: https://github.com/splewis/csgo-retakes/blob/master/scripting/retakes_standardallocator.sp

You're probably using a different plugin.

borzaka commented 4 years ago

There is a retakes_pistolallocator which only includes pistols, but I don't see a revolver there. Please show us your sm plugins list.

musoviich commented 4 years ago

I found that i'm using "Customised Weapon Allocator by BatMen". I'll customize it now 🗡️ Thank you.