You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: