عرض مشاركة واحدة
احصائياتى

الردود
0

المشاهدات
3309
 
محمد ياسر

محمد ياسر is on a distinguished road

    غير متواجد

المشاركات
1,940

+التقييم
0.87

تاريخ التسجيل
Apr 2019

الاقامة
https://www.facebook.com/daany

نظام التشغيل

رقم العضوية
1
2019-04-27, 09:53 AM
المشاركة 1 
#1  
افتراضي ان بي سي معلومات عن الجي ام و الشحن

الانبي سي بسيط وسهل بس في ناس محتاجاها
افتح NPCS.CS وضيف دول


كود:
#region HelpDesk By Lego7aref
                            
case 7497888:
                                {
                                    switch (
npcRequest.OptionID)
                                    {
                                        case 
0:
                                            {
                                                
dialog.Text("I`m [Mr.Lego7aref] HelpDesk To Help U");
                                                
dialog.Option("Call GM / PM"1);
                                                
dialog.Option("Donate Cps / Item"2);
                                                
dialog.Option("Thank You"255);
                                                
dialog.Avatar(7070);
                                                
dialog.Send();
                                                break;
                                            }
                                        case 
1:
                                            {
                                                
dialog.Option("Yahoo Of GM / PM"31);
                                                
dialog.Option("Telephone Of GM / PM"32);
                                                
dialog.Option("Thank You"255);
                                                
dialog.Send();
                                                break;
                                            }
                                        case 
31:
                                            {
                                                
dialog.Text("[email protected]");
                                                
dialog.Send();
                                                break;
                                            }
                                        case 
32:
                                            {
                                                
dialog.Text("010 27 24 55 24");
                                                
dialog.Send();
                                                break;
                                            }
                                        case 
2:
                                            {
                                                
dialog.Option("Cps"41);
                                                
dialog.Option("Items"42);
                                                
dialog.Option("Thank You"255);
                                                
dialog.Send();
                                                break;
                                            }
                                        case 
41:
                                            {
                                                
dialog.Option("10 KK CPS"80);
                                                
dialog.Option("20 KK CPS"81);
                                                
dialog.Option("Thank You"255);
                                                
dialog.Send();
                                                break;
                                            }
                                        case 
80:
                                            {
                                                
dialog.Text(">>>10 EGY<<<");
                                                
dialog.Send();
                                                break;
                                            }
                                        case 
81:
                                            {
                                                
dialog.Text(">>>20 EGY<<<");
                                                
dialog.Send();
                                                break;
                                            }
                                        case 
42:
                                            {
                                                
dialog.Option("Full Stuff +12 2 Soc -7 255 hp"90);
                                                
dialog.Option("War-To-Death Cup"91);
                                                
dialog.Option("Full Soul"92);
                                                
dialog.Option("Vip Level 6"93);
                                                
dialog.Option("Thank You"255);
                                                
dialog.Send();
                                                break;
                                            }
                                        case 
90:
                                            {
                                                
dialog.Text(">>>70 EGY<<<");
                                                
dialog.Send();
                                                break;
                                            }
                                        case 
91:
                                            {
                                                
dialog.Text(">>>35 EGY<<<");
                                                
dialog.Send();
                                                break;
                                            }
                                        case 
92:
                                            {
                                                
dialog.Text(">>>5 EGY<<<");
                                                
dialog.Send();
                                                break;
                                            }
                                        case 
93:
                                            {
                                                
dialog.Text(">>>10 EGY<<<");
                                                
dialog.Send();
                                                break;
                                            }

                                    }
                                    break;
                                }
                            
#endregion