[C#] Console-Application crasht bei SetConsoleCtrlHandler und Console.ReadLine() 05/11/2015 - .NET Languages - 4 Replies Servus!
Ich habe derzeit ein komisches Problem:
Ich schreibe eine Konsolenanwendung und möchte, bevor die Konsole geschlossen wird, den Speicher aufräumen (manuelles GC).
private delegate bool ConsoleEventDelegate(int eventType);
private static extern bool SetConsoleCtrlHandler(ConsoleEventDelegate callback, bool add);
I want to activate the console gm with the current version of ISRO 11/19/2013 - Silkroad Online - 1 Replies Hi all, I want to know if there is the likelihood of GM console enabled in the current version of ISRO, and seen tutorials and past but none provided me with, what happens Is that I want to turn the camera to make a intro but not activated,pressed H out the console and when i write \ camera nothing happens ... if there is any tutorial or someone tells me how to do now please.
[RELEASE] Console Commands for Lame Console Look 12/07/2011 - CO2 PServer Guides & Releases - 12 Replies Well, to avoid any further useless posts on this subject... here are a ton of console based commands that will control the game from the server console. I will not explain what each does, it should be pretty easy to figure out, and I don't intend to answer stupid questions. If its a good question, I will answer it.
public static void DoStuff()
{
bool flag = true;
Console.Clear();
Console.ForegroundColor = ConsoleColor.Red;
...