You are not logged in.
Pages: 1
Hi,
I seach for the possibility the number of players per class limit, so only 2 Fieldops eg .How can I set this?
Greetings
OldMan
Offline
team_maxCovertOps
team_maxEngineers
team_maxFieldOps
team_maxMedics
team_maxSoldiersDescription
These are to cap the maximum amount of respective classes per team. Value -1 means no limit, value 0 disables specific class.Parameters
Type: integer
Default: -1
Not sure if these setting are still valid in N!tmod. If you want to use them, add the code listed below into your configuration file.
NEW CODE:
set team_maxCovertOps "-1"
set team_maxEngineers "-1"
set team_maxFieldOps "2"
set team_maxMedics "-1"
set team_maxSoldiers "-1"
Offline
Thanks works great. This I had not found the documentation.
Greetings
OldMan
Offline
Pages: 1