This commit is contained in:
BotoX
2019-09-22 03:01:18 +02:00
parent 450646cb7f
commit 9fba0657fa
9 changed files with 2 additions and 456 deletions
+10
View File
@@ -0,0 +1,10 @@
#if defined _Spectate_included
#endinput
#endif
#define _Spectate_included
/**
* Called when a client switches to spec by sm_spectate.
*
* @param client Client index of the caller.
*/
forward void OnPlayerSwitchedToSpectateByCommand(int client);