Raised This Month: $ Target: $400
 0% 

block " meta list and exec " comand


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Pourya
Member
Join Date: Sep 2011
Location: Iran
Old 12-31-2012 , 16:47   block " meta list and exec " comand
Reply With Quote #1

hi all
this plugin doesn't work, any body can fix or create this plugin that block this commands:

exec
meta list

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


#define PLUGIN    "command block"
#define VERSION    "1.0"
#define AUTHOR    "Admin Olibs"

public plugin_init()
{
    
register_plugin(PLUGINVERSIONAUTHOR)
    
register_clcmd("exec","pe");
    
register_clcmd("meta list","pm");
}

public 
pe(id)
{
    
client_print(idprint_chat"*** This command blocked by Admin Olibs ***");
    return 
PLUGIN_HANDLED;
    
}
public 
pm(id)
{
    
client_print(idprint_chat"*** This command blocked by Admin Olibs ***");
    return 
PLUGIN_HANDLED;
    

__________________
Reza.Enzo
http://DM-CS.IR
Pourya is offline
Send a message via Yahoo to Pourya
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 12-31-2012 , 17:08   Re: block " meta list and exec " comand
Reply With Quote #2

Not possible with AMXX
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline
avril-lavigne
Banned
Join Date: Apr 2009
Old 12-31-2012 , 19:45   Re: block " meta list and exec " comand
Reply With Quote #3

You must create file: cstrike/addons/metamod/config.ini
Than put this to file:

clientmeta no

or

+localinfo mm_clientmeta no (add this to server start params )
__________________
VDS in Europe 1 gb/s unmetered.Any configurations.
I accept Paypal, Moneybookers,etc
avril-lavigne is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 12-31-2012 , 20:12   Re: block " meta list and exec " comand
Reply With Quote #4

And just to clarify, blocking "exec" is not possible at all.
__________________
fysiks is offline
Old 01-20-2014, 23:39
5aloOod
This message has been deleted by YamiKaitou. Reason: slowhacking
WildCard65
Veteran Member
Join Date: Aug 2013
Location: Canada
Old 01-21-2014 , 09:05   Re: block " meta list and exec " comand
Reply With Quote #5

Before we go any further. Why do you want to block exec and meta list, very suspicious and 1 possible answer comes to my mind: dp
WildCard65 is offline
Pourya
Member
Join Date: Sep 2011
Location: Iran
Old 01-25-2014 , 15:43   Re: block " meta list and exec " comand
Reply With Quote #6

i can block meta list :d but i can't block exec, if you want pm me
__________________
Reza.Enzo
http://DM-CS.IR
Pourya is offline
Send a message via Yahoo to Pourya
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 01-25-2014 , 22:07   Re: block " meta list and exec " comand
Reply With Quote #7

Quote:
Originally Posted by Pourya View Post
i can block meta list :d but i can't block exec, if you want pm me
There is no need to PM you, the answer to both of your questions is clearly stated in the replies.
__________________
fysiks 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 16:28.


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