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

all talk is not working while using SM_hosties plug


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
7UpDiet
Junior Member
Join Date: Nov 2016
Old 11-09-2016 , 11:29   all talk is not working while using SM_hosties plug
Reply With Quote #1

hello guys, i have a deditcated server, i uploaded SM_hosties plug to play jailbreak

i tried enabling voice chat for all players using command

1-sv_alltalk 1
1- sm_cvar all talk 1

used it in server.cfg and even tried them in gamemod_casual.cfg

not to mention in game console which said its set to 1 yet i cant hear other team talking

is there a way to access the plugin files and enable voice chat?


i used this plugin : https://forums.alliedmods.net/showthread.php?t=108810

my server is hosted on gameservers.com and i installed sourcemod, metamod and even SM_hosties that came with the host.... but then i overwrote it with the plugin above.

even though it said all talk is on

i was unable to talk to CT as a T

i tried everything im desperate, i hope someone help me

sorry if i posted this topic in the wrong place, i thought its the closest it can be to my issue


7UpDiet is offline
checkster
BANNED
Join Date: Apr 2007
Location: Norway
Old 11-09-2016 , 11:33   Re: all talk is not working while using SM_hosties plug
Reply With Quote #2

// Setting for muting terrorists automatically: 0 - disable, 1 - terrorists are muted the first few seconds of a round, 2 - terrorists are muted when they die, 3 - both
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "3.000000"
sm_hosties_mute "1"

// Setting for muting counter-terrorists automatically when they die (requires sm_hosties_mute 2 or 3): 0 - disable, 1 - enable
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_hosties_mute_ct "0"

// Admin flags which are immune from getting muted: 0 - nobody, 1 - all admins, flag values: abcdefghijklmnopqrst
// -
// Default: "z"
sm_hosties_mute_immune "z"
checkster is offline
sneaK
SourceMod Moderator
Join Date: Feb 2015
Location: USA
Old 11-09-2016 , 11:34   Re: all talk is not working while using SM_hosties plug
Reply With Quote #3

If CS:GO, also be aware of these cvars, along with what checkster said above:

https://forums.alliedmods.net/showpo...92&postcount=2
__________________
sneaK is offline
7UpDiet
Junior Member
Join Date: Nov 2016
Old 11-09-2016 , 12:13   Re: all talk is not working while using SM_hosties plug
Reply With Quote #4

THANK YOU SO MUCH FOR YOU HELP GUYS!!

i used this


sm_hosties_mute 1
sm_hosties_mute_ct 0
sm_hosties_mute_immune "z"
sv_alltalk 1
sv_deadtalk 1
sv_full_alltalk 1
sv_talk_enemy_living 1



now mics are open from the begning of the round!!

i tried to make it in a way that its only muted for T the first few seconds by replacing the above with this only

sm_hosties_mute 1
sm_hosties_mute_ct 0
sm_hosties_mute_immune "z"
sv_deadtalk 1


but the same problem occurred..so... any tips ?
7UpDiet is offline
checkster
BANNED
Join Date: Apr 2007
Location: Norway
Old 11-11-2016 , 04:04   Re: all talk is not working while using SM_hosties plug
Reply With Quote #5

PHP Code:
public OnPluginStart() 

    
HookEvent("round_start"OnRoundStartEventHookMode_PostNoCopy); 


public 
OnRoundStart(Handle:event, const String:name[], bool:dontBroadcast

    
// Your code here (sm_mute @t 1)

Not my work, but should work and mute the ts the first minute assuming you have a mute plugin with a timer.
checkster 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 12:53.


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