Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
EVA
I was trying to figure out how it was done, and was imagining an elaborate SourceMod plugin that captures triggers generated by the client, and then parses those to call the various firesupport_x_x_x console commands on the server.
The issue arises when the large amount of player equipment causes too many string commands to be sent to the server to give player said equipment on preset load outs. To fix this error (thanks to JBallou for providing me this) use the following command: sm_cvar sv_quota_stringcmdspersecond "500" - That's it working with SourceMod, it may or may not work without the sm_cvar, I have not tested it that way yet.
mp_theater_override "letskillbots"
"[CWorkshopItem] Let's Kill Bots - COOP Custom Theater [944677573] installed!"
However my server keeps spitting out:
Unknown command "mp_theater_override"
I have the "mp_theater_override" command in my server.cfg file, is that the correct place?
Cheers