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
Graffiti
AlliedModders Donor
Join Date: Aug 2013
Location: Russia
Old 06-11-2014 , 15:12   Re: [CS:S/CS:GO] SM_Hosties (v2.1.0)
Reply With Quote #2271

SM_Hosties (v2.1.0)

Sourcemod 1.6.0


errors

L 06/11/2014 - 21:11:05: [SM] Native "SetEntPropEnt" reported: Entity 1 (1) is invalid
L 06/11/2014 - 21:11:05: [SM] Displaying call stack trace for plugin "sm_hosties.smx":
L 06/11/2014 - 21:11:05: [SM] [0] Line 196, H:\Source SDK-stuff\SourceMod-scripting\include\lastrequest.inc::SetFirstPe rson()
L 06/11/2014 - 21:11:05: [SM] [1] Line 1258, hosties/lastrequest.sp::CleanupLastRequest()
L 06/11/2014 - 21:11:05: [SM] [2] Line 968, hosties/lastrequest.sp::LastRequest_PlayerDeath()
__________________
Russian TTT CSGO


Last edited by Graffiti; 06-11-2014 at 15:13.
Graffiti is offline
Meitis
Member
Join Date: Jan 2014
Old 06-11-2014 , 16:14   Re: [CS:S/CS:GO] SM_Hosties (v2.1.0)
Reply With Quote #2272

Easy to fix, in your lastrequest.inc, change this line:
Quote:
SetEntPropEnt(client, Prop_Send, "m_hObserverTarget", 1);
to this:
Quote:
SetEntPropEnt(client, Prop_Send, "m_hObserverTarget", client);
Meitis is offline
Tugamars
Member
Join Date: Mar 2014
Old 06-12-2014 , 07:21   Re: [CS:S/CS:GO] SM_Hosties (v2.1.0)
Reply With Quote #2273

Someone can help me ?

https://forums.alliedmods.net/showth...09#post2150309

Thanks
Tugamars is offline
TibetTrox
Junior Member
Join Date: Jun 2014
Old 06-20-2014 , 06:35   Re: [CS:S/CS:GO] SM_Hosties (v2.1.0)
Reply With Quote #2274

A Ask? How can i change that only 1 T can do !lr?
TibetTrox is offline
dataviruset
AlliedModders Donor
Join Date: Feb 2009
Location: Hong Kong
Old 06-20-2014 , 07:18   Re: [CS:S/CS:GO] SM_Hosties (v2.1.0)
Reply With Quote #2275

Quote:
Originally Posted by TibetTrox View Post
A Ask? How can i change that only 1 T can do !lr?
Right now, if I remember correctly, this is not possible. What you can do is change so that LR is enabled when there's only one T left.


Code:
// The maximum number of terrorists left to enable LR: 0 - LR is always enabled, >0 - maximum number of Ts
// -
// Default: "2"
// Minimum: "0.000000"
// Maximum: "63.000000"
sm_hosties_lr_ts_max "1"
dataviruset is offline
TibetTrox
Junior Member
Join Date: Jun 2014
Old 06-20-2014 , 08:03   Re: [CS:S/CS:GO] SM_Hosties (v2.1.0)
Reply With Quote #2276

A Ask? How can i change that player are muted after she died?
TibetTrox is offline
Graffiti
AlliedModders Donor
Join Date: Aug 2013
Location: Russia
Old 06-21-2014 , 06:22   Re: [CS:S/CS:GO] SM_Hosties (v2.1.0)
Reply With Quote #2277

errors

L 06/21/2014 - 13:41:48: [SM] Native "ReadPackCell" reported: DataPack operation is out of bounds.
L 06/21/2014 - 13:41:48: [SM] Displaying call stack trace for plugin "sm_hosties.smx":
L 06/21/2014 - 13:41:48: [SM] [0] Line 3562, hosties/lastrequest.sp::InitializeGame()
L 06/21/2014 - 13:41:48: [SM] [1] Line 3474, hosties/lastrequest.sp::MainAskHandler()
__________________
Russian TTT CSGO

Graffiti is offline
dataviruset
AlliedModders Donor
Join Date: Feb 2009
Location: Hong Kong
Old 06-21-2014 , 12:36   Re: [CS:S/CS:GO] SM_Hosties (v2.1.0)
Reply With Quote #2278

Quote:
Originally Posted by TibetTrox View Post
A Ask? How can i change that player are muted after she died?
Have a look at these convars:

Code:
// 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"
dataviruset is offline
Hinarion
Junior Member
Join Date: May 2012
Old 06-22-2014 , 20:32   Re: [CS:S/CS:GO] SM_Hosties (v2.1.0)
Reply With Quote #2279

I edited the post. Now i run the server and sm_hosties is there, but, when someone enters on CT team, the server crashes without errors in console.

Can someone help me?
__________________

Last edited by Hinarion; 06-24-2014 at 16:08.
Hinarion is offline
Pokenav
New Member
Join Date: Jun 2014
Old 06-25-2014 , 20:58   Re: [CS:S/CS:GO] SM_Hosties (v2.1.0)
Reply With Quote #2280

Quote:
Originally Posted by Hinarion View Post
I edited the post. Now i run the server and sm_hosties is there, but, when someone enters on CT team, the server crashes without errors in console.

Can someone help me?
Same...
Pokenav 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 10:50.


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