sm-plugins-csgo/Spectate/scripting/include/Spectate.inc

10 lines
257 B
PHP
Raw Permalink Normal View History

2020-03-25 19:04:16 +01:00
#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);