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
Ownkruid
Senior Member
Join Date: Nov 2013
Old 08-17-2014 , 17:58   Re: [CS:S/CS:GO] SM_Hosties (v2.1.0)
Reply With Quote #2331

Using latest version of everything and getting these errors:

Code:
L 08/17/2014 - 19:43:03: SourceMod error session started
L 08/17/2014 - 19:43:03: Info (map "jb_clouds_final4") (file "errors_20140817.log")
L 08/17/2014 - 19:43:03: [SM] Native "CloseHandle" reported: Handle bee90345 is invalid (error 1)
L 08/17/2014 - 19:43:03: [SM] Displaying call stack trace for plugin "sm_hosties.smx":
L 08/17/2014 - 19:43:03: [SM]   [0]  Line 258, hosties/muteprisoners.sp::MutePrisoners_RoundEnd()
L 08/17/2014 - 20:22:48: Error log file session closed.
I reckon these errors are related to the random crashes we are having.
__________________




Ownkruid is offline
Amoniks
New Member
Join Date: Aug 2014
Old 08-27-2014 , 15:43   Re: [CS:S/CS:GO] SM_Hosties (v2.1.0)
Reply With Quote #2332

Sounds didnt works ?
Amoniks is offline
Bara
AlliedModders Donor
Join Date: Apr 2012
Location: Germany
Old 08-27-2014 , 16:05   Re: [CS:S/CS:GO] SM_Hosties (v2.1.0)
Reply With Quote #2333

Quote:
Originally Posted by Amoniks View Post
Sounds didnt works ?
Sounds works fine on some public server. (csgo)
Try this: https://github.com/Bara20/hosties2 (no compiled plugin)
__________________
Discord (Bara#5006) | My Plugins (GitHub)
You like my work? Support is not a crime.
Bara is offline
Meitis
Member
Join Date: Jan 2014
Old 08-27-2014 , 18:11   Re: [CS:S/CS:GO] SM_Hosties (v2.1.0)
Reply With Quote #2334

I compiled the version bara just posted, if the sounds still don't work tell me because I didn't use the default emitsoundany include file so that might've broken it (cba to put the default version on atm if nobody complains that my edited one is broken in cs:go)

EDIT: before anyone will complain I didn't release the entire code of what I compiled, I also added my custom version of the emitsoundany include file. Just some very small changes in it
Attached Files
File Type: inc emitsoundany.inc (6.0 KB, 135 views)

Last edited by asherkin; 08-28-2014 at 06:24. Reason: Removed binary, no source code.
Meitis is offline
mclovinbam
New Member
Join Date: Aug 2013
Old 08-28-2014 , 19:13   Re: [CS:S/CS:GO] SM_Hosties (v2.1.0)
Reply With Quote #2335

im getting this error im not sure where from but this is the error.

Error reading weapon data file for: weapon_usp
..\..\game\shared\cstrike15\weapon_csbase.cpp (1190) : Weapon '' script file not found, but its data was accessed. This error is fatal.
mclovinbam is offline
DorCoMaNdO
Senior Member
Join Date: Feb 2012
Old 08-28-2014 , 22:22   Re: [CS:S/CS:GO] SM_Hosties (v2.1.0)
Reply With Quote #2336

Quote:
Originally Posted by mclovinbam View Post
im getting this error im not sure where from but this is the error.

Error reading weapon data file for: weapon_usp
..\..\game\shared\cstrike15\weapon_csbase.cpp (1190) : Weapon '' script file not found, but its data was accessed. This error is fatal.
Change weapon_usp to another weapon in the config.
DorCoMaNdO is offline
kimenn
Junior Member
Join Date: Aug 2014
Old 08-30-2014 , 01:10   Re: [CS:S/CS:GO] SM_Hosties (v2.1.0)
Reply With Quote #2337

hi
I am setting up the jailbreak server.

I want to like this : CT : 1 player T: 30 player

What settings should I change from?
kimenn is offline
radussteam
Junior Member
Join Date: Sep 2014
Old 09-01-2014 , 11:54   Re: [CS:S/CS:GO] SM_Hosties (v2.1.0)
Reply With Quote #2338

Code:
L 09/01/2014 - 17:47:50: [SM] Plugin encountered error 4: Invalid parameter or parameter type L 09/01/2014 - 17:47:50: [SM] Native "PrintToChat" reported: Language phrase "Hot Potato Pickup" not found L 09/01/2014 - 17:47:50: [SM] Displaying call stack trace for plugin "sm_hosties.smx": L 09/01/2014 - 17:47:50: [SM]   [0]  Line 1974, hosties/lastrequest.sp::OnWeaponEquip()
Code:
L 09/01/2014 - 17:50:03: [SM] Plugin encountered error 4: Invalid parameter or parameter type L 09/01/2014 - 17:50:03: [SM] Native "Format" reported: Language phrase "Pistol_P250" not found L 09/01/2014 - 17:50:03: [SM] Displaying call stack trace for plugin "sm_hosties.smx": L 09/01/2014 - 17:50:03: [SM]   [0]  Line 2882, hosties/lastrequest.sp::LR_Selection_Handler()
Code:
L 09/01/2014 - 17:50:54: [SM] Plugin encountered error 4: Invalid parameter or parameter type L 09/01/2014 - 17:50:54: [SM] Native "Format" reported: Language phrase "NSW_SSG08" not found L 09/01/2014 - 17:50:54: [SM] Displaying call stack trace for plugin "sm_hosties.smx": L 09/01/2014 - 17:50:54: [SM]   [0]  Line 2933, hosties/lastrequest.sp::LR_Selection_Handler()
mag4mag not work
scope not work
gun toss don't have ammo

Nothing edited on plugin!
Please help

Last edited by radussteam; 09-01-2014 at 11:55.
radussteam is offline
Meitis
Member
Join Date: Jan 2014
Old 09-01-2014 , 12:36   Re: [CS:S/CS:GO] SM_Hosties (v2.1.0)
Reply With Quote #2339

Put the translation files on your server (at least the hosties.phrases.txt in the following link)
https://github.com/Bara20/hosties2/t...d/translations

EDIT: just to give some extra information, place that hosties.phrases.txt file inside the addons/sourcemod/translations folder on your server

Last edited by Meitis; 09-01-2014 at 13:12.
Meitis is offline
Bara
AlliedModders Donor
Join Date: Apr 2012
Location: Germany
Old 09-08-2014 , 19:51   Re: [CS:S/CS:GO] SM_Hosties (v2.1.0)
Reply With Quote #2340

In the last few days/weeks there have been many innovations and changes.

Overview:
https://github.com/Bara20/SM_Hosties...1d404...master

Current stable version (not guaranteed):
https://github.com/Bara20/SM_Hosties...osties-2.1.3b2

Thanks to Meitis for his work.
https://github.com/Bara20/SM_Hosties...author=MVermue
__________________
Discord (Bara#5006) | My Plugins (GitHub)
You like my work? Support is not a crime.

Last edited by Bara; 09-09-2014 at 06:22.
Bara 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 05:37.


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