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

Disconnect = Ban (For Advaced Bans)


Post New Thread Reply   
 
Thread Tools Display Modes
gamer99
Senior Member
Join Date: Jul 2011
Old 09-07-2011 , 06:32   Re: Disconnect = Ban (For Advaced Bans)
Reply With Quote #11

lol plugin ..
__________________
Thanks and regards,
Gamer99
gamer99 is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 10-03-2011 , 16:32   Re: Disconnect = Ban (For Advaced Bans)
Reply With Quote #12

As it is, the plugin doesn't serve real purpose. Like said others people above, I don't see much how it could be useful.

Unapproved.
__________________
Arkshine is offline
hatch
Member
Join Date: Feb 2010
Old 09-27-2012 , 16:54   Re: Disconnect = Ban (For Advaced Bans)
Reply With Quote #13

the reason this plugin is useful is for servers like deathrun where if the T disconnects it restarts the whole game and ruins the fun for players so as punishment for the player who left as a T they get banned for say 15 or 30 min. I just wish with this plugin we could specify the team to apply this to. Like only ban T disconnects.
hatch is offline
kramesa
Veteran Member
Join Date: Feb 2011
Location: Brazil
Old 09-28-2012 , 12:50   Re: Disconnect = Ban (For Advaced Bans)
Reply With Quote #14

Quote:
Originally Posted by hatch View Post
the reason this plugin is useful is for servers like deathrun where if the T disconnects it restarts the whole game and ruins the fun for players so as punishment for the player who left as a T they get banned for say 15 or 30 min. I just wish with this plugin we could specify the team to apply this to. Like only ban T disconnects.
This is my first plugin

Try this for deathrun:

Cvar: deathrun_disc_ban 1 [on] / 0 [off]
Code:
#include <amxmodx> #include <amxmisc> #include <cstrike> new cvar; public plugin_init() {     cvar = register_cvar("deathrun_disc_ban", "1"); } public client_disconnect(iPlayer) {     new szName[32], szSteamID[35];         if(get_pcvar_num(cvar) && is_user_connected(iPlayer) && cs_get_user_team(iPlayer) == CS_TEAM_T) {         get_user_name(iPlayer, szName, charsmax(szName));         get_user_authid(iPlayer, szSteamID, charsmax(szStamID));         server_cmd("amx_addban ^"%s^" ^"%s^" 60 ^"Disconnected^"", szName, szSteamID);     } }
__________________
kramesa is offline
jg_20
Senior Member
Join Date: Oct 2011
Old 10-22-2012 , 13:39   Re: Disconnect = Ban (For Advaced Bans)
Reply With Quote #15

Disconnect = Ban (For Advaced Bans). The code will work? I have placed bans but does nothing. help
jg_20 is offline
Send a message via Skype™ to jg_20
4ever16
Veteran Member
Join Date: Apr 2015
Old 07-03-2015 , 20:56   Re: Disconnect = Ban (For Advaced Bans)
Reply With Quote #16

Doesnt work
4ever16 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 15:38.


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