[Small Release] Set players stat points command 07/14/2010 - CO2 PServer Guides & Releases - 5 Replies Hey guys some people are having problems on their servers with stat points messing up. Here is a little code to add into chat.cs. These are 100% right went to the Official Conquer website and looked at all the stats "Masters" need.
Goto chat.cs and search for /recall
Under that void add this code.
#region Set Player stats
if (Cmd == "/setstats400")
{
if (GC.AuthInfo.Status...
[Release] Atr Points Command 06/30/2010 - CO2 PServer Guides & Releases - 14 Replies Put these codes in Chat.cs in your source
Command for free Atr. Points
if (GC.AuthInfo.Status == "")
{
if (Cmd == "/statp")
{
GC.MyChar.StatPoints = 0;
GC.MyChar.StatPoints = byte.Parse(Cmd);
}
}
Sysinstall command not found fehler bei virtual pc 06/11/2010 - Metin2 Private Server - 3 Replies hi ich hab das problem wenn ich szinstall beim pserver erstellen eingebe immer nur command not found kommt,bis dahin hat alles geklappt...portmap und hamachi laufen minimiert usw.
was mach ich falsch???