AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   SourceBans / SourceBans++ (https://forums.alliedmods.net/forumdisplay.php?f=152)
-   -   Bug Report "Banned player" (https://forums.alliedmods.net/showthread.php?t=238312)

maxolahird 04-07-2014 22:25

"Banned player"
 
For some reason it's now show

[SM] Admin_name: Banned Playername

I'm using default sourcebans code it's not working either...

Code:

        if (!time)
        {
                if (Reason[0] == '\0')
                {
                        ShowActivityEx(admin, Prefix, "%t", "Permabanned player", Name);
                } else {
                        ShowActivityEx(admin, Prefix, "%t", "Permabanned player reason", Name, Reason);
                }
        } else {
                if (Reason[0] == '\0')
                {
                        ShowActivityEx(admin, Prefix, "%t", "Banned player", Name, time);
                } else {
                        ShowActivityEx(admin, Prefix, "%t", "Banned player reason", Name, time, Reason);
                }
        }


maxolahird 04-08-2014 17:17

Re: "Banned player"
 
please guys x.x


All times are GMT -4. The time now is 05:04.

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