محمد ياسر
2019-05-13, 02:51 AM
الانبي سي بسيط جدا بس ممكن حد يحتاجه
#region TelePort
case 1063510:
{
switch (npcRequest.OptionID)
{
case 0:
{
dialog.Text("Do you want to get out of the map??");
dialog.Option("Yes.", 1);
dialog.Send();
break;
}
case 1:
{
client.Player.Teleport(1002, 301, 280);
}
break;
}
break;
}
#endregion
#region TelePort
case 1063510:
{
switch (npcRequest.OptionID)
{
case 0:
{
dialog.Text("Do you want to get out of the map??");
dialog.Option("Yes.", 1);
dialog.Send();
break;
}
case 1:
{
client.Player.Teleport(1002, 301, 280);
}
break;
}
break;
}
#endregion