Raised This Month: $32 Target: $400
 8% 

cl filterstuff check


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Sanjay Singh
Veteran Member
Join Date: Sep 2016
Old 01-21-2019 , 09:58   cl filterstuff check
Reply With Quote #1

I want to check cl_filterstuff of client side if he joins server with cl_filterstuffcmd 1 i want him to be kicked and if its 0 then he can play.
__________________
Sanjay Singh is offline
Send a message via AIM to Sanjay Singh
SomewhereLost
AlliedModders Donor
Join Date: Mar 2014
Location: Tomorrowland
Old 01-21-2019 , 13:16   Re: cl filterstuff check
Reply With Quote #2

Why would you want that to be set to 0 ? I assume so you could send your own commands to a client, not nice.
__________________
SomewhereLost is offline
Send a message via Skype™ to SomewhereLost
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 01-21-2019 , 13:31   Re: cl filterstuff check
Reply With Quote #3

99.9% of the players have cl_filterstuffcmd set on 1, so good luck with your empty server? There's no reason for you to want to have players with that cvar disabled unless you want to do stuff which are against the rules, so no, you won't get any help for this.
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
Sanjay Singh
Veteran Member
Join Date: Sep 2016
Old 01-22-2019 , 02:16   Re: cl filterstuff check
Reply With Quote #4

Quote:
Originally Posted by OciXCrom View Post
99.9% of the players have cl_filterstuffcmd set on 1, so good luck with your empty server? There's no reason for you to want to have players with that cvar disabled unless you want to do stuff which are against the rules, so no, you won't get any help for this.
So according to you i should allow over fps? players in hns getting above 100 fps like 200 or 300.
i cannot use fps command over player so obv i will protect server from clfilterstuffcmd(which allows users to increase fps by commands) and this isnt against rules? and though my server itself steam only and i know about my players so dont give me words of server getting empty ok? thats not upon you. If you can help me then thats better. Just a simple plugin.
__________________
Sanjay Singh is offline
Send a message via AIM to Sanjay Singh
SomewhereLost
AlliedModders Donor
Join Date: Mar 2014
Location: Tomorrowland
Old 01-22-2019 , 05:33   Re: cl filterstuff check
Reply With Quote #5

If thats the case, dont kick filterstuffcmd 1 users, get their fps and kick anyone with more than 100.
__________________
SomewhereLost is offline
Send a message via Skype™ to SomewhereLost
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 01-22-2019 , 05:59   Re: cl filterstuff check
Reply With Quote #6

clfilterstuffcmd does not anything like you said. All it does is blocking illegal server commands like bind, connect and other things like that. And it protects them against users that want to alter their settings, like you.
If fps >100 is against what you want all you are allowed to do is kicking them. End of story,
__________________

Mordekay is offline
shehzad1234
BANNED
Join Date: Jan 2016
Location: https://t.me/pump_upp
Old 01-22-2019 , 07:21   Re: cl filterstuff check
Reply With Quote #7

its slow hack ;-;
shehzad1234 is offline
Send a message via ICQ to shehzad1234 Send a message via AIM to shehzad1234 Send a message via Yahoo to shehzad1234
Sanjay Singh
Veteran Member
Join Date: Sep 2016
Old 01-22-2019 , 08:26   Re: cl filterstuff check
Reply With Quote #8

Quote:
Originally Posted by Mordekay View Post
clfilterstuffcmd does not anything like you said. All it does is blocking illegal server commands like bind, connect and other things like that. And it protects them against users that want to alter their settings, like you.
If fps >100 is against what you want all you are allowed to do is kicking them. End of story,

If this is altering client setting then check hns by exoleent in which it self there are slow hacks which alter players setting , according to u then excolent is also wrong? If you knw my point then tell me other way to block player from getting fps more than 100.
__________________
Sanjay Singh is offline
Send a message via AIM to Sanjay Singh
SomewhereLost
AlliedModders Donor
Join Date: Mar 2014
Location: Tomorrowland
Old 01-22-2019 , 09:19   Re: cl filterstuff check
Reply With Quote #9

Kick users with > 100 fps.

By the way, as far as I remember in 2008 when that plugin was released, there was no such cmd as filterstuff and another thing, I dont see anything inthere which CHANGES client-side settings. Blocking and Changing are completely different things.
__________________
SomewhereLost is offline
Send a message via Skype™ to SomewhereLost
iceeedr
Veteran Member
Join Date: Apr 2017
Location: Brazil
Old 01-22-2019 , 09:26   Re: cl filterstuff check
Reply With Quote #10

PHP Code:
#include <amxmodx>

#define PLUGIN ""
#define VERSION ""
#define AUTHOR ""

public plugin_init()
    
register_plugin(PLUGINVERSIONAUTHOR)

public 
client_putinserver(id)
{
    if(!
is_user_bot(id) || !is_user_hltv(id))
        
query_client_cvar(id"fps_max""Cvar_Result")
}

public 
Cvar_Result(id, const cvar[], const value[]) 

    new 
iValue str_to_num(value)
    
    if(
iValue 125)
        
server_cmd("kick #%d for having illegal fps value !"get_user_userid(id))

__________________


Quote:
Originally Posted by fysiks View Post
Please stop trying to help. You appear to just be posting random stuff. Wait until you actually understand more about AMX Mod X and how the game works.
https://iceeedr.com.br/

Last edited by iceeedr; 01-22-2019 at 11:48.
iceeedr is offline
Send a message via Skype™ to iceeedr
Reply



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 20:20.


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