[Help] Making Popup in Client 12/18/2010 - CO2 Private Server - 2 Replies Anyone know how to make popup page when someone leave the game it's open....
Like when someone in real conquer leave the game it go to the official game website
How do i do that in my client?
Problem making client 12/10/2009 - EO PServer Hosting - 14 Replies when i try to replace my target box with "C:\Server\Soul.exe"blacknull it doesnt let me it says specified in Target box is not valid. Make sure path and file name are correct.
Making Multi Client 06/02/2009 - Conquer Online 2 - 7 Replies could anyone help me on how to create multi client with visible time and day?????:confused:
[Help] with Ini Acc Making from Client 04/30/2009 - CO2 Private Server - 3 Replies Ok here a problem i found this is making accounts with Ini file. What happens is it deletes the account and remakes it lol. Any Ideal on how i can fix this here is my code.
public static byte Authenticate(string Username, string Password)
{
if (Username.StartsWith("NEW"))
{
string CreateName = Username.Remove(0, 3);
string File = System.Windows.Forms.Application.StartupPath + "\\Accounts\\" + CreateName + ".acc";
...