Hi,
I want to invite a friend to play.
so I Called a method WarpClient.GetInstance().sendPrivateChat("Mkmkmk","Testing done");
username is static for now.
and on call back
public void onSendPrivateChatDone(byte result)
{
Log ("onSendPrivateChatDone : " + result);
}
I got error code 2 means RESOURCE_NOT_FOUND.
why I got this message?
Please help
Thanks