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

ExtendedComm v3.0.8b (Updated: 4/17/11)


Post New Thread Reply   
 
Thread Tools Display Modes
ozgaming
SourceMod Donor
Join Date: Aug 2011
Old 06-04-2012 , 09:15   Re: ExtendedComm v3.0.8b (Updated: 4/17/11)
Reply With Quote #291

Our VIPs have found they can use the commands !gag ect. They have flags "a" "r" "s". Anyone know why this would be possible?
ozgaming is offline
shavit
AlliedModders Donor
Join Date: Dec 2011
Location: Israel
Old 06-04-2012 , 11:34   Re: ExtendedComm v3.0.8b (Updated: 4/17/11)
Reply With Quote #292

Quote:
Originally Posted by ozgaming View Post
Our VIPs have found they can use the commands !gag ect. They have flags "a" "r" "s". Anyone know why this would be possible?
Dont use advanced voice commucations with this plugin.
anyways:
Code:
if(client && !CheckCommandAccess(client, "sm_mute", ADMFLAG_CHAT))
		return Plugin_Continue;
They have chat/mute access? [maybe you dont posted all the flags.]
__________________
retired

Last edited by shavit; 06-04-2012 at 11:34.
shavit is offline
thetwistedpanda
Good Little Panda
Join Date: Sep 2008
Old 06-04-2012 , 13:01   Re: ExtendedComm v3.0.8b (Updated: 4/17/11)
Reply With Quote #293

ozgaming, make sure you have the latest version, it was fixed a while back ago.
__________________
thetwistedpanda is offline
ozgaming
SourceMod Donor
Join Date: Aug 2011
Old 06-04-2012 , 18:30   Re: ExtendedComm v3.0.8b (Updated: 4/17/11)
Reply With Quote #294

Quote:
Originally Posted by thetwistedpanda View Post
ozgaming, make sure you have the latest version, it was fixed a while back ago.
that must be it, will give it a go thanks
ozgaming is offline
itsme
Junior Member
Join Date: Jul 2011
Old 07-06-2012 , 12:14   Re: ExtendedComm v3.0.8b (Updated: 4/17/11)
Reply With Quote #295

i cant see the length in the mute/gag/silence duration menu all mutes gags silences are only temporary


any help?

before i was runing Extended Comm v.2.2.4 and there i was able to mute gag slience 5min 10min 20min and so on

Last edited by itsme; 07-06-2012 at 12:16.
itsme is offline
mickael002
Senior Member
Join Date: Jul 2010
Old 07-12-2012 , 15:46   Re: ExtendedComm v3.0.8b (Updated: 4/17/11)
Reply With Quote #296

Doesn't work.

Any additional menu
Any table created on database.
mickael002 is offline
thetwistedpanda
Good Little Panda
Join Date: Sep 2008
Old 07-12-2012 , 15:54   Re: ExtendedComm v3.0.8b (Updated: 4/17/11)
Reply With Quote #297

Works fine, you're doing it wrong. O.o
__________________
thetwistedpanda is offline
AeroAcrobat
AlliedModders Donor
Join Date: Apr 2011
Location: lives in a circus
Old 07-17-2012 , 06:52   Re: ExtendedComm v3.0.8b (Updated: 4/17/11)
Reply With Quote #298

Hi,
just installed and getting the following error:
Spoiler


Database.cfg:
Code:
    extendedcomm_database "extendedcomm"
    "extendedcomm"
    {
        "driver"             "mysql"
        "host"             "localhost"
        "database"     "extendedcomm"
        "user"             "xxx"
        "pass"             "xxx"
    }

extendedcomm.cfg:

Code:
// The database configuration for ExtendedComm. Use "" to connect to a local sqlite database.
// -
// Default: ""
extendedcomm_database "extendedcomm"
I also executed this manually:
Code:
CREATE TABLE IF NOT EXISTS extendedcomm (primary_key int(4) PRIMARY KEY default 0, current_version varchar(8) NOT NULL default '', current_update int(4) NOT NULL default 0, current_database varchar(32) NOT NULL default '', last_prune int(12) NOT NULL default 0)
Nothing has been written in the databse.
__________________
AeroAcrobat is offline
thetwistedpanda
Good Little Panda
Join Date: Sep 2008
Old 07-17-2012 , 06:56   Re: ExtendedComm v3.0.8b (Updated: 4/17/11)
Reply With Quote #299

Your database connection isn't valid, hence the error.
__________________
thetwistedpanda is offline
AeroAcrobat
AlliedModders Donor
Join Date: Apr 2011
Location: lives in a circus
Old 07-17-2012 , 08:48   Re: ExtendedComm v3.0.8b (Updated: 4/17/11)
Reply With Quote #300

Quote:
Originally Posted by thetwistedpanda View Post
Your database connection isn't valid, hence the error.
looks like I needed to restart the server.... >_<
http://www.youtube.com/watch?feature...FB1P_Mn8#t=25s
everything works now
__________________

Last edited by AeroAcrobat; 07-17-2012 at 08:51.
AeroAcrobat is offline
Reply


Thread Tools
Display Modes

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 14:02.


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