dataviruset / sm-hosties

The ultimate jailbreak plugin for SourceMod
https://forums.alliedmods.net/forumdisplay.php?f=155
GNU General Public License v3.0
29 stars 27 forks source link

[Feature Request] Custom LR without selecting an oponent #98

Open facundojuarez2k opened 6 years ago

facundojuarez2k commented 6 years ago

Hello, I would like to request a new API function to allow custom LR games added with AddLastRequestToList() to be able to start immediately after the player chooses the game in the LR menu (without choosing an opponent) and if possible a "vs all" so it's not just a 1v1, similar to the LR_Rebel game that comes with the plugin.

I'm working on a Predator plugin where the player can type !predator if he is the last terrorist and he needs to kill all CTs to win. As you can see, if I use the provided function it will slay the terrorist if he attacks a CT other than the choosen opponent.

Right now my workaround was to add two functions to lastrequest.inc called "FakeStartLR" and "FakeStopLR" so the player cannot call !lr while the predator game is in progress, but I don't like this approach and I'd like to add the option Predator to the LR menu.

I would appreciate if you could add a function to solve this in the next iteration.

Thanks!