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

Showing results 1 to 7 of 7
Search took 0.00 seconds.
Search: Posts Made By: GoD-Tony
Forum: SourceMod Anti-Cheat 10-23-2014, 06:01
Replies: 39
Views: 21,252
Posted By GoD-Tony
Re: Show SMAC BAN to non admins

Move PrintToChatAll above the BanClient lines.
Forum: SourceMod Anti-Cheat 10-22-2014, 17:17
Replies: 39
Views: 21,252
Posted By GoD-Tony
Re: Show SMAC BAN to non admins

It will block SMAC's ban and then re-ban the client using the custom logic.
Forum: SourceMod Anti-Cheat 10-22-2014, 13:49
Replies: 39
Views: 21,252
Posted By GoD-Tony
Re: Show SMAC BAN to non admins

Untested...public Action:OnBanClient(client, time, flags, const String:reason[], const String:kick_message[], const String:command[], any:admin)
{
if (StrEqual(command, "SMAC"))
{
// Ban IP...
Forum: SourceMod Anti-Cheat 10-21-2014, 17:04
Replies: 39
Views: 21,252
Posted By GoD-Tony
Re: Show SMAC BAN to non admins

Yes. Here is what I was thinking:
public Action:OnBanClient(client, time, flags, const String:reason[], const String:kick_message[], const String:command[], any:admin)
{
if (StrEqual(command,...
Forum: SourceMod Anti-Cheat 10-21-2014, 02:36
Replies: 39
Views: 21,252
Posted By GoD-Tony
Re: Show SMAC BAN to non admins

Don't forget about OnBanClient (https://sm.alliedmods.net/api/index.php?fastload=show&id=292&), which can do all of these things without having to modify SMAC directly.
Forum: SourceMod Anti-Cheat 10-03-2014, 09:53
Replies: 39
Views: 21,252
Posted By GoD-Tony
Re: Show SMAC BAN to non admins

It's not a command, check the wiki link in the post above. You have to edit admin_overrides.cfg.
Forum: SourceMod Anti-Cheat 10-03-2014, 02:05
Replies: 39
Views: 21,252
Posted By GoD-Tony
Re: Show SMAC BAN to non admins

See the example of "sm_chat" and replace it with "smac_admin_notices". This will print admin notices to all players in the server.
Showing results 1 to 7 of 7

 
Forum Jump

All times are GMT -4. The time now is 07:09.


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