View Single Post
lemeshovich
Member
Join Date: Jun 2011
Old 04-06-2020 , 07:28   Re: [ANY] Stealth Revived (v1.0.1, 19/01/20)
Reply With Quote #84

Quote:
Originally Posted by ImACow View Post
Players can use "ping" to still see the list of connected players
you can add this to block ping command
Code:
if (StrContains(commandName2, "ping") != -1) {
	PrintToConsole(client, "Unknown command: %s", commandName2);
	return Plugin_Handled;
}

Last edited by lemeshovich; 04-06-2020 at 07:31.
lemeshovich is offline