AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   TF2 Class limit (https://forums.alliedmods.net/showthread.php?t=62630)

aakerlind 11-06-2007 12:53

Re: TF2 Class limit
 
I do not get the errors anymore, havent had time to actually play on the server yet

aakerlind 11-06-2007 13:14

Re: TF2 Class limit
 
and its spelled engineer aswell ;P

MaxPlayers[TF2_ENG] = KvGetNum(kv, "engenner", -1);

Lurks 11-08-2007 10:35

Re: TF2 Class limit
 
Right, I really really need this so I went to some trouble. Fixed the spelling mistake but this does not compile. Can't find TF2, which is from the #include <tf2> line. If you get rid of that you get errors on not recognising symbols.

bl4nk 11-08-2007 13:00

Re: TF2 Class limit
 
You can get the tf2.inc file here.

Nican 11-08-2007 15:52

Re: TF2 Class limit
 
Thank you bl4nk :D

Lurks 11-10-2007 07:00

Re: TF2 Class limit
 
Alright, but the compiler on the site doesn't have the include and I don't have the compiler. Can't you just put those functions in the class balance plug-in so it would compile, people could download it and use it and stuff like that? :)

BrutalGoerge 11-10-2007 12:13

Re: TF2 Class limit
 
I don't think I want to restrict classes the whole game, but when it goes to sudden death, we try to enforce only 1 engineer per team. It'd be schweet if there was a way to enable restrictions only in sudden death. :)

nolanrh 11-12-2007 15:43

Re: TF2 Class limit
 
Here is my config for the MaxClass plugin:
Quote:

"MaxClassPlayers"
{
"default"
{
"1-16"
{
"scout" "2"
"sniper" "2"
"soldier" "2"
"demoman" "2"
"medic" "2"
"heavy" "2"
"pyro" "2"
"spy" "2"
"engenner" "2"
}
}
}
It is working but the message that describes how many are allowed after a failed attempt to switch says a massive number, I forgot to copy and paste but its definitely not right. Haven't bothered to look at the code yet.

Nican 11-12-2007 18:35

Re: TF2 Class limit
 
Update

I believe I covered most things people asked for

LouLouBizou 11-13-2007 18:14

Re: TF2 Class limit
 
Well first thing: thanks for this wonderfull plugin !

then, it is a suggestion, can you add some more fonctionnalities like:

- if a player choose a class wich has reached the limit, re-open the menu (class option) instead of back to game,

- and then print a message in center say on screen class panel (like tf class limit beetles mod plugin).

can you do that please ?

Thanks !


All times are GMT -4. The time now is 00:48.

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