Raised This Month: $32 Target: $400
 8% 

[L4D & L4D2] Switch Players


Post New Thread Reply   
 
Thread Tools Display Modes
Big Myke
Senior Member
Join Date: Jan 2009
Location: Grain Belt, USA
Old 01-21-2009 , 18:34   Re: [L4D] Switch Players
Reply With Quote #21

Quote:
Originally Posted by djromero View Post
I think i already saw a plugin for that around .... let me check.

That would be great. I cannot find the plugin myself Thanks.
Big Myke is offline
santaclaus
Senior Member
Join Date: Dec 2008
Old 01-21-2009 , 20:09   Re: [L4D] Switch Players
Reply With Quote #22

Quote:
Originally Posted by Big Myke View Post
Think you could add a feature that would make survivors that are idle for <cvar/enter seconds here> to get switched to Spectate in versus?
Kawman did it in one of his plugins.

http://forums.alliedmods.net/showthread.php?t=82903
__________________

santaclaus is offline
Big Myke
Senior Member
Join Date: Jan 2009
Location: Grain Belt, USA
Old 01-21-2009 , 21:22   Re: [L4D] Switch Players
Reply With Quote #23

Quote:
Originally Posted by santaclaus View Post
Kawman did it in one of his plugins.

http://forums.alliedmods.net/showthread.php?t=82903

Idon't see anywhere on that thread that lists idle players getting moved to specate. I guess I could request it in that thread as well.
Big Myke is offline
JaymZ
Junior Member
Join Date: Jan 2009
Location: France
Old 01-22-2009 , 15:13   Re: [L4D] Switch Players
Reply With Quote #24

I still don't know how to use it :/

I have Sourcemod installed (Unscramble, advertissement, voteguard plugins... are working good)
But for this plugin, I don't have nothing in the admin menu.
after pasted files (smx and txt) in the good folders, what am I supose to do?

Thx for help.
JaymZ is offline
WiseOwl
Junior Member
Join Date: Jan 2009
Old 01-22-2009 , 15:17   Re: [L4D] Switch Players
Reply With Quote #25

Quote:
Originally Posted by JaymZ View Post
I still don't know how to use it :/

I have Sourcemod installed (Unscramble, advertissement, voteguard plugins... are working good)
But for this plugin, I don't have nothing in the admin menu.
after pasted files (smx and txt) in the good folders, what am I supose to do?

Thx for help.
For me it's in the sm_admin menu on the last page.

I don't know how to make it on the first page though, I know it's possible but I'm a noob :p
WiseOwl is offline
djromero
Senior Member
Join Date: Dec 2008
Location: Maracaibo, Venezuela
Old 01-23-2009 , 16:04   Re: [L4D] Switch Players
Reply With Quote #26

Quote:
Originally Posted by WiseOwl View Post
For me it's in the sm_admin menu on the last page.

I don't know how to make it on the first page though, I know it's possible but I'm a noob :p
You need to edit the adminmenu_sorting.txt file inside the ../SOURCEMOD/CONFIGS folder.

Here's an example of what i have inside this file:

Code:
.
.
.
"Menu"
{
    "PlayerCommands"
    {
        "item"        "l4dteamswitch"
        "item"        "l4dswapplayers"
        "item"        "sm_kick"
        "item"        "sm_slap"
        "item"        "sm_gag"
        "item"        "sm_slay"
        "item"        "sm_ban"
        "item"        "sm_burn"        
        "item"        "sm_beacon"
        "item"        "sm_freeze"
        "item"        "sm_timebomb"
        "item"        "sm_firebomb"
        "item"        "sm_freezebomb"
    }
.
.
.
__________________
David Romero


djromero is offline
djromero
Senior Member
Join Date: Dec 2008
Location: Maracaibo, Venezuela
Old 01-23-2009 , 16:06   Re: [L4D] Switch Players
Reply With Quote #27

Quote:
Originally Posted by JaymZ View Post
I still don't know how to use it :/

I have Sourcemod installed (Unscramble, advertissement, voteguard plugins... are working good)
But for this plugin, I don't have nothing in the admin menu.
after pasted files (smx and txt) in the good folders, what am I supose to do?

Thx for help.
This will add 2 new options under the "Player command's menu".

Did you check if they're on the 2nd page of this menu???

Also, this plugin requieres that the admin has at least the KICK flag.
__________________
David Romero


djromero is offline
JaymZ
Junior Member
Join Date: Jan 2009
Location: France
Old 01-24-2009 , 05:09   Re: [L4D] Switch Players
Reply With Quote #28

Ok thx to answer.
Well, let me see U my files

admins.cfg
Code:
Admins
{
    "JaymZ"
    {
        "auth" "steam"
        "identity" "STEAM_1:xxxxxxxxxxx"
        "flags" "abcdefghijklmnz"
        "immunity" "99"
    }
adminmenu_sorting.txt
Code:
"Menu"

{
	"PlayerCommands"
	{
		"item"          "l4dteamswitch"
                "item"          "l4dswapplayers"
                "item"		"sm_slay"
		"item"		"sm_slap"
		"item"		"sm_kick"
		"item"		"sm_ban"
		"item"		"sm_gag"
		"item"		"sm_burn"		
		"item"		"sm_beacon"
		"item"		"sm_freeze"
		"item"		"sm_timebomb"
		"item"		"sm_firebomb"
		"item"		"sm_freezebomb"
	}

	"ServerCommands"

	{
		"item"		"sm_map"
		"item"		"sm_execcfg"
		"item"		"sm_reloadadmins"
	}

	"VotingCommands"
	{
		"item"		"sm_cancelvote"
		"item"		"sm_votemap"
		"item"		"sm_votekick"
		"item"		"sm_voteban"
	}
}
adminmenu_cfgs.txt
Code:
Configs
{
	"cfg/server.cfg"			"Standard Server Setup"
	"cfg/sourcemod/sm_warmode_on.cfg"	"War Mode On"
	"cfg/sourcemod/sm_warmode_off.cfg"	"War Mode Off"
}
adminmenu_custom.txt
Code:
"Commands"
{
        "cfg/sourcemod/funcommands.cfg"         "Sorting"
}
============================================= ==========

So in game I open the menu, and only that is able to works:



the worst is I don't use this last sub menu...

What the problem?
JaymZ is offline
santaclaus
Senior Member
Join Date: Dec 2008
Old 01-24-2009 , 07:55   Re: [L4D] Switch Players
Reply With Quote #29

Your binds ...

bind "0" "slot10"
bind "1" "slot1"
bind "2" "slot2"
bind "3" "slot3"
...

etc
__________________

santaclaus is offline
JaymZ
Junior Member
Join Date: Jan 2009
Location: France
Old 01-24-2009 , 12:50   Re: [L4D] Switch Players
Reply With Quote #30

Oh ok... it was so so simply

THX a lot!!
JaymZ 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 22:30.


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