AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [TF2] Class Restrictions For Humans (26.12.2022) (https://forums.alliedmods.net/showthread.php?t=297067)

luki1412 05-04-2017 13:35

[TF2] Class Restrictions For Humans (26.12.2022)
 
1 Attachment(s)
Description:

This plugin blocks/limits classes for humans!
It can run alongside Class Restrictions For Bots that blocks/limits classes for bots

Cvars:
PHP Code:

sm_crh_enabled 1 //(0/1, default 1) Enable/disable restricting classes for humans in TF2.

sm_crh_immunity 0 //(0/1, default 0) Enable/disable admins being immune to restricting classes in TF2.
sm_crh_flags "b"  //(default "b") Admin flags for immunity against restricting classes in TF2. So admins can use limited/blocked classes. 
//They are still counted towards the limit. If multiple flags are provided, at least one has to be true. Cvar sm_crh_immunity has to be enabled.
sm_crh_classmenu 0 //Enables/disables the class menu popping up when you pick the wrong class.
sm_crh_sounds 0 //Enables/disables the Nope sound when you pick the wrong class.

sm_crh_blu_demomen -1
sm_crh_blu_engineers 
-1
sm_crh_blu_heavies 
-1
sm_crh_blu_medics 
-1
sm_crh_blu_pyros 
-1
sm_crh_blu_scouts 
-1
sm_crh_blu_snipers 
-1
sm_crh_blu_soldiers 
-1
sm_crh_blu_spies 
-1
// Limits for Blu human classes in TF2. (-1 for no limit, 0 is disabled, 1 or anything higher will be the limit for that class. Default -1)

sm_crh_red_demomen -1
sm_crh_red_engineers 
-1
sm_crh_red_heavies 
-1
sm_crh_red_medics 
-1
sm_crh_red_pyros 
-1
sm_crh_red_scouts 
-1
sm_crh_red_snipers 
-1
sm_crh_red_soldiers 
-1
sm_crh_red_spies 
-1
// Limits for Red human classes in TF2. (-1 for no limit, 0 is disabled, 1 or anything higher will be the limit for that class. Default -1) 

Important info:
Plugin limits classes when humans spawn, so if you change limits after they have been spawned then you have to wait until they die or you can slay them (for changes to take effect). REMOVE AN OLDER VERSION OF THIS PLUGIN OR OTHER PLUGINS FOR CLASS RESTRICTION BEFORE INSTALLING THIS PLUGIN! Also, disable the tf2 default classlimit if enabled(the plugin disables this cvar but only once). Autobalance can also cause problems, depending on your settings.

Installation:
Autogenerates a .cfg file in cfg\sourcemod when you load it for the first time.


Map configs:
Class_Restrictions_For_Humans.cfg is loaded first, then the map config. Using map configs is obviously optional.


Changelog:

Credits:
DJ Tsunami for his team restricting plugin

Github:link

dedimark 11-17-2017 07:58

Re: [TF2] Class Restrictions For Humans (02.11.2017)
 
Hello thanks for the plugin,but how to block class, at randomizer server? https://github.com/50DKP/TF2x10/blob...domizer_x10.sp

luki1412 11-17-2017 14:51

Re: [TF2] Class Restrictions For Humans (02.11.2017)
 
Quote:

Originally Posted by dedimark (Post 2561002)
Hello thanks for the plugin,but how to block class, at randomizer server? https://github.com/50DKP/TF2x10/blob...domizer_x10.sp

Randomizer changes the class after my plugin does it. You'd need to modify randomizer or delay my plugin's respawn function.


All times are GMT -4. The time now is 04:01.

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