splewis / csgo-retakes

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

Merge standard allocator plugins into 1 #62

Open splewis opened 8 years ago

splewis commented 8 years ago

i.e. merge https://github.com/splewis/csgo-retakes/blob/master/scripting/retakes_pistolallocator.sp and https://github.com/splewis/csgo-retakes/blob/master/scripting/retakes_standardallocator.sp

into a single plugin and add a cvars to determine which one is being used. Most likely just a set number of pistol rounds before the rifle rounds.

toomuchio commented 8 years ago

I have a commit prepared to resolve this but I noticed your server already has this fixed as well as #2 (To some extent, probably the only clean way of handling it, same as my solution) will you be pushing these changes to the master soon? :)

splewis commented 8 years ago

That's part separate plugin that I don't plan on pushing here.

toomuchio commented 8 years ago

I wont push mine then either, holding off for exclusivity or what ever I get it.... It's not hard to make either of these changes provided somebody has the most basic pwn knowledge anyway.