Signature
#define DRC_CMD_NONE 0 // NULL director command#define DRC_CMD_START 1 // start director mode#define DRC_CMD_EVENT 2 // informs about director command#define DRC_CMD_MODE 3 // switches camera modes#define DRC_CMD_CAMERA 4 // sets camera registers#define DRC_CMD_TIMESCALE 5 // sets time scale#define DRC_CMD_MESSAGE 6 // send HUD centerprint#define DRC_CMD_SOUND 7 // plays a particular sound#define DRC_CMD_STATUS 8 // status info about broadcast#define DRC_CMD_BANNER 9 // banner file name for HLTV gui#define DRC_CMD_FADE 10 // send screen fade command#define DRC_CMD_SHAKE 11 // send screen shake command#define DRC_CMD_STUFFTEXT 12 // like the normal svc_stufftext but as director command#define DRC_CMD_LAST 12
Description
From hltv.h from the HLSDK, these are used in conjunction with SVC_DIRECTOR
sub commands of svc_director