Peace-Maker c0f634005d Check IDemoRecorder pointer before use
If the pointer to the IDemoRecorder instance fails to be found after an
update, don't try to use it blindly, but check if it's not null before..
2016-04-28 15:45:20 +02:00
2016-03-14 14:54:23 +01:00
2016-02-29 09:59:09 +01:00
2016-02-29 09:59:09 +01:00
2016-04-28 15:43:38 +02:00
2016-03-01 16:32:13 +01:00
2016-02-29 09:52:26 +01:00
2016-02-29 09:59:09 +01:00
2016-03-15 13:00:31 +01:00
2016-03-15 13:00:31 +01:00

SourceTV Manager

Interface to interact with the SourceTV server from SourcePawn.

This is a SourceMod extension providing an API for plugins to access the SourceTV server instance(s).

API

There are natives and forwards to access

  • Basic SourceTV information (stats, delay, active)
  • Interacting with spectators (chat/console messages, kick, ip, name)
  • Forcing camera shots on the director
  • Demo recording (filename, recording tick, print message to demo console)

Have a look at the include file.

status command fixes

There are several quirks around recording the status command output in a SourceTV demo. While this extension is running, you're going to be able to do

FakeClientCommand(SourceTV_GetBotIndex(), "status");

and have the output recorded in the demo. This can help quickly identifying the players in the demo while playing it back.

Note: Doesn't run on relay proxies yet.

S
Description
No description provided
Readme
170 KiB
Languages
C++ 75.8%
Python 12.6%
SourcePawn 8.8%
C 2.8%