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

Advanced Bans (Real Time) by Exolent


Post New Thread Reply   
 
Thread Tools Display Modes
Krillin
Senior Member
Join Date: Jul 2004
Old 04-17-2013 , 10:44   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #1211

This might seem like a silly question, but I am going to ask it anyways. I noticed the main post has NOT been updated "Last edited by Exolent[jNr]; 02-18-11 at 04:25 PM. Reason: Updated to v0.8.1." AMXMODX is now on version 1.8.2. Have the plmenu_*.sma's been updated to the new code of AMXMODX V1.8.2 and not the old 1.8.0 version? This could casue systematic problems if the versions are not matched? I am not entirely sure at this point.

The code in the new 1.8.2 seem to be very different then the older versions and dev-team claims the old versions (1.8.0 and below) will not to even work with MetaMOD and AMXMODX current versions with new server versions (non-HLUPDATETOOL).

If I get the time later on, I will look at the differeneces, but I feel using these old plmenu replacements may cause a problem in the near future.

Best Regards,
Krillin
__________________
Krillin's World Server(s) Operator

Krillin is offline
tulga
Junior Member
Join Date: May 2010
Old 05-03-2013 , 18:30   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #1212

i added amx_bansubnet command (222.22.22.*)
222.22.22.1
222.22.22.2
222.22.22.3
222.22.22.4

fixed
amx_addban function

PHP Code:
public CmdAddBan(clientlevelcid)
...............................
new 
player find_player(is_ip "d" "c"target_authid);
    if( 
player && is_user_connected(player) )
    {
        if (
is_ip)
            
client_cmd(client"amx_banip ^"%s^" %i ^"%s^""target_authidlengthreason);
        else
            
client_cmd(client"amx_ban ^"%s^" %i ^"%s^""target_authidlengthreason);
            
        return 
PLUGIN_HANDLED;
    } 
Attached Files
File Type: sma Get Plugin or Get Source (advanced_bans.sma - 510 views - 55.3 KB)

Last edited by tulga; 05-07-2013 at 05:22.
tulga is offline
diart
Junior Member
Join Date: Jan 2012
Old 05-21-2013 , 18:10   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #1213

i acidently make my self ban my nick in CS is MaFFFFia.exxxxxx and i do in consol amx_ban a a a.
I ban my self for permanently. Can you tell me how do i remove the ban ? please.
diart is offline
TRUE RED
Senior Member
Join Date: Mar 2012
Location: Ukraine
Old 05-21-2013 , 19:52   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #1214

Quote:
Originally Posted by diart
i acidently make my self ban my nick in CS is MaFFFFia.exxxxxx and i do in consol amx_ban a a a.
I ban my self for permanently. Can you tell me how do i remove the ban ? please.
give someone admin rights tell him to unban you
TRUE RED is offline
Send a message via ICQ to TRUE RED Send a message via Skype™ to TRUE RED
diart
Junior Member
Join Date: Jan 2012
Old 05-22-2013 , 06:19   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #1215

Quote:
Originally Posted by TRUE RED View Post
give someone admin rights tell him to unban you
i make unban my self from server console nothing say MaFFFFia.ex...... is not on list, i test and with ip and with steam with steam say
Steam_0:0 is not on list. i don't know what to do
diart is offline
Nemrak
Junior Member
Join Date: Jan 2011
Old 05-22-2013 , 06:24   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #1216

Try using "Steam_0:0.... "
Nemrak is offline
diart
Junior Member
Join Date: Jan 2012
Old 05-22-2013 , 06:51   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #1217

Quote:
Originally Posted by Nemrak View Post
Try using "Steam_0:0.... "
I try and again Steam_0:0 is not on list.
diart is offline
TRUE RED
Senior Member
Join Date: Mar 2012
Location: Ukraine
Old 05-23-2013 , 00:50   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #1218

Quote:
Originally Posted by diart
i make unban my self from server console nothing say MaFFFFia.ex...... is not on list, i test and with ip and with steam with steam say
Steam_0:0 is not on list. i don't know what to do
type amx_banlist and see the list of banned players then find out which method you've been banned.
TRUE RED is offline
Send a message via ICQ to TRUE RED Send a message via Skype™ to TRUE RED
Balage74
Member
Join Date: Dec 2006
Old 05-23-2013 , 11:02   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #1219

Quote:
Originally Posted by gelesztas View Post
This is Hungary translate:

[hu]
AB_BAN_INFORMATION = Ban Informacio
AB_NAME = Nev
AB_IP = IP
AB_STEAMID = SteamID
AB_REASON = Ok
AB_BAN_LENGTH = Ban Ideje
AB_UNBAN_TIME = Unban Ideje
AB_ADMIN_NAME = Admin Neve
AB_ADMIN_STEAMID = Admin SteamID
AB_WEBSITE = Ha ugy gondolod igazsag talanul bannoltak ki akkor nezz fel a hyperkocka.tk ra!
AB_NOT_AUTHORIZED = Nem tudsz felmenni a sevrere mig lenem telik a bannod ideje!
AB_ALREADY_BANNED_STEAMID = Ez a jatekos ujra bannolva van!
AB_ALREADY_BANNED_IP = Az a jatekos ujra bannolva van!
AB_PERMANENT_BAN = Orok ban
AB_INVALID_STEAMID = Ervenytelen SteamID!
AB_VALID_STEAMID_FORMAT = Helyes froma: STEAM_0:X:XXXXXXX
AB_INVALID_IP = Ervenytelen IP!
AB_NOT_IN_BAN_LIST = Nem talalhato ez a jatekos: %s a bin listaban!
AB_NO_BANS = Ilyenkor nem lehet bannolni varj egy kicsit.
AB_BAN_LIST_NUM = A listarol betiltott jatekos %i - %i.
AB_BAN_LIST_NEXT = Hasznalja a amx_banlist %i a kovetkezo jatekoson.
AB_MAX_BAN_TIME = A max. ban ideje engedet %i.
incorrect translation.....
__________________
Balage74 is offline
Send a message via MSN to Balage74 Send a message via Skype™ to Balage74
alonelive
Senior Member
Join Date: Jan 2011
Location: Big snow country.. :)
Old 05-25-2013 , 16:13   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #1220

Quote:
Originally Posted by WaSaAa1 View Post
Amx_voteban command does not work, while confirming the vote, the player is not banned
+!
.. after you confirm ban.. Client with this id was not found in server console..


PHP Code:
    if (voteban)
    {
        if (
ipban==true)
        {
            
g_Answer "amx_banip %s 30 ";
        }
        else
        {
            
g_Answer "amx_ban %s 30 ";
        }
        
        
add(g_Answersizeof(g_Answer) - 1g_ban_reason);
    } 
Where is userID ??
__________________
sorry my bad english...

Last edited by alonelive; 05-25-2013 at 16:18.
alonelive 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 23:00.


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