Ok guys , when i try to Edit My .cs Files it just Dont take any Effect On the game or the Console
PS : am Using DementedCo based On Black&WhiteCo Source
.... look what i mean ;
that is the Code in general.cs
Notice that it is Written DarknessCo.
Now C this Pic
[Only registered and activated users can see links. Click Here To Register...]
it Still says DementedCo
So any Advices ? , Specially u Hybrid
PS : am Using DementedCo based On Black&WhiteCo Source
.... look what i mean ;
that is the Code in general.cs
Code:
public unsafe General()
{
try
{
Console.Title = "DarknessCo";
Ini Config = new Ini(System.Windows.Forms.Application.StartupPath + @"\Config.ini");
ServerIP = Config.ReadValue("Server", "ServerIP");
string DBUserName = Config
.ReadValue("Server", "DBUserName");
Now C this Pic
[Only registered and activated users can see links. Click Here To Register...]
it Still says DementedCo
So any Advices ? , Specially u Hybrid