Shirotaku 10 Posted May 4, 2016 Hello, is there a function to open the debug console? I want to make a script, where i can open the debug console via a key but i need a function or something? Is there any way to open the console on a mp server without logging in as admin? Thank you for your help! -Shirotaku Share this post Link to post Share on other sites
hoverguy 177 Posted May 4, 2016 Hello, is there a function to open the debug console? I want to make a script, where i can open the debug console via a key but i need a function or something? Is there any way to open the console on a mp server without logging in as admin? Thank you for your help! -Shirotaku createDialog "RscDisplayDebugPublic"; 1 Share this post Link to post Share on other sites
Shirotaku 10 Posted May 4, 2016 createDialog "RscDisplayDebugPublic"; Thank you! :) Share this post Link to post Share on other sites
killzone_kid 1333 Posted May 4, 2016 you can add enableDebugConsole = 2; in description.ext to make it available to everyonehttps://community.bistudio.com/wiki/Description.ext#enableDebugConsole Share this post Link to post Share on other sites