Alex Martin

Results 5 issues of Alex Martin

Building the plugin is currently really "non-intuitive" (see the AppVeyor config file). I should probably use Conan within CMake for automatically installing all required dependencies.

Like it has been written [here](http://forum.sa-mp.com/showpost.php?p=3714545&postcount=49). Adding a whole `OnError` callback would be overkill though. Hell, I could even use my log library to log that stuff (however that's probably...

enhancement

I should change the `to_channelid` parameter in callback `TSC_OnClientMoved` to `old_channelid`, since this should have more use. The current channel id (which is already updated when that callback is called)...

enhancement

I should add something like a "PVar" system, but with TS3 clients and channels instead of SA-MP players. This way people can e.g. assign player-ID's to TS3-clients, which are playing...

feature