Debug mode: Difference between revisions
From Fortress Blast
Jump to navigationJump to search
(Grammar) |
(Missing code blocks) |
||
Line 1: | Line 1: | ||
Debug mode is a system in Fortress Blast which is to be used by developers to test the plugin in a private setting, typically on a private server. The [[ConVars|ConVar]] <code>[[sm_fortressblast_debug]]</code> will enable or disable debug mode. The two main features of debug mode are printing extra strings to chat and allowing anyone to use the [[sm_setpowerup]] and [[sm_spawnpowerup]] commands, even non-admins. | Debug mode is a system in Fortress Blast which is to be used by developers to test the plugin in a private setting, typically on a private server. The [[ConVars|ConVar]] <code>[[sm_fortressblast_debug]]</code> will enable or disable debug mode. The two main features of debug mode are printing extra strings to chat and allowing anyone to use the <code>[[sm_setpowerup]]</code> and <code>[[sm_spawnpowerup]]</code> commands, even non-admins. |
Revision as of 22:06, 22 December 2019
Debug mode is a system in Fortress Blast which is to be used by developers to test the plugin in a private setting, typically on a private server. The ConVar sm_fortressblast_debug
will enable or disable debug mode. The two main features of debug mode are printing extra strings to chat and allowing anyone to use the sm_setpowerup
and sm_spawnpowerup
commands, even non-admins.