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

[ANY] SourceComms (0.9.266 - 22/11/2014)


Post New Thread Reply   
 
Thread Tools Display Modes
DoPe^
Veteran Member
Join Date: Jul 2008
Location: Denmark / Copenhagen
Old 01-31-2013 , 08:03   Re: [source 2009] SourceComms (0.7.114-beta)
Reply With Quote #11

really awesome plugin! testing it on our server atm.
and really gj on the sourcebans page edits also!
DoPe^ is offline
ilga80
Senior Member
Join Date: Nov 2012
Old 01-31-2013 , 09:54   Re: [source 2009] SourceComms (0.7.114-beta)
Reply With Quote #12

Приложи в файле автор
Put in file
PHP Code:
CREATE TABLE `sb_comms` (
`
bidint(6NOT NULL AUTO_INCREMENT,
`
authidvarchar(64NOT NULL,
`
namevarchar(12 NOT NULL DEFAULT 'unnamed',
`
createdint(11NOT NULL DEFAULT '0',
`
endsint(11NOT NULL DEFAULT '0',
`
lengthint(10NOT NULL DEFAULT '0',
`
reasontext NOT NULL,
`
aidint(6NOT NULL DEFAULT '0',
`
adminIpvarchar(32NOT NULL DEFAULT '',
`
sidint(6NOT NULL DEFAULT '0',
`
RemovedByint( DEFAULT NULL,
`
RemoveTypevarchar(3) DEFAULT NULL,
`
RemovedOnint(11) DEFAULT NULL,
`
typetinyint(4NOT NULL DEFAULT '0' COMMENT '1 - Mute, 2 - Gag',
`
ureasontext,
PRIMARY KEY (`bid`),
KEY `authid` (`authid`),
KEY `created` (`created`),
KEY `RemoveType` (`RemoveType`),
KEY `type` (`type`),
KEY `sid` (`sid`),
KEY `aid` (`aid`),
FULLTEXT KEY `authid_2` (`authid`),
FULLTEXT KEY `name` (`name`),
FULLTEXT KEY `reason` (`reason`)
ENGINE=MyISAM DEFAULT CHARSET=utf8
потому что смайлы мешают и невозможно создать таблицу
that smiles interfere
ilga80 is offline
ppalex
Senior Member
Join Date: Nov 2012
Location: Russia, near the Moscow
Old 01-31-2013 , 10:44   Re: [source 2009] SourceComms (0.7.114-beta)
Reply With Quote #13

Quote:
Originally Posted by ilga80 View Post
Приложи в файле автор
Put in file
потому что смайлы мешают и невозможно создать таблицу
that smiles interfere
Fixed/Исправил
ppalex is offline
ocwoody
AlliedModders Donor
Join Date: Nov 2010
Location: huh
Old 01-31-2013 , 10:55   Re: [source 2009] SourceComms (0.7.114-beta)
Reply With Quote #14

Nice job with this! Will have to give it a try!
ocwoody is offline
DontWannaName
Veteran Member
Join Date: Jun 2007
Location: VALVe Land, WA
Old 01-31-2013 , 14:15   Re: [source 2009] SourceComms (0.7.114-beta)
Reply With Quote #15

What happens when we have to go and update Sourcebans?
__________________

DontWannaName is offline
ppalex
Senior Member
Join Date: Nov 2012
Location: Russia, near the Moscow
Old 01-31-2013 , 14:24   Re: [source 2009] SourceComms (0.7.114-beta)
Reply With Quote #16

Quote:
Originally Posted by DontWannaName View Post
What happens when we have to go and update Sourcebans?
In best case, you will have to re-edit the files, in the worst case (changes in sourcebans internal structure) you will have to wait until I release the adaptation to the new version.
ppalex is offline
KorDen
Member
Join Date: Sep 2012
Old 02-01-2013 , 00:11   Re: [source 2009] SourceComms (0.7.114-beta)
Reply With Quote #17

Quote:
Originally Posted by ppalex View Post
I do not understand the meaning of integration basecomm in my plugin.
functionality of one or two plug-in aggregate - the same

Also I think, that replacement the default plugin is a bad thing for most of admins.
Why bad? Look at SB, sourcebans.smx unload basebans.smx, because when you using SB you don't need basebans functions. This plugin also provide full compatiblty with basecomms at console commands etc.
Spoiler

Last edited by KorDen; 02-01-2013 at 00:15.
KorDen is offline
ppalex
Senior Member
Join Date: Nov 2012
Location: Russia, near the Moscow
Old 02-01-2013 , 03:41   Re: [source 2009] SourceComms (0.7.114-beta)
Reply With Quote #18

Quote:
Originally Posted by KorDen View Post
Spoiler
Spoiler


Basebans doesn't provide any natives or forwards like as basecomms. Also, my plugin doesn't implement "locking" of chat or voice - it implemented in basecomms.
I will wait review of plugin and then i will think about full replacement of basecomm. Will be necessary to consult with plugin approvers
ppalex is offline
ppalex
Senior Member
Join Date: Nov 2012
Location: Russia, near the Moscow
Old 02-01-2013 , 04:07   Re: [source 2009] SourceComms (0.7.114-beta)
Reply With Quote #19

I remembered that the biggest problem is that my plugin should be named basecomm.smx, otherwise it will not be compatible with all other plugins, which use the original basecomm.smx
ppalex is offline
Root_
Veteran Member
Join Date: Jan 2012
Location: ryssland
Old 02-01-2013 , 04:46   Re: [source 2009] SourceComms (0.7.114-beta)
Reply With Quote #20

Quote:
Originally Posted by ppalex View Post
I remembered that the biggest problem is that my plugin should be named basecomm.smx, otherwise it will not be compatible with all other plugins, which use the original basecomm.smx
please explain me why that? Usually plugins is dealing with each other using natives, not plugin name
Spoiler
__________________


dodsplugins.com - Plugins and Resources for Day of Defeat
http://twitch.tv/zadroot
Root_ 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 21:13.


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