Raised This Month: $51 Target: $400
 12% 

wich smac blocks ent commands


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Robin955
Veteran Member
Join Date: Jun 2013
Old 12-30-2014 , 13:44   wich smac blocks ent commands
Reply With Quote #1

okay so if i add smac i cant use ent_create annymore etc

making text appear on screen (custom text with their own color and size) and other effects lights clouds in diff colors, rainbows etc. bubbles. blabla you name it

i know effects can be made in sourcemod too without using ent (i think)

but annyone knows the exact smac plugin that blocks out ent commands?
Robin955 is offline
allienaded
AlliedModders Donor
Join Date: Feb 2013
Old 12-30-2014 , 14:08   Re: wich smac blocks ent commands
Reply With Quote #2

smac_commands

If you're sure you want to unblock ent_create comment out the following lines and recompile smac_commands:

Code:
     62     // Exploitable needed commands.  Sigh....
     63     //AddCommandListener(Command_BlockEntExploit, "ent_create");
     64     //AddCommandListener(Command_BlockEntExploit, "ent_fire");

Last edited by allienaded; 12-30-2014 at 14:09.
allienaded is offline
Darkness_
Veteran Member
Join Date: Nov 2014
Old 12-30-2014 , 14:11   Re: wich smac blocks ent commands
Reply With Quote #3

There's also this.

PHP Code:
    RegAdminCmd("smac_addcmd",          Commands_AddCmd,           ADMFLAG_ROOT,  "Adds a command to be blocked by SMAC.");
    
RegAdminCmd("smac_addignorecmd",    Commands_AddIgnoreCmd,     ADMFLAG_ROOT,  "Adds a command to ignore on command spam.");
    
RegAdminCmd("smac_removecmd",       Commands_RemoveCmd,        ADMFLAG_ROOT,  "Removes a command from the block list.");
    
RegAdminCmd("smac_removeignorecmd"Commands_RemoveIgnoreCmd,  ADMFLAG_ROOT,  "Remove a command to ignore."); 
smac_removecmd ent_create
Darkness_ is offline
Robin955
Veteran Member
Join Date: Jun 2013
Old 01-01-2015 , 13:20   Re: wich smac blocks ent commands
Reply With Quote #4

aight thanks guys.

and happy new year

Last edited by Robin955; 01-01-2015 at 13:20.
Robin955 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 01:13.


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