Raised This Month: $ Target: $400
 0% 

[REQ] cl_minmodels 0


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
BlackAndEvil
Member
Join Date: Dec 2009
Old 01-27-2010 , 18:53   [REQ] cl_minmodels 0
Reply With Quote #1

check player cfg if they have cl_minmodels 1 they get kick with reason "you have to set your cl_minmodels 1 to 0"
BlackAndEvil is offline
Old 01-27-2010, 19:27
stevenisecko138
This message has been deleted by stevenisecko138.
DruGzOG
Veteran Member
Join Date: Nov 2007
Location: Unknown
Old 01-27-2010 , 19:35   Re: [REQ] cl_minmodels 0
Reply With Quote #2

That's slowhacking.
__________________
DruGzOG is offline
Send a message via AIM to DruGzOG
minimiller
Veteran Member
Join Date: Aug 2007
Location: United Kingdom
Old 01-27-2010 , 19:49   Re: [REQ] cl_minmodels 0
Reply With Quote #3

if your not a fan of "slowhacking" (allthough i would class cl_minmodels as slowhacking) you can allways boot them with a msg

PHP Code:
#include <amxmodx>
#include <amxmisc>

public plugin_init() register_plugin("minmodels""( . Y . )""Stewie!");

public 
client_command(idquery_client_cvar(id"cl_minmodels""funcResult");

public 
funcResult(id, const szCvar[], const szValue[])
{
    if(
szValue[0] == '1')
    {
        
emessage_begin(MSG_ONESVC_DISCONNECT_id);
        
ewrite_string("Kicked:^ncl_minmodels 1 is not allowed on this server!^nPlease rejoin with cl_minmodels 0");
        
emessage_end();
    }

__________________
minimiller is offline
Send a message via MSN to minimiller
fezh
Veteran Member
Join Date: Dec 2008
Location: BANNED
Old 01-27-2010 , 21:19   Re: [REQ] cl_minmodels 0
Reply With Quote #4

There is already a plugin which can do that, Stewie: http://forums.alliedmods.net/showthread.php?p=159580

__________________
"There is no knowledge, that is not power"
fezh is offline
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 06:57.


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