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

Advanced Commands (0.16)


Post New Thread Reply   
 
Thread Tools Display Modes
kusal11
Junior Member
Join Date: Jan 2010
Old 01-26-2011 , 01:15   Re: Advanced Commands (0.16)
Reply With Quote #461

brilliant, cant believe I didn't find this earlier.
All this time I was head banging with SM Super Commands
kusal11 is offline
wtfaatp
Senior Member
Join Date: Jul 2010
Old 01-29-2011 , 02:10   Re: Advanced Commands (0.16)
Reply With Quote #462

Dosen't seem like anything big still thought i'd post about it thou
Code:
L 01/29/2011 - 00:41:30: [SM] Native "FindTopMenuCategory" reported: Invalid Handle 0 (error: 4)
L 01/29/2011 - 00:41:30: [SM] Displaying call stack trace for plugin "advcommands.smx":
L 01/29/2011 - 00:41:30: [SM]   [0]  Line 1083, advcommands.sp::OnAdminMenuReady()
L 01/29/2011 - 00:41:30: [SM]   [1]  Line 606, advcommands.sp::OnPluginStart()
wtfaatp is offline
Land of plenty
SourceMod Donor
Join Date: Aug 2010
Location: location location
Old 01-30-2011 , 00:04   Re: Advanced Commands (0.16)
Reply With Quote #463

sm_armour does not work now for Hl2mp

asherkin has the reason in this post:

https://forums.alliedmods.net/showpo...9&postcount=17

I can upload dump files if you want them. Just let me know which ones.

Last edited by Land of plenty; 01-30-2011 at 00:33.
Land of plenty is offline
xaider
Senior Member
Join Date: Jan 2009
Location: Russia, Ryazan
Old 01-30-2011 , 06:52   Re: Advanced Commands (0.16)
Reply With Quote #464

Line #1759
-
SetEntProp(targets[i], Prop_Send, "m_ArmorValue", val);
+
SetEntProp(targets[i], (game == GAME_HL2MP) ? Prop_Data : Prop_Send, "m_ArmorValue", val);
__________________
Life don't forgive weaknesses..
xaider is offline
Send a message via ICQ to xaider Send a message via Skype™ to xaider
Land of plenty
SourceMod Donor
Join Date: Aug 2010
Location: location location
Old 02-02-2011 , 04:37   Re: Advanced Commands (0.16)
Reply With Quote #465

You also need:

Line #1746
-
new val = GetEntProp(t,Prop_Send,"m_ArmorValue");
+
new val = GetEntProp(t, (game == GAME_HL2MP) ? Prop_Data : Prop_Send,"m_ArmorValue");
Land of plenty is offline
eXplode82
Senior Member
Join Date: Oct 2009
Location: Serbia
Old 02-04-2011 , 15:18   Re: Advanced Commands (0.16)
Reply With Quote #466

I added in server.cfg:

Code:
sm_adv_limitteams 0
sm_adv_autoteambalance 0
In the console of the server writes unknown commands
Counter Strike Source, Linux Platform.
What could be a problem ?
It is also mp_autoteambalance 0

All other commands are working mint.


Thanks

Last edited by eXplode82; 02-04-2011 at 17:21.
eXplode82 is offline
Send a message via MSN to eXplode82
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 02-04-2011 , 17:23   Re: Advanced Commands (0.16)
Reply With Quote #467

Quote:
Originally Posted by eXplode82 View Post
I added in server.cfg:

Code:
sm_adv_limitteams 0
sm_adv_autoteambalance 0
In the console of the server writes unknown commands
Counter Strike Source, Linux Platform.
What could be a problem ?
It is also mp_autoteambalance 0

All other commands are working mint.


Thanks
Quote:
  • sm_adv_autoteambalance 0/1 - Enable automatic team balance (WARNING: present only when mp_autoteambalance is not exist)
  • sm_adv_limitteams <#> - Max # of players 1 team can have over another (WARNING: present only when mp_limitteams is not exist)
Bacardi is offline
eXplode82
Senior Member
Join Date: Oct 2009
Location: Serbia
Old 02-04-2011 , 20:12   Re: Advanced Commands (0.16)
Reply With Quote #468

I tried to put the mp_autoteambalance 1 but continues to write unknown commands
eXplode82 is offline
Send a message via MSN to eXplode82
jameless
Veteran Member
Join Date: Jan 2010
Old 02-04-2011 , 20:15   Re: Advanced Commands (0.16)
Reply With Quote #469

What that means is if that cvar exists, regardless of its value, it won't create the other cvars. So when the cfg file fires those commands and the cvar doesn't exist, it will say it doesn't exist. In other words, ignore these error messages and set the teambalance using the standard cvar.
jameless is offline
eXplode82
Senior Member
Join Date: Oct 2009
Location: Serbia
Old 02-05-2011 , 02:45   Re: Advanced Commands (0.16)
Reply With Quote #470

It happens that when all the dead are put on a few players switch to the opposite team. I then killed by a round is over

Plugin is great but the problem with the balance began to be happening since I have been threw it.
eXplode82 is offline
Send a message via MSN to eXplode82
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 16:34.


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