Counter-Strike 2DGet it now!

Code Command Reference

You can enter CS2D script commands in the console, save them in cfg-files or bind them to keys. CS2D script commands are no Lua commands but they can still be executed in Lua scripts by using the Lua parse-function!

Commands

mp_floodprot

Categories

settings, server

Parameters

  • flood protection (0/1): flood protection enabled?

Info

High Security Relevance
This setting is important for the security of your server!
Use it carefully! Wrong settings may make your server vulnerable!

Enable or disable the flood protection.
This is a general network protection against hackers who try to crash servers with massive amounts of messages.

Note: This is about net messages/packets with data - not about chat or radio messages!
Attention: Flood protection is an essential security module. Only disable if absolutely necessary!

Lua Lua Reference

Lua scripting (server-sided) allows server hosters and mappers to modify the game and to add new elements.