View Single Post
lemeshovich
Member
Join Date: Jun 2011
Old 02-16-2021 , 20:28   Re: [ANY] Stealth Revived (v1.0.1, 19/01/20)
Reply With Quote #87

Quote:
Originally Posted by qanbaz View Post
Greetings , Im not sure when am I suppose to add this , should I start a new plugin or add this in the sp file for this particular plugin in the on plugin start , or where exactly... Im totally lost and I need to stop the ping command on my server
Quote:
Originally Posted by Sreaper View Post
While the plugin hides admin names from 'status' it doesn't hide them from 'ping'. Great plugin nonetheless, thank you.
guys, just add this block to the empty line 258 in StealthRevived.sp and then recompile the plugin
Quote:
Originally Posted by lemeshovich View Post
Code:
if (StrContains(commandName2, "ping") != -1) {
	PrintToConsole(client, "Unknown command: %s", commandName2);
	return Plugin_Handled;
}

Last edited by lemeshovich; 02-16-2021 at 20:31.
lemeshovich is offline