i got a problem with commands, i have set to 4 (pm) in account table "state".
and i cant use any commands ! whats wrong?
PacketHandler.cs quote
any wrong? sry for my english
[Only registered and activated users can see links. Click Here To Register...]
and i cant use any commands ! whats wrong?
PacketHandler.cs quote
any wrong? sry for my english
any1 can say me how to use commands? how to make a PM acc?Quote:
static bool CheckCommand(Message message, Client.GameState client)
{
try
{
if (message.__Message.StartsWith("/"))
{
string Message = message.__Message.Substring(1).ToLower();
string Mess = message.__Message.Substring(1);
string[] Data = Message.Split('4');
#region GMs PMs
if (client.Account.State == Conquer_Online_Server.Database.AccountTable.Accoun tState.ProjectManager)
{
switch (Data[0])
{
case "":
{
[Only registered and activated users can see links. Click Here To Register...]