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

[CS:S/CS:GO] SM_Hosties (v2.2.0, 2015-08-15)


Post New Thread Reply   
 
Thread Tools Display Modes
namine
SourceMod Donor
Join Date: Jul 2010
Old 09-02-2010 , 02:19   Re: [CSS] SM_Hosties (v1.09)
Reply With Quote #351

Can you remove the Freekiller sound since it's usually not accurate and it gets pretty annoying?
namine is offline
dataviruset
AlliedModders Donor
Join Date: Feb 2009
Location: Hong Kong
Old 09-02-2010 , 02:55   Re: [CSS] SM_Hosties (v1.09)
Reply With Quote #352

Quote:
Originally Posted by namine View Post
Can you remove the Freekiller sound since it's usually not accurate and it gets pretty annoying?

Quote:
// What sound to play if a non-rebelling T gets 'freekilled', relative to the sound-folder: -1 - disable, path - path to sound file (set downloading and precaching in addons/sourcemod/configs/hosties_sounddownloads.ini)
// -
// Default: "sm_hosties/freekill1.mp3"
sm_hosties_freekill_sound "sm_hosties/freekill1.mp3"

// When to play the 'freekill sound': 0 - on freeATTACK, 1 - on freeKILL
// -
// Default: "1"
sm_hosties_freekill_sound_mode "1"
dataviruset is offline
Groger
Veteran Member
Join Date: Oct 2009
Location: Belgium
Old 09-02-2010 , 06:12   Re: [CSS] SM_Hosties (v1.09)
Reply With Quote #353

Code:
L 09/01/2010 - 21:31:53: [SM] Native "IsFakeClient" reported: Client index -3 is invalid
L 09/01/2010 - 21:31:53: [SM] Displaying call stack trace for plugin "sm_hosties.smx":
L 09/01/2010 - 21:31:53: [SM]   [0]  Line 1862, sm_hosties.sp::MainAskHandler()

Code:
L 09/01/2010 - 13:28:11: [SM] Plugin encountered error 25: Call was aborted
L 09/01/2010 - 13:28:11: [SM] Native "ThrowError" reported: SetEntityRenderColor not supported by this mod
L 09/01/2010 - 13:28:11: [SM] Displaying call stack trace for plugin "sm_hosties.smx":
L 09/01/2010 - 13:28:11: [SM]   [0]  Line 405, C:\Users\Gijs\Desktop\sourcemod\addons\sourcemod\scripting\include\entity_prop_stocks.inc::SetEntityRenderColor()
L 09/01/2010 - 13:28:11: [SM]   [1]  Line 1033, sm_hosties.sp::Event_PlayerDeath()
L 09/01/2010 - 13:29:18: [SM] Plugin encountered error 25: Call was aborted
L 09/01/2010 - 13:29:18: [SM] Native "ThrowError" reported: SetEntityRenderColor not supported by this mod
L 09/01/2010 - 13:29:18: [SM] Displaying call stack trace for plugin "sm_hosties.smx":
L 09/01/2010 - 13:29:18: [SM]   [0]  Line 405, C:\Users\Gijs\Desktop\sourcemod\addons\sourcemod\scripting\include\entity_prop_stocks.inc::SetEntityRenderColor()
L 09/01/2010 - 13:29:18: [SM]   [1]  Line 1239, sm_hosties.sp::Event_PlayerDisconnect()

Code:
L 09/01/2010 - 11:11:06: [SM] Native "ForcePlayerSuicide" reported: Client 3 is not in game
L 09/01/2010 - 11:11:06: [SM] Displaying call stack trace for plugin "sm_hosties.smx":
L 09/01/2010 - 11:11:06: [SM]   [0]  Line 2309, sm_hosties.sp::RPSmenuHandler()
L 09/01/2010 - 11:11:06: [SM] Native "ForcePlayerSuicide" reported: Client 4 is not in game
L 09/01/2010 - 11:11:06: [SM] Displaying call stack trace for plugin "sm_hosties.smx":
L 09/01/2010 - 11:11:06: [SM]   [0]  Line 2309, sm_hosties.sp::RPSmenuHandler()
Some errors, plz whene you have time take a look at them
thx
Groger is offline
namine
SourceMod Donor
Join Date: Jul 2010
Old 09-02-2010 , 13:41   Re: [CSS] SM_Hosties (v1.09)
Reply With Quote #354

Quote:
Originally Posted by namine View Post
Can you remove the Freekiller sound since it's usually not accurate and it gets pretty annoying?
I mean completely remove it.
namine is offline
ojmdk476oj
AlliedModders Donor
Join Date: Dec 2009
Old 09-02-2010 , 13:50   Re: [CSS] SM_Hosties (v1.09)
Reply With Quote #355

Quote:
Originally Posted by namine View Post
I mean completely remove it.
Just set
Code:
// What sound to play if a non-rebelling T gets 'freekilled', relative to the sound-folder: -1 - disable, path - path to sound file (set downloading and precaching in addons/sourcemod/configs/hosties_sounddownloads.ini)
// -
// Default: "sm_hosties/freekill1.mp3"
sm_hosties_freekill_sound "sm_hosties/freekill1.mp3"
To

Code:
// What sound to play if a non-rebelling T gets 'freekilled', relative to the sound-folder: -1 - disable, path - path to sound file (set downloading and precaching in addons/sourcemod/configs/hosties_sounddownloads.ini)
// -
// Default: "sm_hosties/freekill1.mp3"
sm_hosties_freekill_sound ""
That is what i did
ojmdk476oj is offline
dataviruset
AlliedModders Donor
Join Date: Feb 2009
Location: Hong Kong
Old 09-02-2010 , 14:07   Re: [CSS] SM_Hosties (v1.09)
Reply With Quote #356

Quote:
Originally Posted by namine View Post
I mean completely remove it.
Why? You can disable the sound yourself.
Set sm_hosties_freekill_sound to "-1".
dataviruset is offline
dataviruset
AlliedModders Donor
Join Date: Feb 2009
Location: Hong Kong
Old 09-02-2010 , 15:07   Re: [CSS] SM_Hosties (v1.09)
Reply With Quote #357

Quote:
Originally Posted by Groger View Post
Code:
L 09/01/2010 - 21:31:53: [SM] Native "IsFakeClient" reported: Client index -3 is invalid
L 09/01/2010 - 21:31:53: [SM] Displaying call stack trace for plugin "sm_hosties.smx":
L 09/01/2010 - 21:31:53: [SM]   [0]  Line 1862, sm_hosties.sp::MainAskHandler()
Code:
L 09/01/2010 - 13:28:11: [SM] Plugin encountered error 25: Call was aborted
L 09/01/2010 - 13:28:11: [SM] Native "ThrowError" reported: SetEntityRenderColor not supported by this mod
L 09/01/2010 - 13:28:11: [SM] Displaying call stack trace for plugin "sm_hosties.smx":
L 09/01/2010 - 13:28:11: [SM]   [0]  Line 405, C:\Users\Gijs\Desktop\sourcemod\addons\sourcemod\scripting\include\entity_prop_stocks.inc::SetEntityRenderColor()
L 09/01/2010 - 13:28:11: [SM]   [1]  Line 1033, sm_hosties.sp::Event_PlayerDeath()
L 09/01/2010 - 13:29:18: [SM] Plugin encountered error 25: Call was aborted
L 09/01/2010 - 13:29:18: [SM] Native "ThrowError" reported: SetEntityRenderColor not supported by this mod
L 09/01/2010 - 13:29:18: [SM] Displaying call stack trace for plugin "sm_hosties.smx":
L 09/01/2010 - 13:29:18: [SM]   [0]  Line 405, C:\Users\Gijs\Desktop\sourcemod\addons\sourcemod\scripting\include\entity_prop_stocks.inc::SetEntityRenderColor()
L 09/01/2010 - 13:29:18: [SM]   [1]  Line 1239, sm_hosties.sp::Event_PlayerDisconnect()
Code:
L 09/01/2010 - 11:11:06: [SM] Native "ForcePlayerSuicide" reported: Client 3 is not in game
L 09/01/2010 - 11:11:06: [SM] Displaying call stack trace for plugin "sm_hosties.smx":
L 09/01/2010 - 11:11:06: [SM]   [0]  Line 2309, sm_hosties.sp::RPSmenuHandler()
L 09/01/2010 - 11:11:06: [SM] Native "ForcePlayerSuicide" reported: Client 4 is not in game
L 09/01/2010 - 11:11:06: [SM] Displaying call stack trace for plugin "sm_hosties.smx":
L 09/01/2010 - 11:11:06: [SM]   [0]  Line 2309, sm_hosties.sp::RPSmenuHandler()
Some errors, plz whene you have time take a look at them
thx
I'm debugging right now, thanks for the error logs!
I don't know about the second one though, I think it was a temporary error because of the latest CS:S update and that it was fixed with a SourceMod gamedata update push.
dataviruset is offline
Annihilator
Senior Member
Join Date: Nov 2006
Location: Lithuania
Old 09-03-2010 , 16:35   Re: [CSS] SM_Hosties (v1.09)
Reply With Quote #358

Could you maybe add support for emute/pmute plugins, becouse now players get unmuted even if they were muted with pmute or emute plugins.
Annihilator is offline
Groger
Veteran Member
Join Date: Oct 2009
Location: Belgium
Old 09-03-2010 , 17:46   Re: [CSS] SM_Hosties (v1.09)
Reply With Quote #359

Quote:
Originally Posted by Annihilator View Post
Could you maybe add support for emute/pmute plugins, becouse now players get unmuted even if they were muted with pmute or emute plugins.
Indeed its a bit annoying that players get unmuted that where muted on purpuse, I know its probably impossible to fix that.. but maybe?
Groger is offline
dataviruset
AlliedModders Donor
Join Date: Feb 2009
Location: Hong Kong
Old 09-03-2010 , 17:48   Re: [CSS] SM_Hosties (v1.09)
Reply With Quote #360

Hmm. Then I have to implement some "isn't affected by mute flag".
Is it really that important? ^^
dataviruset 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 19:00.


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