Raised This Month: $ Target: $400
 0% 

[ANY] Stealth Revived (v1.0.1, 19/01/20)


Post New Thread Reply   
 
Thread Tools Display Modes
Author
ImACow
AlliedModders Donor
Join Date: Feb 2015
Plugin ID:
5629
Plugin Version:
1.0.1
Plugin Category:
General Purpose
Plugin Game:
Any
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    Just another Stealth plugin.
    Old 03-07-2020 , 06:21   Re: [ANY] Stealth Revived (v1.0.1, 19/01/20)
    Reply With Quote #1

    Players can use "ping" to still see the list of connected players
    __________________
    ImACow is offline
    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 #2

    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
    qanbaz
    New Member
    Join Date: Oct 2020
    Old 10-22-2020 , 08:23   Re: [ANY] Stealth Revived (v1.0.1, 19/01/20)
    Reply With Quote #3

    Quote:
    Originally Posted by lemeshovich View Post
    you can add this to block ping command
    Code:
    if (StrContains(commandName2, "ping") != -1) {
    	PrintToConsole(client, "Unknown command: %s", commandName2);
    	return Plugin_Handled;
    }
    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
    qanbaz is offline
    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 #4

    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
    Reply


    Thread Tools
    Display Modes

    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is On
    HTML code is Off

    Forum Jump


    All times are GMT -4. The time now is 13:09.


    Powered by vBulletin®
    Copyright ©2000 - 2024, vBulletin Solutions, Inc.
    Theme made by Freecode