Sean Lewis
Sean Lewis
I would not recommend trying to use anything other than python2.7 for this.
To merge this, I'll need the failing tests updated: https://travis-ci.org/splewis/get5-web/builds/588687137?utm_source=github_status&utm_medium=notification ``` Traceback (most recent call last): File "/home/travis/build/splewis/get5-web/get5/get5_test.py", line 22, in setUp self.create_test_data() File "/home/travis/build/splewis/get5-web/get5/get5_test.py", line 39, in create_test_data user,...
You can make whatever requests or bug reports you want. They're just extremely unlikely to be acted upon.
> will look into upstreaming this when it is finished, but I was also thinking about putting the apistats plugin into a separate repository, but I don't know what you...
It's a python file, it should be a list. Put commas between entries like the other examples above (like DEFAULT_MAPLIST).
Anything can be done. I don't intend on adding this, though - anyone is feel to send a pull request that implements it.
The logic [here](https://github.com/splewis/csgo-executes/blob/1ced43d1395c64d3eb7eea0588d8b53f55609920/scripting/executes/execute_setup.sp#L151-L190) will explain how the bomb carrier is chosen. I would guess the 'bomb friendliness scores' are too low, or all spawns were marked as lurker spawns. I...
I'd rather have a single native that gets all the properties of the current selection to replace the specific `Executes_GetCurrrentBombsite` and your suggestion, something like: ``Executes_GetCurrentExecute(Bombsite& site, int& id, StratType&...
There's not enough information here to reproduce your issue. Plugin version? What map configs are you using? Have you checked your error logs (`addons/sourcemod/logs`)?
There's a lot of unrelated changes to the idea of adding different mappool files here. If you can split this up into multipe PRs it will be faster/more likely to...