Raised This Month: $ Target: $400
 0% 

Advanced Commands (0.16)


Post New Thread Reply   
 
Thread Tools Display Modes
sagi97
Member
Join Date: Jun 2011
Old 07-15-2011 , 07:05   Re: Advanced Commands (0.16)
Reply With Quote #591

Hey guys, can you tell me how can I add commands or bunch of commands? Like when I write !lo3 itll do sv_alltalk 0, mp_startmoney 800 ETC..
sagi97 is offline
TnTSCS
AlliedModders Donor
Join Date: Oct 2010
Location: Undisclosed...
Old 07-15-2011 , 09:26   Re: Advanced Commands (0.16)
Reply With Quote #592

Quote:
Originally Posted by sagi97 View Post
Hey guys, can you tell me how can I add commands or bunch of commands? Like when I write !lo3 itll do sv_alltalk 0, mp_startmoney 800 ETC..
definately the wrong section...

What you want is zblock - google zblock

then to use it, after you have the config file all setup, just type rcon zb_lo3 and it will do all of the prep stuff for a match

You can visit a number of different match sites (cevo esea etc) for config files for zblock.
TnTSCS is offline
sagi97
Member
Join Date: Jun 2011
Old 07-15-2011 , 12:24   Re: Advanced Commands (0.16)
Reply With Quote #593

it says that when ill write zb_lo3 itll take the commands from zb_matchconfig.cfg and I dont know where should I put it..

EDIT: I tried to put in in cfg/ folder but when I write rcon zb_lo3 it says "unknown command"

Last edited by sagi97; 07-15-2011 at 12:34.
sagi97 is offline
sinblaster
Grim Reaper
Join Date: Feb 2010
Location: Australia
Old 07-15-2011 , 12:34   Re: Advanced Commands (0.16)
Reply With Quote #594

dude TnT gave you the answer. try reading peoples replies. zb (zblock) has nothing to do with alliedmodders
__________________
Happy Happy Joy Joy

sinblaster is offline
Ravage4
Member
Join Date: Apr 2010
Old 07-17-2011 , 00:38   Re: Advanced Commands (0.16)
Reply With Quote #595

Im not sure if this is relevant to this plugin, but Im pretty sure it is?

When admins have the command 'sm_give', they have access to item list commands, such as kevlar and nightvision.
So like sm_give item_assaultsuit, or whatever will give them kevlar/helmet.

Is there any way to block them from using these commands? I tried putting that exact command into the overrides.cfg to block it, but it doesnt seem to have worked.
Ravage4 is offline
Hekjuh
AlliedModders Donor
Join Date: Feb 2011
Location: Holland
Old 07-29-2011 , 09:51   Re: Advanced Commands (0.16)
Reply With Quote #596

I'm having some troubles with sm_adv_admin_vision. With my config below, all people can see all chat. I have sv_alltalk 1, but normal players (non admin) can see chat from dead people aswel as team chat. I would like dead people to be able to chat to all (whilst team chat stays team chat), and admins to be able to see all chat. Is this possible with this plugin?

Code:
// This file was auto-generated by SourceMod (v1.3.8)
// ConVars for plugin "advcommands.smx"


// Set of admin flags, which allows admin vision
// -
// Default: "j"
sm_adv_admin_flags "j"

// Minimum admin immunity, which grants protection against balancing
// -
// Default: "90"
// Minimum: "0.000000"
sm_adv_admin_immunity "90"

// Enable sm_admins command (1 - generic, 2 - roots)
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "3.000000"
sm_adv_admin_list "1"

// Enable admin vision (for: 1 - admins, 2 - fake clients, 4 - all, when sv_alltalk 1, 8 - all)
// -
// Default: "7"
// Minimum: "0.000000"
// Maximum: "15.000000"
sm_adv_admin_vision "7"

// Enable ban logging (1 - log bans, 2 - log unbans, 4 - log console too)
// -
// Default: "7"
// Minimum: "0.000000"
// Maximum: "7.000000"
sm_adv_banlog "4"

// Enable connect announce (1 - humans, 2 - bots)
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "3.000000"
sm_adv_connect_announce "0"

// Log actions
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_adv_log "1"

// Enable mapconfigs
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_adv_mapcfg "0"

// Enable /me trigger
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_adv_me "0"

// If empty shows MOTD page, elsewhere opens this url
// -
// Default: ""
sm_adv_motd ""

// Player notiications (1 - move,2 - spawn protection,16 - notify in hint)
// -
// Default: "3"
// Minimum: "0.000000"
// Maximum: "31.000000"
sm_adv_notify "3"

// Protect players between rounds
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_adv_round_protection "0"

// Suppress all notifications
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_adv_silent "0"

// Spawn protection time (0 to disable)
// -
// Default: "5.0"
// Minimum: "0.000000"
sm_adv_spawn_protection "0"
Hekjuh is offline
TnTSCS
AlliedModders Donor
Join Date: Oct 2010
Location: Undisclosed...
Old 07-29-2011 , 10:23   Re: Advanced Commands (0.16)
Reply With Quote #597

Quote:
Originally Posted by Hekjuh View Post
I'm having some troubles with sm_adv_admin_vision. With my config below, all people can see all chat. I have sv_alltalk 1, but normal players (non admin) can see chat from dead people aswel as team chat. I would like dead people to be able to chat to all (whilst team chat stays team chat), and admins to be able to see all chat. Is this possible with this plugin?
If you have sv_alltalk 1, and you don't want all people to see the chat, then don't use 7... using 7 means you're using 4, 2, and 1. If you only want admins to see all chat no matter what the sv_alltalk is set to, just use sm_adv_admin_vision "1"

...:: TnT Edit ::...
After reading what you are asking for, I don't think this plugin alone can do what you want.... you'll have to look for dead chat or something to be along side this one where you as an admin can still see all chat, even team chat

Dead Chat - http://forums.alliedmods.net/showthread.php?p=651748

Last edited by TnTSCS; 07-29-2011 at 10:26.
TnTSCS is offline
Hekjuh
AlliedModders Donor
Join Date: Feb 2011
Location: Holland
Old 07-29-2011 , 11:27   Re: Advanced Commands (0.16)
Reply With Quote #598

Quote:
Originally Posted by TnTSCS View Post
If you have sv_alltalk 1, and you don't want all people to see the chat, then don't use 7... using 7 means you're using 4, 2, and 1. If you only want admins to see all chat no matter what the sv_alltalk is set to, just use sm_adv_admin_vision "1"

...:: TnT Edit ::...
After reading what you are asking for, I don't think this plugin alone can do what you want.... you'll have to look for dead chat or something to be along side this one where you as an admin can still see all chat, even team chat

Dead Chat - http://forums.alliedmods.net/showthread.php?p=651748
Thanks, will go try it that way
Hekjuh is offline
shotzonfire
New Member
Join Date: May 2011
Location: Australia
Old 08-10-2011 , 05:15   Re: Advanced Commands (0.16)
Reply With Quote #599

not sure if anybody has mentioned this... but is there a solution to fix the crashing that occurs when an admin uses the sm_respawn command?
thanks in advance.
shotzonfire is offline
TnTSCS
AlliedModders Donor
Join Date: Oct 2010
Location: Undisclosed...
Old 08-10-2011 , 11:57   Re: Advanced Commands (0.16)
Reply With Quote #600

@shotz yes, you need to update your gamedata file... the respawn works fine for me... let me know if you can't find the updated gamedata file and I'll post it here... but I'm 99% certain the updated file is in this thread somewhere.
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 11:00.


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