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

Advanced Commands (0.16)


Post New Thread Reply   
 
Thread Tools Display Modes
TnTSCS
AlliedModders Donor
Join Date: Oct 2010
Location: Undisclosed...
Old 10-20-2012 , 00:11   Re: Advanced Commands (0.16)
Reply With Quote #851

server.cfg? That's the wrong file to edit - try editing the plugin's config file... cfg/sourcemod/advcommands.cfg

If the plugin didn't create the file for you or it doesn't exist, then your file permissions need to be adjusted - but it should be there.
__________________
View my Plugins | Donate

Last edited by TnTSCS; 10-20-2012 at 00:11.
TnTSCS is offline
kdawgmaster
Member
Join Date: Jul 2009
Old 10-20-2012 , 00:33   Re: Advanced Commands (0.16)
Reply With Quote #852

Quote:
Originally Posted by TnTSCS View Post
server.cfg? That's the wrong file to edit - try editing the plugin's config file... cfg/sourcemod/advcommands.cfg

If the plugin didn't create the file for you or it doesn't exist, then your file permissions need to be adjusted - but it should be there.

Thats odd the plugin did add on?
kdawgmaster is offline
hamilton5
Veteran Member
Join Date: Oct 2012
Location: USA
Old 11-03-2012 , 07:20   Re: Advanced Commands (0.16)
Reply With Quote #853

Quote:
Some commands, such as swap,lswap,exch,lexch,balance,shuffle,teawswa p,extend and shutdown are accessible from admin menu
some way to disable these menus? having the custom menu & these, seems redundant..

also more explanation on cvars with multiple values; ie sm_adv_notify, sm_adv_admin_vision ?

Last edited by hamilton5; 11-03-2012 at 09:37.
hamilton5 is offline
xaider
Senior Member
Join Date: Jan 2009
Location: Russia, Ryazan
Old 11-04-2012 , 04:32   Re: Advanced Commands (0.16)
Reply With Quote #854

Hm... what currently you don't understand? All values are bitwise OR operations, let's look:

sm_adv_admin_vision 0..15 - Enable admin vision (for: 1 - admins, 2 - fake clients, 4 - all, when sv_alltalk 1, 8 - all)

so (b - binary, d - decimal):

Code:
0001b (1d) - admins can see anytime
0010b (2d) - fake clients (e.g. bots, spectators) can see anytime
0100b (4d) - all can see, when sv_alltalk 1
1000b (8d) - all can see anytime
If you want to set AV only for admins - you just need 0001b (1d), if you want to also enable it for all, when sv_alltalk is 1 - you need 0101b (4d+1d = 5d), and so on...
__________________
Life don't forgive weaknesses..
xaider is offline
Send a message via ICQ to xaider Send a message via Skype™ to xaider
hamilton5
Veteran Member
Join Date: Oct 2012
Location: USA
Old 11-04-2012 , 18:44   Re: Advanced Commands (0.16)
Reply With Quote #855

ahh bitwise.. gotcha, thanks.
now for some sm_cash for cs:go
hamilton5 is offline
Sreaper
髪を用心
Join Date: Nov 2009
Old 11-12-2012 , 21:55   Re: Advanced Commands (0.16)
Reply With Quote #856

xaider, when you have a chance would you please add a cvar to allows users to change spawn protection to use buddha mode instead of god mode? I like being able to rocket jump while being protected.

Or if someone could just tell me the lines I need to change that would be good too. :<

Last edited by Sreaper; 11-12-2012 at 21:59.
Sreaper is offline
11530
Veteran Member
Join Date: Sep 2011
Location: Underworld
Old 11-12-2012 , 22:26   Re: Advanced Commands (0.16)
Reply With Quote #857

Quote:
Originally Posted by Sreaper View Post
xaider, when you have a chance would you please add a cvar to allows users to change spawn protection to use buddha mode instead of god mode? I like being able to rocket jump while being protected.

Or if someone could just tell me the lines I need to change that would be good too. :<
At a quick look it's probably line 1139. Change:

Code:
God(i,0);
to:
Code:
God(i,1);
__________________

Last edited by 11530; 11-12-2012 at 22:54.
11530 is offline
Sreaper
髪を用心
Join Date: Nov 2009
Old 11-12-2012 , 23:55   Re: Advanced Commands (0.16)
Reply With Quote #858

Quote:
Originally Posted by 11530 View Post
At a quick look it's probably line 1139. Change:

Code:
God(i,0);
to:
Code:
God(i,1);
Thank you 11530. It works great!
Sreaper is offline
IcEWoLF
Senior Member
Join Date: Jul 2007
Old 11-13-2012 , 22:32   Re: Advanced Commands (0.16)
Reply With Quote #859

Is everyone able to run this mod with no crash for CS:GO?
__________________
The 47 Ronin Gaming - http://www.47r-squad.com


IcEWoLF is offline
TnTSCS
AlliedModders Donor
Join Date: Oct 2010
Location: Undisclosed...
Old 11-13-2012 , 23:46   Re: Advanced Commands (0.16)
Reply With Quote #860

Quote:
Originally Posted by IcEWoLF View Post
Is everyone able to run this mod with no crash for CS:GO?
I run it w/o issue - windows server 2008 R2
__________________
View my Plugins | Donate
TnTSCS 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 21:30.


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