Esempio n. 1
0
//-----------------------------------------------------------------------------
// Initializes the Server and Say command modules.
//-----------------------------------------------------------------------------
void InitCommands()
{
	// Register the say and say_team commands
	RegisterSayCommands();

	// Register teh ConVar accessor.
	InitServerCommands();
}
//-----------------------------------------------------------------------------
// Initializes the Server and Say command modules.
//-----------------------------------------------------------------------------
void InitCommands()
{
	// Register the say and say_team commands
	DevMsg(1, MSG_PREFIX "Registering say and say_team commands...\n");
	RegisterSayCommands();

	// Register the ConVar accessor.
	DevMsg(1, MSG_PREFIX "Registering ConVar accessor...\n");
	InitServerCommands();
}