AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   SourceBans / SourceBans++ (https://forums.alliedmods.net/forumdisplay.php?f=152)
-   -   Change ""You have been banned by this server, check {1} for more info"" (https://forums.alliedmods.net/showthread.php?t=201679)

SanKen 11-25-2012 04:55

Change ""You have been banned by this server, check {1} for more info""
 
As a topic. how to change this info. To shown a
"You have been banned. Reason {reason}, Banlength {banlength}, check {1} for more info"

This is just an example.

matrixmark 11-26-2012 03:51

Re: Change ""You have been banned by this server, check {1} for more info""
 
Quote:

Originally Posted by SanKen (Post 1843341)
As a topic. how to change this info. To shown a
"You have been banned. Reason {reason}, Banlength {banlength}, check {1} for more info"

This is just an example.

If I understand you correctly, you will need to edit the sourcebans.phrases.txt located in the translations folder.

{reason} and {banlength} wont work, I'm not sure if this is even possible.

Good idea if it is though :D

SanKen 11-26-2012 09:11

Re: Change ""You have been banned by this server, check {1} for more info""
 
Can't do without editing plugin unfortunately.

SanKen 12-02-2012 10:01

Re: Change ""You have been banned by this server, check {1} for more info""
 
bump, Please reply author.

SanKen 01-04-2013 10:28

Re: Change ""You have been banned by this server, check {1} for more info""
 
bump. Any help ?

SanKen 01-08-2013 09:53

Re: Change ""You have been banned by this server, check {1} for more info""
 
Does this product have already died? No response, no support on ... what is wrong with the developer.

animalnots 01-08-2013 10:59

Re: Change ""You have been banned by this server, check {1} for more info""
 
))))) You want
to change phrase
Quote:

"en" "You have been banned by this server, check {1} for more info"
to
Quote:

"en" "You have been banned. Reason {reason}, Banlength {banlength}, check {1} for more info"
Is this correct?

SanKen 01-08-2013 11:01

Re: Change ""You have been banned by this server, check {1} for more info""
 
Quote:

Originally Posted by animalnots (Post 1869589)
))))) You want
to change phrase
Quote:

"en" "You have been banned by this server, check {1} for more info"
to
Quote:

"en" "You have been banned. Reason {reason}, Banlength {banlength}, check {1} for more info"
Is this correct?


yes, but in this way it will not work. Editing plugin is required

animalnots 01-08-2013 11:32

Re: Change ""You have been banned by this server, check {1} for more info""
 
2 Attachment(s)
test
Code:

        "Banned Check Site"
        {
                "#format"                "{1:s},{2:s},{3:s}"
                "en"                        "You have been banned. Reason {1}, Banlength {2}, check {3} for more info"
        }


SanKen 01-08-2013 14:40

Re: Change ""You have been banned by this server, check {1} for more info""
 
I have a question. Would it be possible to do something like amxbans?

Code:

Kicked : You are BANNED. Check your console!
<Print to console>

Code:

[SourceBans] ===============================================
[SourceBans] Banned by admin <admin name>
[SourceBans] You can complain regarding your ban @ <websiteaddress>
[SourceBans] Reason: <reason>
[SourceBans] Length: <length>
[SourceBans] Your SteamID: <steam id>
[SourceBans] Your IP: <ip>
[SourceBans] =======================================

As the authors did not think it through ...


All times are GMT -4. The time now is 13:12.

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