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
databomb
Veteran Member
Join Date: Jun 2009
Location: california
Old 06-13-2016 , 19:30   Re: [CS:S/CS:GO] SM_Hosties (v2.2.0, 2015-08-15)
Reply With Quote #2661

Quote:
Originally Posted by r3D w0LF View Post
Players get slapped on gun toss, reason: CTs are not allowed to drop guns.
Another bug, when there are 2 CTs, and T wins a LR against the first CT, the 2nd CT will get slayed for interrupting the LR.
1) Hosties is not causing any slaps. Contact your other plugin author for assistance. If you're using MyJailbreak, shanapu will assist you.

2) This could occur if the 2nd CT kills the 1st CT. Change your sm_hosties_lr_p_killed_action convar to 0 to change the behavior If this is not the case, provide your game (CS:S/CS:GO) your hosties config and the exact LR used to reproduce this.
__________________

Last edited by databomb; 06-13-2016 at 19:30.
databomb is offline
databomb
Veteran Member
Join Date: Jun 2009
Location: california
Old 06-13-2016 , 19:37   Re: [CS:S/CS:GO] SM_Hosties (v2.2.0, 2015-08-15)
Reply With Quote #2662

Quote:
Originally Posted by shanapu View Post
as far as I know he is using MyJailbreak which includes a gun drop prevention, BUT this is disabled on last request :/ ?

https://github.com/shanapu/MyJailbre...sp#L3018-L3028
https://github.com/shanapu/MyJailbre...sp#L2928-L2936
shanapu, it's recommended that you replace line 2936 to

PHP Code:
if (!IsClientInLastRequest(client)) 
or make another boolean to check for if OnAvailableLR triggered in AllowDropTimer
__________________

Last edited by databomb; 06-13-2016 at 19:43.
databomb is offline
shanapu
Veteran Member
Join Date: Apr 2015
Location: .de
Old 06-15-2016 , 11:48   Re: [CS:S/CS:GO] SM_Hosties (v2.2.0, 2015-08-15)
Reply With Quote #2663

Quote:
Originally Posted by databomb View Post
shanapu, it's recommended that you replace line 2936 to

PHP Code:
if (!IsClientInLastRequest(client)) 
or make another boolean to check for if OnAvailableLR triggered in AllowDropTimer
Thanks for the hint!
Is implemented in the next update.
__________________
coding & free software
shanapu is offline
databomb
Veteran Member
Join Date: Jun 2009
Location: california
Old 06-15-2016 , 16:00   Re: [CS:S/CS:GO] SM_Hosties (v2.2.0, 2015-08-15)
Reply With Quote #2664

Actually, I think there is a bug with OnAvailableLR because if it is available at the start of the round then the forward will not fire until someone dies. I'm not sure the best way to fix this. We don't want a race condition with a round_start event either so maybe a round_start post hook with a small timer delay to check if: # of Ts alive at start of round is <= sm_hosties_lr_ts_max convar.

What are your thoughts shanapu?
__________________
databomb is offline
murrvg
Member
Join Date: Mar 2015
Old 06-16-2016 , 04:47   Re: [CS:S/CS:GO] SM_Hosties (v2.2.0, 2015-08-15)
Reply With Quote #2665

After csgo update 16.06 microphones T and CT dont work correctly. After 30sec T cant hear CT
murrvg is offline
SkippYSB
Junior Member
Join Date: Dec 2015
Old 06-16-2016 , 07:06   Re: [CS:S/CS:GO] SM_Hosties (v2.2.0, 2015-08-15)
Reply With Quote #2666

Quote:
Originally Posted by murrvg View Post
After csgo update 16.06 microphones T and CT dont work correctly. After 30sec T cant hear CT
– The convar sv_alltalk has been replaced with sv_talk_enemy_dead and sv_talk_enemy_alive.

I tried to replace sv_alltalk with:
sv_talk_enemy_living 1
sv_talk_enemy_dead 1

Double check all configs for it, gamemode settings etc..

It works, aswell the mute in the beginning.
SkippYSB is offline
weeeishy
Senior Member
Join Date: Jul 2015
Location: Kuwait
Old 06-16-2016 , 09:15   Re: [CS:S/CS:GO] SM_Hosties (v2.2.0, 2015-08-15)
Reply With Quote #2667

Quote:
Originally Posted by SkippYSB View Post
– The convar sv_alltalk has been replaced with sv_talk_enemy_dead and sv_talk_enemy_alive.

I tried to replace sv_alltalk with:
sv_talk_enemy_living 1
sv_talk_enemy_dead 1

Double check all configs for it, gamemode settings etc..

It works, aswell the mute in the beginning.
Thank you, it works well for me now.
__________________
weeeishy is offline
shanapu
Veteran Member
Join Date: Apr 2015
Location: .de
Old 06-17-2016 , 17:06   Re: [CS:S/CS:GO] SM_Hosties (v2.2.0, 2015-08-15)
Reply With Quote #2668

Quote:
Originally Posted by databomb View Post
Actually, I think there is a bug with OnAvailableLR because if it is available at the start of the round then the forward will not fire until someone dies. I'm not sure the best way to fix this. We don't want a race condition with a round_start event either so maybe a round_start post hook with a small timer delay to check if: # of Ts alive at start of round is <= sm_hosties_lr_ts_max convar.

What are your thoughts shanapu?
I supposed after some bugreports that OnAvailableLR may doesnt trigger all time, but couldn't narrow the problem. Atm I'm muddled up a bit. I will investigate the code next days and give a reply.

Btw I really appreciate you merged my sv_tags pullrequest!
__________________
coding & free software
shanapu is offline
databomb
Veteran Member
Join Date: Jun 2009
Location: california
Old 06-17-2016 , 21:59   Re: [CS:S/CS:GO] SM_Hosties (v2.2.0, 2015-08-15)
Reply With Quote #2669

Version 2.2.2 Stable
- Builds on 1.8 without compiler warnings
- Added convar sm_hosties_lr_removearmor to optionally strip armor before LRs begin (thanks Graffiti007)
- Allows other sv_tags to be added to server (thanks shanapu)

Version 2.2.3 Beta

- Forward OnAvailableLR Fixed for MyJailbreak and other plugins
- Fixes NoScope LR where players could quickly scope and then shoot
- Made smooth Third-Person Knife Fight LR for CSGO (thanks Bara)
__________________

Last edited by databomb; 06-19-2016 at 09:33.
databomb is offline
Include1
Member
Join Date: Feb 2016
Old 06-19-2016 , 03:37   Re: [CS:S/CS:GO] SM_Hosties (v2.2.0, 2015-08-15)
Reply With Quote #2670

Where can I download 2.3?

Last edited by Include1; 06-19-2016 at 07:05.
Include1 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 11:15.


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