Jump to content

GOKAR

Members
  • Posts

    34
  • Joined

  • Last visited

Everything posted by GOKAR

  1. اوكي شباب شكرا الكم انا راح اشوف واردلكم خبر
  2. السلام عليكم اليوم سويت انا لوحة حفظ الاماكن مكن الكودات البرمجها لها ؟ GUIEditor = { gridlist = {}, button = {}, label = {}, window = {}, } GUIEditor.window[1] = guiCreateWindow(176, 57, 437, 422, "لوحة حفظ الاماكن", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 1.00) guiSetProperty(GUIEditor.window[1], "CaptionColour", "FF17E74D") GUIEditor.gridlist[2] = guiCreateGridList(10, 169, 179, 244, false, GUIEditor.window[1]) guiGridListAddColumn(GUIEditor.gridlist[2], "ألأمأكن ألمحفوظةة_#", 0.9) GUIEditor.button[2] = guiCreateButton(327, 361, 101, 52, "X", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[2], "sa-header") guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FF007DFD") GUIEditor.button[3] = guiCreateButton(9, 25, 190, 58, "حذف المكان المحدد", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[3], "default-bold-small") guiSetProperty(GUIEditor.button[3], "NormalTextColour", "FFFB0000") GUIEditor.button[4] = guiCreateButton(246, 25, 181, 58, "حفظ المكان", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[4], "default-bold-small") guiSetProperty(GUIEditor.button[4], "NormalTextColour", "FF00FACE") GUIEditor.button[5] = guiCreateButton(116, 101, 181, 58, "الانتقال الى المكان", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[5], "default-bold-small") guiSetProperty(GUIEditor.button[5], "NormalTextColour", "FF6500FC") GUIEditor.label[1] = guiCreateLabel(199, 176, 227, 25, "لوحة حفظ ألأمأكن ألمطورة", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[1], "default-bold-small") GUIEditor.label[2] = guiCreateLabel(200, 226, 227, 25, "By SiR,GoKa[R]", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[2], "default-bold-small") ولو تقدرو تبرمجوها لي بكون افضل
  3. السلام عليكم شباب انا سويت لوحة تسجيل دخول ممكن طلب بسيط ؟ ابي اكواد برمجة الوحة تفضلو هاي الوحة وشكرا GUIEditor = { tab = {}, button = {}, edit = {}, window = {}, memo = {}, checkbox = {}, label = {}, tabpanel = {}, } GUIEditor = { tab = {} } GUIEditor.window[1] = guiCreateWindow(121, 131, 462, 346, "Login Panel | لوحة تسجيل دخول", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 0.92) GUIEditor.tabpanel[1] = guiCreateTabPanel(173, 26, 280, 311, false, GUIEditor.window[1]) GUIEditor.tab[1] = guiCreateTab("Login Panel", GUIEditor.tabpanel[1]) GUIEditor.label[1] = guiCreateLabel(7, 19, 87, 17, "Username :", false, GUIEditor.tab[1]) guiSetFont(GUIEditor.label[1], "default-bold-small") guiLabelSetColor(GUIEditor.label[1], 248, 0, 250) GUIEditor.label[2] = guiCreateLabel(10, 92, 87, 17, "Password :", false, GUIEditor.tab[1]) guiSetFont(GUIEditor.label[2], "default-bold-small") guiLabelSetColor(GUIEditor.label[2], 236, 228, 13) GUIEditor.edit[4] = guiCreateEdit(76, 17, 126, 21, "", false, GUIEditor.tab[1]) GUIEditor.edit[5] = guiCreateEdit(76, 92, 126, 21, "", false, GUIEditor.tab[1]) GUIEditor.button[1] = guiCreateButton(18, 148, 248, 29, "Login Server ( Name Server )", false, GUIEditor.tab[1]) guiSetFont(GUIEditor.button[1], "default-bold-small") guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFA7FE00") GUIEditor.label[4] = guiCreateLabel(18, 187, 246, 36, "قم الان بتسجيل دخول لمتابة الى سيرفر", false, GUIEditor.tab[1]) guiSetFont(GUIEditor.label[4], "default-bold-small") guiLabelSetColor(GUIEditor.label[4], 253, 0, 0) GUIEditor.label[5] = guiCreateLabel(18, 209, 246, 36, "نتمنا لكم افضل الاوقات في سيرفرنا", false, GUIEditor.tab[1]) guiSetFont(GUIEditor.label[5], "default-bold-small") guiLabelSetColor(GUIEditor.label[5], 253, 0, 0) GUIEditor.label[6] = guiCreateLabel(18, 241, 246, 36, "Welcome To Server ( Name Server )", false, GUIEditor.tab[1]) guiSetFont(GUIEditor.label[6], "default-bold-small") guiLabelSetColor(GUIEditor.label[6], 253, 0, 0) GUIEditor.label[8] = guiCreateLabel(55, 123, 151, 19, "حفظ بيانات الحساب :", false, GUIEditor.tab[1]) guiLabelSetColor(GUIEditor.label[8], 0, 28, 241) GUIEditor.checkbox[1] = guiCreateCheckBox(35, 127, 15, 15, "", true, false, GUIEditor.tab[1]) GUIEditor.tab[2] = guiCreateTab("Register Now", GUIEditor.tabpanel[1]) GUIEditor.label[10] = guiCreateLabel(10, 25, 79, 17, "Username :", false, GUIEditor.tab[2]) guiSetFont(GUIEditor.label[10], "default-bold-small") guiLabelSetColor(GUIEditor.label[10], 213, 251, 0) GUIEditor.label[11] = guiCreateLabel(10, 103, 79, 17, "Password :", false, GUIEditor.tab[2]) guiSetFont(GUIEditor.label[11], "default-bold-small") guiLabelSetColor(GUIEditor.label[11], 0, 83, 252) GUIEditor.edit[6] = guiCreateEdit(75, 25, 127, 18, "", false, GUIEditor.tab[2]) GUIEditor.edit[7] = guiCreateEdit(75, 103, 127, 18, "", false, GUIEditor.tab[2]) GUIEditor.button[3] = guiCreateButton(10, 155, 263, 31, "Register ( Name Server )", false, GUIEditor.tab[2]) guiSetFont(GUIEditor.button[3], "default-bold-small") guiSetProperty(GUIEditor.button[3], "NormalTextColour", "FF17FB00") GUIEditor.label[12] = guiCreateLabel(14, 194, 258, 21, "مرحبا قم بالضغط على Register لانشاء حساب", false, GUIEditor.tab[2]) guiSetFont(GUIEditor.label[12], "default-bold-small") guiLabelSetColor(GUIEditor.label[12], 248, 0, 0) GUIEditor.label[13] = guiCreateLabel(10, 230, 258, 21, "نتمنا لكم افضل الاوقات في سيرفرنا", false, GUIEditor.tab[2]) guiSetFont(GUIEditor.label[13], "default-bold-small") guiLabelSetColor(GUIEditor.label[13], 247, 0, 0) GUIEditor.label[14] = guiCreateLabel(10, 256, 258, 21, "Welcome To Server ( Name Server )", false, GUIEditor.tab[2]) guiSetFont(GUIEditor.label[14], "default-bold-small") guiLabelSetColor(GUIEditor.label[14], 247, 0, 0) GUIEditor.label[15] = guiCreateLabel(53, 130, 155, 15, "اوافق على انشاء حساب جديد", false, GUIEditor.tab[2]) guiLabelSetColor(GUIEditor.label[15], 59, 5, 235) GUIEditor.checkbox[2] = guiCreateCheckBox(32, 133, 15, 15, "", false, false, GUIEditor.tab[2]) GUIEditor.tab[3] = guiCreateTab("Owner Server", GUIEditor.tabpanel[1]) GUIEditor.button[4] = guiCreateButton(4, 10, 266, 31, "Owner Server ( Name Server )", false, GUIEditor.tab[3]) guiSetFont(GUIEditor.button[4], "default-bold-small") guiSetProperty(GUIEditor.button[4], "NormalTextColour", "FFF60000") GUIEditor.button[5] = guiCreateButton(31, 61, 112, 40, "SiR,GoKa[R]", false, GUIEditor.tab[3]) guiSetFont(GUIEditor.button[5], "default-bold-small") guiSetProperty(GUIEditor.button[5], "NormalTextColour", "FF015CF3") GUIEditor.button[6] = guiCreateButton(143, 130, 112, 40, "Name Owner", false, GUIEditor.tab[3]) guiSetFont(GUIEditor.button[6], "default-bold-small") guiSetProperty(GUIEditor.button[6], "NormalTextColour", "FF00E5F3") GUIEditor.button[7] = guiCreateButton(31, 206, 112, 40, "Name Owner", false, GUIEditor.tab[3]) guiSetFont(GUIEditor.button[7], "default-bold-small") guiSetProperty(GUIEditor.button[7], "NormalTextColour", "FF9EEE04") GUIEditor.label[16] = guiCreateLabel(5, 69, 28, 28, "1-", false, GUIEditor.tab[3]) guiLabelSetColor(GUIEditor.label[16], 245, 243, 0) GUIEditor.label[17] = guiCreateLabel(125, 140, 28, 28, "2-", false, GUIEditor.tab[3]) guiLabelSetColor(GUIEditor.label[17], 245, 243, 0) GUIEditor.label[18] = guiCreateLabel(10, 216, 28, 28, "3-", false, GUIEditor.tab[3]) guiLabelSetColor(GUIEditor.label[18], 245, 243, 0) GUIEditor.label[19] = guiCreateLabel(21, 56, 162, 33, "Welcome To Server ", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[19], "default-bold-small") GUIEditor.label[21] = guiCreateLabel(21, 99, 162, 33, "Name Server", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[21], "default-bold-small") GUIEditor.memo[1] = guiCreateMemo(9, 169, 164, 160, "مرحبا بكم في لوحة تسجيل\nقم بأنشاء حساب مميز لك\n \nلحفظ الفلوس والاسلحة \n\nحياكم الله في سيرفرنا\n\nBy ++SiR,GoKa[R]~~#", false, GUIEditor.window[1]) GUIEditor.label[22] = guiCreateLabel(10, 23, 162, 33, "EdiT By SiR,GoKa[R]", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[22], "default-bold-small")
  4. سلام شباب انا سويت لوحة تسجيل دخول ممكن تبرمجوها لي ؟؟ او تعطوني اكواد البرمجة لانو ما اعرفهاوشكرا GUIEditor = { edit = {}, button = {}, label = {}, window = {}, } GUIEditor = { button = {} } GUIEditor.window[1] = guiCreateWindow(207, 131, 414, 288, "لوحة تسجيل دخول الجديدة", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 1.00) guiSetProperty(GUIEditor.window[1], "CaptionColour", "FF00EBF9") GUIEditor.label[1] = guiCreateLabel(9, 66, 75, 19, ": اسم الحساب", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[1], "default-bold-small") guiLabelSetColor(GUIEditor.label[1], 219, 29, 29) GUIEditor.label[2] = guiCreateLabel(10, 108, 75, 19, ": الباسوورد", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[2], "default-bold-small") guiLabelSetColor(GUIEditor.label[2], 172, 242, 5) GUIEditor.edit[1] = guiCreateEdit(85, 67, 143, 18, "@", false, GUIEditor.window[1]) GUIEditor.edit[2] = guiCreateEdit(75, 108, 143, 18, "#", false, GUIEditor.window[1]) GUIEditor.button[1] = guiCreateButton(9, 146, 101, 43, "Register", false, GUIEditor.window[1]) guiSetAlpha(GUIEditor.button[1], 0.58) guiSetFont(GUIEditor.button[1], "default-bold-small") guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FF00F505") GUIEditor.button[2] = guiCreateButton(170, 146, 101, 43, "Login", false, GUIEditor.window[1]) guiSetAlpha(GUIEditor.button[2], 0.71) guiSetFont(GUIEditor.button[2], "default-bold-small") guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FF0252F4") GUIEditor.label[3] = guiCreateLabel(10, 23, 386, 15, "مرحبا بكم في لوحة تسجيل الدخول الجديدة ، قم بعملل ساب وبعدها بالتسجيل", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[3], "default-bold-small") GUIEditor.label[4] = guiCreateLabel(10, 42, 386, 15, "نتمنا لكم حظاً سعيدا في سيرفر ", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[4], "default-bold-small") GUIEditor.label[5] = guiCreateLabel(20, 251, 116, 23, "By SiR,GoKa[R]", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[5], "default-bold-small") guiLabelSetColor(GUIEditor.label[5], 242, 244, 0)
  5. بسم الله الرحمن الرحيم شباب طبعا اليوم انا سويت لوحة انتقالات بس بدي كودين كود لوحة تفتج بزر ما تفتح بوجهك وكود الانتقالات ممكن ؟؟ لو تسويها لي بكون ممتن الكم الوحة بدون شي : GUIEditor = { edit = {}, button = {}, label = {}, window = {}, } GUIEditor.window[1] = guiCreateWindow(306, 57, 204, 456, "لوحة ألأنتقألأت", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetProperty(GUIEditor.window[1], "CaptionColour", "C800CADC") GUIEditor.button[1] = guiCreateButton(9, 34, 78, 44, "النخيل", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[1], "NormalTextColour", "C8D5D803") GUIEditor.button[2] = guiCreateButton(109, 265, 78, 44, "الطعس", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[2], "NormalTextColour", "C80098CA") GUIEditor.button[3] = guiCreateButton(10, 265, 78, 44, "الجسر الطويل", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[3], "NormalTextColour", "C8CBBF00") GUIEditor.button[4] = guiCreateButton(109, 200, 78, 44, "الجبل", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[4], "NormalTextColour", "C8065FC3") GUIEditor.button[5] = guiCreateButton(10, 204, 78, 44, "ساحة القتال", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[5], "NormalTextColour", "C86C4E87") GUIEditor.button[6] = guiCreateButton(109, 150, 78, 44, "مطار الرابع", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[6], "NormalTextColour", "C800B6D6") GUIEditor.button[7] = guiCreateButton(10, 150, 78, 44, "المطار الثالث", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[7], "NormalTextColour", "C8073BD0") GUIEditor.button[8] = guiCreateButton(10, 96, 78, 44, "المطار الاول", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[8], "NormalTextColour", "C800D910") GUIEditor.button[9] = guiCreateButton(109, 96, 78, 44, "المطار الثاني", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[9], "NormalTextColour", "C8D800A8") GUIEditor.button[10] = guiCreateButton(109, 34, 78, 44, "الدائري", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[10], "NormalTextColour", "C82900DA") GUIEditor.label[1] = guiCreateLabel(17, 324, 158, 31, "EdiT By SiR,GoKa[R]", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[1], "default-bold-small") GUIEditor.label[2] = guiCreateLabel(20, 360, 158, 31, "FacBooK:", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[2], "default-bold-small") GUIEditor.edit[1] = guiCreateEdit(17, 403, 172, 44, "https://www.facebook.com/profile.php?id=100002392865256", false, GUIEditor.window[1])
  6. انا ما اعرف ابرمج كذا لوحات عطوني الكودات لو تقدرو يعني
  7. بسم اله اليوم سويت لوحة املاك خاصة ومو عارف ابرمجها ممكن تبرمجوها لي ارجوكم GUIEditor = { memo = {}, button = {}, edit = {}, checkbox = {}, label = {}, } GUIEditor = { window = {} } GUIEditor.window[1] = guiCreateWindow(51, 35, 698, 509, "لوحة شراء | Panel Buy", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 1.00) GUIEditor.label[1] = guiCreateLabel(292, 27, 153, 20, ".:[..معلومات..]:.", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[1], "default-bold-small") GUIEditor.label[2] = guiCreateLabel(182, 51, 371, 22, "ادارة السيرفر غير مسؤوله تماما اي تفاعلات خاررج هذه الوحة", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[2], "default-bold-small") guiLabelSetColor(GUIEditor.label[2], 254, 0, 0) GUIEditor.label[3] = guiCreateLabel(192, 93, 371, 22, "يتم شراء التاجات والرتب والساعات عن طريق هذه الوحة", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[3], "default-bold-small") guiLabelSetColor(GUIEditor.label[3], 254, 0, 0) GUIEditor.label[5] = guiCreateLabel(285, 125, 167, 23, "ملاحظة : يتم تسليم بعد 24 ساعة او اكثر", false, GUIEditor.window[1]) guiLabelSetColor(GUIEditor.label[5], 107, 253, 0) GUIEditor.label[6] = guiCreateLabel(569, 209, 98, 24, "نوع بطاقة الشحن ", false, GUIEditor.window[1]) guiLabelSetColor(GUIEditor.label[6], 252, 0, 0) GUIEditor.checkbox[1] = guiCreateCheckBox(410, 209, 118, 27, "بطاقة شحن سوا", true, false, GUIEditor.window[1]) GUIEditor.checkbox[2] = guiCreateCheckBox(258, 209, 118, 27, "بطاقة اتصالات مصر", false, false, GUIEditor.window[1]) GUIEditor.checkbox[3] = guiCreateCheckBox(101, 209, 118, 27, "الدينار الاردني", false, false, GUIEditor.window[1]) GUIEditor.label[7] = guiCreateLabel(569, 273, 98, 24, "المراد شرائه :", false, GUIEditor.window[1]) guiLabelSetColor(GUIEditor.label[7], 252, 0, 0) GUIEditor.checkbox[4] = guiCreateCheckBox(258, 273, 118, 27, "ساعات", false, false, GUIEditor.window[1]) GUIEditor.checkbox[5] = guiCreateCheckBox(410, 273, 118, 27, "تاج خاص", false, false, GUIEditor.window[1]) GUIEditor.memo[1] = guiCreateMemo(456, 330, 233, 170, "تاج خاص لمدة 10 ايام فقط\nسعره\n10 سوا\n10 جنيه اتصالات\n2 دينار اردني\n______________\nساعات حسب الكمية\nمن 10 الى 80 ساعة\n10 سوا\n10 جنيه اتصالات\n2 دينار اردني\nمن 80 الى 200\n20 سوا\n20 جنيه اتصالات\nبطاقة شحن امنية 3\n____________________\n", false, GUIEditor.window[1]) GUIEditor.label[8] = guiCreateLabel(27, 138, 164, 35, "لا يوجد عروض حالياً", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[8], "default-bold-small") guiLabelSetColor(GUIEditor.label[8], 148, 233, 0) GUIEditor.edit[1] = guiCreateEdit(66, 326, 190, 37, "", false, GUIEditor.window[1]) GUIEditor.edit[2] = guiCreateEdit(66, 415, 190, 37, "", false, GUIEditor.window[1]) GUIEditor.edit[3] = guiCreateEdit(66, 368, 190, 37, "", false, GUIEditor.window[1]) GUIEditor.label[9] = guiCreateLabel(271, 369, 127, 33, "ارقام بطاقات الشحن", false, GUIEditor.window[1]) guiLabelSetColor(GUIEditor.label[9], 47, 167, 185) GUIEditor.button[5] = guiCreateButton(280, 463, 145, 37, "ارسال معلومات", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[5], "default-bold-small") guiSetProperty(GUIEditor.button[5], "NormalTextColour", "FFAAAAAA")
  8. شباب انا اليوم سويت لوحة املاك خاصة ممكن تبرمجوها لي ارجوكم تعبت عليها ممكن رجاءً GUIEditor = { memo = {}, button = {}, edit = {}, checkbox = {}, label = {}, } GUIEditor = { window = {} } GUIEditor.window[1] = guiCreateWindow(51, 35, 698, 509, "لوحة شراء | Panel Buy", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 1.00) GUIEditor.label[1] = guiCreateLabel(292, 27, 153, 20, ".:[..معلومات..]:.", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[1], "default-bold-small") GUIEditor.label[2] = guiCreateLabel(182, 51, 371, 22, "ادارة السيرفر غير مسؤوله تماما اي تفاعلات خاررج هذه الوحة", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[2], "default-bold-small") guiLabelSetColor(GUIEditor.label[2], 254, 0, 0) GUIEditor.label[3] = guiCreateLabel(192, 93, 371, 22, "يتم شراء التاجات والرتب والساعات عن طريق هذه الوحة", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[3], "default-bold-small") guiLabelSetColor(GUIEditor.label[3], 254, 0, 0) GUIEditor.label[5] = guiCreateLabel(285, 125, 167, 23, "ملاحظة : يتم تسليم بعد 24 ساعة او اكثر", false, GUIEditor.window[1]) guiLabelSetColor(GUIEditor.label[5], 107, 253, 0) GUIEditor.label[6] = guiCreateLabel(569, 209, 98, 24, "نوع بطاقة الشحن ", false, GUIEditor.window[1]) guiLabelSetColor(GUIEditor.label[6], 252, 0, 0) GUIEditor.checkbox[1] = guiCreateCheckBox(410, 209, 118, 27, "بطاقة شحن سوا", true, false, GUIEditor.window[1]) GUIEditor.checkbox[2] = guiCreateCheckBox(258, 209, 118, 27, "بطاقة اتصالات مصر", false, false, GUIEditor.window[1]) GUIEditor.checkbox[3] = guiCreateCheckBox(101, 209, 118, 27, "الدينار الاردني", false, false, GUIEditor.window[1]) GUIEditor.label[7] = guiCreateLabel(569, 273, 98, 24, "المراد شرائه :", false, GUIEditor.window[1]) guiLabelSetColor(GUIEditor.label[7], 252, 0, 0) GUIEditor.checkbox[4] = guiCreateCheckBox(258, 273, 118, 27, "ساعات", false, false, GUIEditor.window[1]) GUIEditor.checkbox[5] = guiCreateCheckBox(410, 273, 118, 27, "تاج خاص", false, false, GUIEditor.window[1]) GUIEditor.memo[1] = guiCreateMemo(456, 330, 233, 170, "تاج خاص لمدة 10 ايام فقط\nسعره\n10 سوا\n10 جنيه اتصالات\n2 دينار اردني\n______________\nساعات حسب الكمية\nمن 10 الى 80 ساعة\n10 سوا\n10 جنيه اتصالات\n2 دينار اردني\nمن 80 الى 200\n20 سوا\n20 جنيه اتصالات\nبطاقة شحن امنية 3\n____________________\n", false, GUIEditor.window[1]) GUIEditor.label[8] = guiCreateLabel(27, 138, 164, 35, "لا يوجد عروض حالياً", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[8], "default-bold-small") guiLabelSetColor(GUIEditor.label[8], 148, 233, 0) GUIEditor.edit[1] = guiCreateEdit(66, 326, 190, 37, "", false, GUIEditor.window[1]) GUIEditor.edit[2] = guiCreateEdit(66, 415, 190, 37, "", false, GUIEditor.window[1]) GUIEditor.edit[3] = guiCreateEdit(66, 368, 190, 37, "", false, GUIEditor.window[1]) GUIEditor.label[9] = guiCreateLabel(271, 369, 127, 33, "ارقام بطاقات الشحن", false, GUIEditor.window[1]) guiLabelSetColor(GUIEditor.label[9], 47, 167, 185) GUIEditor.button[5] = guiCreateButton(280, 463, 145, 37, "ارسال معلومات", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[5], "default-bold-small") guiSetProperty(GUIEditor.button[5], "NormalTextColour", "FFAAAAAA")
×
×
  • Create New...