AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [L4D & L4D2] Switch Players (https://forums.alliedmods.net/showthread.php?t=83950)

djromero 01-18-2009 02:05

[L4D & L4D2] Switch Players
 
2 Attachment(s)
This plugin allows any admin with Kick permissions to switch player's teams at will.

A new option will be added to the player's menu. (It depends on AdminMenu).

To install, copy the l4dswitchplayers.smx file to the sourcemod/plugins folder, and the l4dswitchplayers.txt file to the sourcemod/gamedata folder, and then restart your server.

The SDK calls to correctly switch players to the Survivor's team were taken from the L4DUnscrambler plugin made by Fyren (http://forums.alliedmods.net/showthread.php?p=730278). I used them as he suggested in another post.

As you should know by now, Valve restricted team switchs to 1 per map, and also you can't switch while people are still connecting. With this plugin you will be able to switch yourself or any other player to any team (spectators, survivors or infected).

Changelog:

1.0:
- Initial release

1.1:
- Added a validation to check if target team is already full.

1.2:
- Fixed some issues with the team full check function.
- Added cvar to bypass team full check (l4dswitch_checkteams). Default is 1. Change to 0 to disable it.
- Added new "Swap players" option to player's menu. This will allow you to immediately switch 2 players to each other's team.

1.2.1:
- Added public cvar.

1.3:
- Fixed plubic cvar to disable check of full teams.
- Added validations to prevent log errors when a player leaves the game before it gets switched/swapped.

1.4:
- Added support for L4D2. Thanks to AtomicStryker for providing updated signatures.

Big Myke 01-18-2009 02:42

Re: [L4D] Switch Players
 
Thanks, i'll give it a shot and report back ;D

djromero 01-18-2009 02:54

Re: [L4D] Switch Players
 
Quote:

Originally Posted by Big Myke (Post 746094)
Thanks, i'll give it a shot and report back ;D

Download it again, i just updated it .... found a little flaw in it :oops:, but is fine now :)

Big Myke 01-18-2009 03:05

Re: [L4D] Switch Players
 
Ok Thanks, i updated it. It works like a charm man. Thanks!

santaclaus 01-18-2009 05:48

Re: [L4D] Switch Players
 
hey i was waiting for that nice !!

JaymZ 01-19-2009 18:16

Re: [L4D] Switch Players
 
Hi

Quote:

Originally Posted by djromero (Post 746082)
A new option will be added to the player's menu. (It depends on AdminMenu).

Did we have something to edit for? 'cause I have nothing new in the player's menu :|

In fact, nothing happened when I hit "1" (to open the player's menu) I guess my adminmenu_cfgs.txt is not configured... I have only that:

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"
}

Any idea?

santaclaus 01-19-2009 20:48

Re: [L4D] Switch Players
 
you should have smth.
It isn't related to admin_menu_cfgs.txt.

JaymZ 01-20-2009 15:21

Re: [L4D] Switch Players
 
Quote:

Originally Posted by santaclaus (Post 746954)
you should have smth.

Sorry but I'm terribly noob... what is "smth"? (I googled it but nothing)

Downtown1 01-20-2009 15:31

Re: [L4D] Switch Players
 
You might want to make sure that the teams aren't full before trying to switch a player.

djromero 01-20-2009 15:43

Re: [L4D] Switch Players
 
Quote:

Originally Posted by Downtown1 (Post 747276)
You might want to make sure that the teams aren't full before trying to switch a player.

Why??? That's the fun part :wink:

You're right. I'll add the validation.


All times are GMT -4. The time now is 09:57.

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