Go to file
Peace-Maker 10f7fa56a1 Extract player name in ConnectClient hook in CS:GO
CS:GO doesn't send the client name in plain text, but wraps it in some
protobuf construct.
Parse that list of client convars for the player name and use it in the
SourceTV_OnSpectatorPreConnect forward
2016-03-03 01:12:16 +01:00
.gitignore Initial commit 2016-02-29 09:52:26 +01:00
AMBuilder Extract player name in ConnectClient hook in CS:GO 2016-03-03 01:12:16 +01:00
AMBuildScript Initial commit of project files 2016-02-29 09:59:09 +01:00
configure.py Initial commit of project files 2016-02-29 09:59:09 +01:00
extension.cpp Add ClientConnect and Disconnect forwards 2016-03-02 23:23:53 +01:00
extension.h Add ClientConnect and Disconnect forwards 2016-03-02 23:23:53 +01:00
forwards.cpp Extract player name in ConnectClient hook in CS:GO 2016-03-03 01:12:16 +01:00
forwards.h Extract player name in ConnectClient hook in CS:GO 2016-03-03 01:12:16 +01:00
hltvdirectorwrapper.cpp Add natives to force a camera shot 2016-03-01 02:19:19 +01:00
hltvdirectorwrapper.h Add natives to force a camera shot 2016-03-01 02:19:19 +01:00
ihltvdemorecorder.h Fix linux build 2016-03-01 16:32:13 +01:00
LICENSE Initial commit 2016-02-29 09:52:26 +01:00
natives.cpp Fix linux build 2016-03-01 16:32:13 +01:00
PackageScript Initial commit of project files 2016-02-29 09:59:09 +01:00
README.md Initial commit 2016-02-29 09:52:26 +01:00
smsdk_config.h Add natives to force a camera shot 2016-03-01 02:19:19 +01:00
sourcetv_test.sp Add ClientConnect and Disconnect forwards 2016-03-02 23:23:53 +01:00
sourcetvmanager.games.txt Add ClientConnect and Disconnect forwards 2016-03-02 23:23:53 +01:00
sourcetvmanager.inc Extract player name in ConnectClient hook in CS:GO 2016-03-03 01:12:16 +01:00

sourcetvmanager

Interface to interact with the SourceTV server from SourcePawn.