|
المشاركات 143 |
+التقييم 0.07 |
تاريخ التسجيل Jul 2019 |
الاقامة |
نظام التشغيل |
رقم العضوية 520 |
أفضل جواب - كتبه mohamedabdo |
#region Sell MOney case 54200: { switch (npcRequest.OptionID) { case 0: { dialog.Text("Hi Friend " + client.Player.Name + " Iam CPS Seller and i Sell GOLD For CPS ); dialog.Option("2kk CPS -> 100 kk GOLD", 1); dialog.Option("2.5kk CPS -> 250 kk GOLD", 2); dialog.Option("5kk CPS -> 500 kk GOLD", 3); dialog.Option("8kk CPS -> 800 kk GOLD", 4); dialog.Option("10kk CPS -> 1.5 kkk GOLD", 5); dialog.Option("15kk CPS -> 2 kkk GOLD", 6); dialog.Option("I don't care.", 255); dialog.Send(); break; } case 6: { if (client.Player.ConquerPoints >= 15000000) { client.Player.ConquerPoints -= 15000000; client.Player.Money += 2000000000; } else { dialog.Text("you have 15 kk cps"); dialog.Option("NO.", 255); dialog.Send(); break; } break; } case 5: { if (client.Player.ConquerPoints >= 10000000) { client.Player.ConquerPoints -= 10000000; client.Player.Money += 1500000000; } else { dialog.Text("you have 10kk CPSs"); dialog.Option("NO.", 255); dialog.Send(); break; } break; } case 4: { if (client.Player.ConquerPoints >= 8000000) { client.Player.ConquerPoints -= 8000000; client.Player.Money += 800000000; } else { dialog.Text("you have 8kk CPS"); dialog.Option("NO.", 255); dialog.Send(); break; } break; } case 3: { if (client.Player.ConquerPoints >= 5000000) { client.Player.ConquerPoints -= 5000000; client.Player.Money += 500000000; } else { dialog.Text("you have 5kk CPS"); dialog.Option("NO.", 255); dialog.Send(); break; } break; } case 2: { if (client.Player.ConquerPoints >= 2500000) { client.Player.ConquerPoints -= 2500000; client.Player.Money += 250000000; } else { dialog.Text("you have 2.5kk CPS"); dialog.Option("NO.", 255); dialog.Send(); break; } break; } case 1: { if (client.Player.ConquerPoints >= 2000000) { client.Player.ConquerPoints -= 2000000; client.Player.Money += 100000000; } else { dialog.Text("you have 2kk CPS"); dialog.Option("NO.", 255); dialog.Send(); break; } break; } } break; } #endregion |
الذين يشاهدون محتوى الموضوع الآن : 1 ( الأعضاء 0 والزوار 1) | |
|
الموضوع | كاتب الموضوع | المنتدى | مشاركات | آخر مشاركة |
مشكلة في توبات التيم الاسكل الاليت | ElSaher | مشكلات السيرفيرات كونكر الشخصيه | 5 | 2020-04-20 10:04 PM |
مشكله الاليت بكي والأسكل تيم بكي والتيم بكي | Tyranny-Team's | مشكلات السيرفيرات كونكر الشخصيه | 2 | 2020-04-06 08:00 AM |
مشكله في الاليت بيكي | Peter | مشكلات السيرفيرات كونكر الشخصيه | 1 | 2020-04-05 03:51 AM |
تعديل في مواعيد التيم الاسكل الاليت | ElSaher | مشكلات السيرفيرات كونكر الشخصيه | 9 | 2020-02-20 07:35 PM |
مشكله في الاليت بيكي | سمير | مشكلات السيرفيرات كونكر الشخصيه | 5 | 2019-10-31 12:12 AM |