frist:how to change the server name
frist search for on client.cs:
how to change the things when u open the source goto general.cs
frist search for :
now how to put line on the source on the welcome massage
frist goto client.cs and search for
after u code that press f5 to save it
soon i will put more things for newbie
oh and there's a good source most things on it work
[Only registered and activated users can see links. Click Here To Register...]
frist search for on client.cs:
then change the things and type what u want to tell the players when they come onlineQuote:
SendPacket(General.MyPackets.SendMsg
how to change the things when u open the source goto general.cs
frist search for :
second change the source name when u open it itis just like thisQuote:
Console.Title
Quote:
Console.Title = "your server name";
u will see the things it type for u on the sourceQuote:
now search for Console.WriteLine
now how to put line on the source on the welcome massage
frist goto client.cs and search for
now copy thisQuote:
SendPacket(General.MyPackets.SendMsg
k now u see 2000 at your right u can change it to 2005 it will be up on the server and u can change it to 2011 it will be on the middleQuote:
SendPacket(General.MyPackets.SendMsg(MessageId, "SYSTEM", MyChar.Name, "Welcome to TheDarkCo", 2000));
after u code that press f5 to save it
soon i will put more things for newbie
oh and there's a good source most things on it work
[Only registered and activated users can see links. Click Here To Register...]