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

Too Late To Ban


Post New Thread Reply   
 
Thread Tools Display Modes
rautamiekka
Veteran Member
Join Date: Jan 2009
Location: Finland
Old 02-11-2011 , 03:06   Re: Too Late To Ban
Reply With Quote #41

Quote:
Originally Posted by ARTUR View Post
Shenton

Hello, I would like to thank you for this plugin! Thank you

There is one question I have a server nonsteam, is it possible to increase the Number of digits in a Steam ID? for example, now you STEAM_0:0:123456789, and I have STEAM_0:0:1234567890?
Criminals are stupid ...
__________________
Links to posts I received Karma from:
Big thanks to all who gave Karma
rautamiekka is offline
Send a message via ICQ to rautamiekka Send a message via AIM to rautamiekka Send a message via MSN to rautamiekka Send a message via Yahoo to rautamiekka Send a message via Skype™ to rautamiekka
sinblaster
Grim Reaper
Join Date: Feb 2010
Location: Australia
Old 02-11-2011 , 04:44   Re: Too Late To Ban
Reply With Quote #42

Quote:
Originally Posted by rautamiekka View Post
Criminals are stupid ...
replying to a post over 12 months old? hmmmm ironic comeback
__________________
Happy Happy Joy Joy

sinblaster is offline
lqhnybear
Member
Join Date: Oct 2009
Location: Miami Beach, Fl
Old 02-11-2011 , 07:17   Re: Too Late To Ban
Reply With Quote #43

I'm not able to get the menu to show up in the Player Commands menu. Is this broken or could I be doing something wrong?
__________________
lqhnybear is offline
dan0ne
Member
Join Date: Sep 2009
Location: Moscow, Russia
Old 02-14-2011 , 13:43   Re: Too Late To Ban
Reply With Quote #44

Its me again, i gave all admins "sm_addban", but some admins still no permissions to use this plugin, what's wrong?
__________________
Sorry for my english.
dan0ne is offline
Send a message via ICQ to dan0ne Send a message via Skype™ to dan0ne
rautamiekka
Veteran Member
Join Date: Jan 2009
Location: Finland
Old 02-15-2011 , 03:45   Re: Too Late To Ban
Reply With Quote #45

Quote:
Originally Posted by sinblaster View Post
replying to a post over 12 months old? hmmmm ironic comeback
[OFFTOPIC]Doesn't matter.
__________________
Links to posts I received Karma from:
Big thanks to all who gave Karma
rautamiekka is offline
Send a message via ICQ to rautamiekka Send a message via AIM to rautamiekka Send a message via MSN to rautamiekka Send a message via Yahoo to rautamiekka Send a message via Skype™ to rautamiekka
Salakis.
Junior Member
Join Date: Feb 2011
Location: Russia
Old 02-18-2011 , 16:37   Re: Too Late To Ban
Reply With Quote #46

I'm add new ban reason in tltb_ban_options.txt :
Code:
"BanReason"
	{
		"Выход с микса"
		{
			"reason"		"Выход с микса"
		}
but the third word of this reason of ban is not represented in sourcebans. How to correct? Thank you for a help & sorry for my bad english.
Attached Thumbnails
Click image for larger version

Name:	sb.PNG
Views:	229
Size:	10.7 KB
ID:	82457  
Salakis. is offline
Send a message via ICQ to Salakis.
dan0ne
Member
Join Date: Sep 2009
Location: Moscow, Russia
Old 02-19-2011 , 03:43   Re: Too Late To Ban
Reply With Quote #47

Quote:
Originally Posted by dan0ne View Post
Its me again, i gave all admins "sm_addban", but some admins still no permissions to use this plugin, what's wrong?
Please, help me, i dont understand why half of my admins have no permissions to use this plugin.
__________________
Sorry for my english.
dan0ne is offline
Send a message via ICQ to dan0ne Send a message via Skype™ to dan0ne
Salakis.
Junior Member
Join Date: Feb 2011
Location: Russia
Old 02-19-2011 , 05:53   Re: Too Late To Ban
Reply With Quote #48

Quote:
Originally Posted by dan0ne View Post
Please, help me, i dont understand why half of my admins have no permissions to use this plugin.
нужно дать флаг "m" - доступ к rcon командам. В исходниках как basebans.sp так и sourcebans.sp четко указано, какой флаг позволяет использовать команду sm_addban:
Code:
RegAdminCmd("sm_addban", CommandAddBan, ADMFLAG_RCON, "sm_addban <time> <steamid> [reason]");
Работает, проверил на себе.

Но для удобства и безопасности лучше воспользоваться стандартной возможностью sourcemod и присвоить конкретной команде нужный флаг:

orangebox/cstrike/addons/sourcemod/configs/admin_overrides.cfg
Code:
Overrides
{
"sm_addban" "d"
}
например, флаг "d"(типичный админский флаг, позволяющий банить командой sm_ban)
__________________
Sorry for my bad English

Last edited by Salakis.; 02-19-2011 at 06:39.
Salakis. is offline
Send a message via ICQ to Salakis.
Salakis.
Junior Member
Join Date: Feb 2011
Location: Russia
Old 02-19-2011 , 10:39   Re: Too Late To Ban
Reply With Quote #49

Quote:
Originally Posted by Salakis. View Post
I'm add new ban reason in tltb_ban_options.txt :
Code:
"BanReason"
	{
		"Выход с микса"
		{
			"reason"		"Выход с микса"
		}
but the third word of this reason of ban is not represented in sourcebans. How to correct? Thank you for a help & sorry for my bad english.
Exposed limitation in 8 characters. I decided this problem by the increase of values some "define" in source:
original
Code:
#define KEY_STRING_SIZE 32
#define BAN_REASON_SIZE 32
#define ARG_SIZE 16
edited
Code:
#define KEY_STRING_SIZE 64
#define BAN_REASON_SIZE 64
#define ARG_SIZE 64
works fine!
__________________
Sorry for my bad English
Salakis. is offline
Send a message via ICQ to Salakis.
Moby812
BANNED
Join Date: Jul 2009
Old 03-09-2011 , 11:27   Re: Too Late To Ban
Reply With Quote #50

Will be replaced "no nickname present" ?
Moby812 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 09:00.


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