|  | 
 
 
|  المشاركات 1,940 |  +التقييم 0.81 |  تاريخ التسجيل Apr 2019 |  الاقامة https://www.facebook.com/daany |  نظام التشغيل |  رقم العضوية 1 | 
 ان بى سى يدخلك البوكر
				ان بى سى يدخلك البوكر
		
		
	 
#region Poker
#region GameManager
case 19930:
{
switch (Request.LinkID)
{
case 0:
{
dialog.Text("Hi, I can teleport you to poker room . Where you can enjoy yourself in the Texas Hold'em Poker. Wish you a good luck and good health. For 100 Silvers.");
dialog.Link("Enter Poker Room", 1);
dialog.Link("Enter VIP Hall", 2);
dialog.Link("Not interested.", 255);
dialog.Send();
break;
}
case 1:
{
if (client.Entity.Money >= 100)
{
client.Entity.Money -= 100;
client.Entity.Teleport(1858, 56, 64);
}
else
{
dialog.Text("You do not have 100 silvers.");
dialog.Link("Ok sorry!", 255);
dialog.Send();
}
break;
}
case 2:
{
if (client.Entity.Money >= 100)
{
client.Entity.Money -= 100;
client.Entity.Teleport(1860, 57, 65);
}
else
{
dialog.Text("You do not have 100 silvers.");
dialog.Link("Ok sorry!", 255);
dialog.Send();
}
break;
}
}
break;
}
#endregion
#region Poker
case 19941:
case 19951:
{
switch (Request.LinkID)
{
case 0:
{
dialog.Text("Hi, I can teleport you to poker room . Where you can enjoy yourself in the Texas Hold'em Poker. Wish you a good luck and good health. For 100 Silvers.");
dialog.Link("Enter Poker Room", 1);
dialog.Link("Enter VIP Hall", 2);
dialog.Link("Go back to the Market", 3);
dialog.Link("Not interested.", 255);
dialog.Send();
break;
}
case 1:
{
if (client.Entity.Money >= 100)
{
client.Entity.Money -= 100;
client.Entity.Teleport(1858, 56, 64);
}
else
{
dialog.Text("You do not have 100 silvers.");
dialog.Link("Ok sorry!", 255);
dialog.Send();
}
break;
}
case 2:
{
if (client.Entity.Money >= 100)
{
client.Entity.Money -= 100;
client.Entity.Teleport(1860, 57, 65);
}
else
{
dialog.Text("You do not have 100 silvers.");
dialog.Link("Ok sorry!", 255);
dialog.Send();
}
break;
}
case 3:
{
if (client.Entity.Money >= 100)
{
client.Entity.Money -= 100;
client.Entity.Teleport(1036, 195, 185);
}
else
{
dialog.Text("You do not have 100 silvers.");
dialog.Link("Ok sorry!", 255);
dialog.Send();
}
break;
}
}
break;
}
#endregion
#endregion 
   
	
		
		
		| الذين يشاهدون محتوى الموضوع الآن : 3 ( الأعضاء 0 والزوار 3) | |
| 
 | 
| الموضوع | كاتب الموضوع | المنتدى | مشاركات | آخر مشاركة | 
| اضافة البوكر | محمد ياسر | تطوير سيرفرات كونكر | 119 | 2025-10-16 07:58 AM | 
| مشكله في البوكر | Bayoumi | مشكلات السيرفيرات كونكر الشخصيه | 2 | 2020-04-01 01:15 AM | 
| محتاج البوكر | osama | مشكلات السيرفيرات كونكر الشخصيه | 1 | 2019-07-28 04:06 PM | 
| مشكلة فى نظام البوكر | osama | مشكلات السيرفيرات كونكر الشخصيه | 7 | 2019-07-06 05:54 PM | 
| طريقة اضافة البوكر | salahsayed | مشكلات السيرفيرات كونكر الشخصيه | 4 | 2019-05-11 01:58 PM |