hello every 1
can any1 tell me why when i kill some1 have black name he dosent go to jail ?
i check the codes and is think its right
the code is
can any1 tell me why when i kill some1 have black name he dosent go to jail ?
i check the codes and is think its right
the code is
PHP Code:
if (PKPoints > 99)
{
if (KillerName.EntityFlag == EntityFlag.Player)
{
Kernel.SendWorldMessage(new Network.GamePackets.Message(Name + " has been captured by " + KillerName.Name + " and sent in jail! The world is now safer!", System.Drawing.Color.Red, Message.Talk), Program.GamePool);
Teleport(6000, 50, 50);
}
else
{
Kernel.SendWorldMessage(new Network.GamePackets.Message(Name + " has been captured and sent in jail! The world is now safer!", System.Drawing.Color.Red, Message.Talk), Program.GamePool);
Teleport(6000, 50, 50);