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

Config checker script checker


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
4ever16
Veteran Member
Join Date: Apr 2015
Old 04-18-2018 , 16:12   Config checker script checker
Reply With Quote #1

Hello!
Its was very long time ago i visited this place and the search really sucks here.

I remember i found a plugin which worked like this.
I made a .txt file in that file i wrote some commands like.

cl_pitchspeed 100

People who joined the server and had:

cl_pitchspeed 150 where kicked and got message please change to cl_pitchspeed 100

What is the name of that plugin?
4ever16 is offline
Relaxing
AlliedModders Donor
Join Date: Jun 2016
Location: White Plains
Old 04-18-2018 , 16:28   Re: Config checker script checker
Reply With Quote #2

This is the next level.
__________________
Relaxing is offline
SomewhereLost
AlliedModders Donor
Join Date: Mar 2014
Location: Tomorrowland
Old 04-18-2018 , 16:31   Re: Config checker script checker
Reply With Quote #3

Quote:
Originally Posted by Relaxing View Post
This is the next level.
A better version of that
__________________
SomewhereLost is offline
Send a message via Skype™ to SomewhereLost
Relaxing
AlliedModders Donor
Join Date: Jun 2016
Location: White Plains
Old 04-18-2018 , 17:00   Re: Config checker script checker
Reply With Quote #4

ConnorMcLeod @ 10-08-10 , 16:49
That's what I call a search budd'.
PHP Code:
#include <amxmodx>
#include <fakemeta>

#define VERSION "0.0.1"

public plugin_init()
{
    
register_plugin("Anto No Recoil Script"VERSION"ConnorMcLeod")
}

public 
client_connectid )
{
    
client_cmd(id"cl_pitchspeed 100")
}

public 
client_putinserverid )
{
    
remove_task(id)
    if( !
is_user_bot(id) && !is_user_hltv(id) )
    {
        
set_task(0.1"LaunchPitchSpeedChecks"id)
    }
}

public 
LaunchPitchSpeedChecksid )
{
    if( 
is_user_connected(id) )
    {
        
query_client_cvar(id"cl_pitchspeed""ClPitchSpeedResult")
    }
}

public 
ClPitchSpeedResult(idszCvar[], szValue[])
{
    if( 
szValue[0] != '1' || szValue[1] != '0' || szValue[2] != '0' || szValue[3] != )
    {
        
set_pev(idpev_anglesFloat:{0.0,100.0,0.0})
        
client_cmd(id"cl_pitchspeed 100")
    }
    
query_client_cvar(id"cl_pitchspeed""ClPitchSpeedResult")

__________________
Relaxing is offline
tarsisd2
Veteran Member
Join Date: Feb 2016
Location: brazil
Old 04-18-2018 , 18:32   Re: Config checker script checker
Reply With Quote #5

Quote:
Originally Posted by Relaxing View Post
ConnorMcLeod @ 10-08-10 , 16:49
That's what I call a search budd'.
PHP Code:
#include <amxmodx>
#include <fakemeta>

#define VERSION "0.0.1"

public plugin_init()
{
    
register_plugin("Anto No Recoil Script"VERSION"ConnorMcLeod")
}

public 
client_connectid )
{
    
client_cmd(id"cl_pitchspeed 100")
}

public 
client_putinserverid )
{
    
remove_task(id)
    if( !
is_user_bot(id) && !is_user_hltv(id) )
    {
        
set_task(0.1"LaunchPitchSpeedChecks"id)
    }
}

public 
LaunchPitchSpeedChecksid )
{
    if( 
is_user_connected(id) )
    {
        
query_client_cvar(id"cl_pitchspeed""ClPitchSpeedResult")
    }
}

public 
ClPitchSpeedResult(idszCvar[], szValue[])
{
    if( 
szValue[0] != '1' || szValue[1] != '0' || szValue[2] != '0' || szValue[3] != )
    {
        
set_pev(idpev_anglesFloat:{0.0,100.0,0.0})
        
client_cmd(id"cl_pitchspeed 100")
    }
    
query_client_cvar(id"cl_pitchspeed""ClPitchSpeedResult")

isn't this slowhacking? changing user config? better to kick and ask to change

i have to agree with 4ever16, don't like the search system too much,
tarsisd2 is offline
Relaxing
AlliedModders Donor
Join Date: Jun 2016
Location: White Plains
Old 04-18-2018 , 19:27   Re: Config checker script checker
Reply With Quote #6

Unfortunately all cl_* are blocked so skip ma reply.
__________________

Last edited by Relaxing; 04-18-2018 at 19:27.
Relaxing is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 04-18-2018 , 21:45   Re: Config checker script checker
Reply With Quote #7

The search is just fine. You just have to know how to search effectively (search algorithms can't read your mind).

There is several alternatives to using the local search functions. Simply use a common public search engine to search alliedmods.net.
__________________

Last edited by fysiks; 04-18-2018 at 21:47.
fysiks is offline
tarsisd2
Veteran Member
Join Date: Feb 2016
Location: brazil
Old 04-18-2018 , 23:50   Re: Config checker script checker
Reply With Quote #8

Quote:
Originally Posted by fysiks View Post
(search algorithms can't read your mind).
that's the problem then, i thought it did, thanks!

4ever16, search for Advanced Client Checker 0.3.4

you can solve your problem with this plugin
tarsisd2 is offline
4ever16
Veteran Member
Join Date: Apr 2015
Old 04-26-2018 , 00:19   Re: Config checker script checker
Reply With Quote #9

Thanks!
4ever16 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 11:09.


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