please help

05/06/2022 15:58 memokalaa#1
[Only registered and activated users can see links. Click Here To Register...]


please help me i can't loggin and error message

you can't do this

if (client.OnLogin.Key > 100000000 || client.OnLogin.Key < 1000000)
{
using (var rec = new ServerSockets.RecycledPacket())
{
var stream = rec.GetStream();
string Messaj = "You can't do this";
client.Send(new MsgServer.MsgMessage(Messaj, "ALLUSERS", MsgMessage.MsgColor.red, MsgMessage.ChatMode.Dialog).GetArray(stream));

}
return;
}
05/06/2022 16:35 HatemDev#2
contact me HatemCodes#7337
05/06/2022 19:01 Spirited#3
Did you come here to ask for help on a source that we don't even provide on this website? I'm very confused... What is this?
05/06/2022 21:41 thisismyaccountokay#4
Quote:
Originally Posted by memokalaa View Post
[Only registered and activated users can see links. Click Here To Register...]


please help me i can't loggin and error message

you can't do this

if (client.OnLogin.Key > 100000000 || client.OnLogin.Key < 1000000)
{
using (var rec = new ServerSockets.RecycledPacket())
{
var stream = rec.GetStream();
string Messaj = "You can't do this";
client.Send(new MsgServer.MsgMessage(Messaj, "ALLUSERS", MsgMessage.MsgColor.red, MsgMessage.ChatMode.Dialog).GetArray(stream));

}
return;
}
You're going to have to provide some extra information chief. But based on the if statement it seems like the player ID key here is not within the acceptable range. Check the value of client.OnLogin.Key and make sure its the proper player UID range: 1000000-999999999
05/08/2022 01:16 Devsome#5
#moved