Jump to content

Jupi

Members
  • Posts

    1,474
  • Joined

  • Last visited

Everything posted by Jupi

  1. السلام عليكم شباب سؤالي هو في اصدارات اخري لل mta? VCتوضيح جزء لجراند او اصدار لجراند 3 لو في وش لغة البرمجة و هل يوجد ويكي لغة البرمجة lua ولا غيرها المطلوب.رابط التحميل لو يوجد شروحات برمجة لها و ابي اعرف لغة البرمجة اتمني الرد
  2. تصدق صح كلامك بعد 5ايام جاي يقول انه سواة اداة تسوي لوحة بلبرمجة -_-"
  3. ابي اسبك من حلاوة سكريبتك صراحة مبدع كفووووووووو تابع
  4. مود رهييب بس هل تطير؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟
  5. تستعبط غلي مخنا بيبسي مان من العصر الحجري ما اظن ان كا في شيء اسمه اونلاين +العبة ما في تطور
  6. ألسلام عليكم اقدم اليوم تطوير شوب الاسلحة اول اصدار كان مخيس ذا مطور و مرتب شوي صورة رابط التحميل http://www.gulfup.com/?lcIdLI ملحوظة:الصورة مو كاملة يوجد دم ودرع علي اليمين
  7. تم الاصلاح شكرا شباب
  8. ترَ مهي غصب نسَعدك داري بس جالس ساعتين اسوي الوحة و ابي مساعدة
  9. مشكلة بنافذة ما تفتح خربانة --Client Side # GUIEditor = { label = {}, staticimage = {} } addEventHandler("onClientResourceStart", resourceRoot, function() wnd = guiCreateWindow(99, 126, 828, 524, "Guns Shop By (DABL)", false) guiWindowSetSizable(wnd, false) GUIEditor.staticimage[1] = guiCreateStaticImage(14, 30, 82, 80, ":Guns/img/COLT45.png", false, wnd) GUIEditor.staticimage[2] = guiCreateStaticImage(18, 146, 78, 88, ":Guns/img/AK47.png", false, wnd) GUIEditor.staticimage[3] = guiCreateStaticImage(21, 280, 75, 87, ":Guns/img/COMBAT.png", false, wnd) GUIEditor.staticimage[4] = guiCreateStaticImage(145, 30, 75, 80, ":Guns/img/DEAGLE.png", false, wnd) GUIEditor.staticimage[5] = guiCreateStaticImage(151, 146, 69, 88, ":Guns/img/GRENADE.png", false, wnd) GUIEditor.staticimage[6] = guiCreateStaticImage(151, 285, 69, 82, ":Guns/img/M4.png", false, wnd) GUIEditor.staticimage[7] = guiCreateStaticImage(264, 30, 72, 80, ":Guns/img/MICROUZI.png", false, wnd) GUIEditor.staticimage[8] = guiCreateStaticImage(264, 146, 72, 88, ":Guns/img/MP5.png", false, wnd) GUIEditor.staticimage[9] = guiCreateStaticImage(258, 280, 78, 87, ":Guns/img/RIFLE.png", false, wnd) GUIEditor.staticimage[10] = guiCreateStaticImage(374, 30, 73, 80, ":Guns/img/SAWNOFF.png", false, wnd) GUIEditor.staticimage[11] = guiCreateStaticImage(374, 148, 73, 86, ":Guns/img/SHOTGUN.png", false, wnd) GUIEditor.staticimage[12] = guiCreateStaticImage(370, 280, 77, 87, ":Guns/img/SILENCED.png", false, wnd) GUIEditor.staticimage[13] = guiCreateStaticImage(485, 30, 74, 80, ":Guns/img/SNIPER.png", false, wnd) GUIEditor.staticimage[14] = guiCreateStaticImage(480, 148, 79, 86, ":Guns/img/TEARGAS.png", false, wnd) GUIEditor.staticimage[15] = guiCreateStaticImage(479, 280, 80, 87, ":Guns/img/TEC9.png", false, wnd) GUIEditor.staticimage[16] = guiCreateStaticImage(648, 30, 134, 122, ":Guns/img/ARMOR.png", false, wnd) GUIEditor.staticimage[17] = guiCreateStaticImage(648, 234, 140, 164, ":Guns/img/HEALTH.png", false, wnd) GUIEditor.label[1] = guiCreateLabel(8, 449, 299, 15, "Choose What Wepon you want-اختار السلاح الذي تريده", false, wnd) guiLabelSetColor(GUIEditor.label[1], 253, 0, 0) GUIEditor.label[2] = guiCreateLabel(8, 474, 502, 15, "the shop has been created by .......... [DABL] .......... لقد تم صنع هذا الشوب من قبل", false, wnd) guiLabelSetColor(GUIEditor.label[2], 0, 42, 254) CO = guiCreateButton(13, 124, 83, 22, "Buy", false, wnd)--COLT459(Done) DE = guiCreateButton(147, 124, 83, 22, "Buy", false, wnd)--DEAGLE (Done) MI = guiCreateButton(254, 124, 83, 22, "Buy", false, wnd)--MICROUZI(Done) AR = guiCreateButton(648, 181, 134, 34, "Buy Armor", false, wnd)--ARMOR HE = guiCreateButton(648, 419, 134, 34, "Buy Health", false, wnd)--HEALTH SW = guiCreateButton(370, 126, 83, 22, "Buy", false, wnd)--SAWNOFF(Done) SN = guiCreateButton(480, 124, 83, 22, "Buy", false, wnd)--SNIPER(Done) AK = guiCreateButton(18, 258, 83, 22, "Buy", false, wnd)--AK47(Done) GE = guiCreateButton(147, 258, 83, 22, "Buy", false, wnd)--GRENAD(Done) MP = guiCreateButton(254, 258, 83, 22, "Buy", false, wnd)--MP5(Done) SG = guiCreateButton(370, 258, 83, 22, "Buy", false, wnd)--SHOTGUN(Done) TG = guiCreateButton(476, 258, 83, 22, "Buy", false, wnd)--TEARGAS(Done) SG2 = guiCreateButton(15, 371, 83, 22, "Buy", false, wnd)--SHOTGUN 2 (7 SHOTS)(Done) M4 = guiCreateButton(137, 371, 83, 22, "Buy", false, wnd)--M4(Done) RF = guiCreateButton(253, 371, 83, 22, "Buy", false, wnd)--Rifle(Done) SL = guiCreateButton(364, 371, 83, 22, "Buy", false, wnd)--SILENCED(Done) T9 = guiCreateButton(476, 371, 83, 22, "Buy", false, wnd)--TEC9(Done) GUIEditor.label[3] = guiCreateLabel(8, 403, 555, 16, "__________________________________________________________________________________", false, wnd) guiLabelSetColor(GUIEditor.label[3], 65, 199, 254) guiGetVisible (wnd, false) end ) function OpenWin() if guiGetVisible ( wnd ) then guiSetVisible ( wnd, false ) showCursor(false) guiSetInputEnabled(false) else guiSetVisible ( wnd, true ) showCursor(true) guiSetInputEnabled(true) end end bindKey("F9", "down", OpenWin) addEventHandler ("onClientGUIClick", root, function() if ( source == CO ) then triggerServerEvent('CO', localPlayer) elseif ( source == DE ) then triggerServerEvent('DE', localPlayer) elseif ( source == MT ) then triggerServerEvent ('MT', localPlayer) elseif ( source == AR ) then triggerServerEvent ('AR', localPlayer) elseif ( source == HE ) then triggerServerEvent ( 'HE', localPlayer) elseif ( source == SW ) then triggerServerEvent ('SW', localPlayer) elseif ( source == SN ) then triggerServerEvent ('SN', localPlayer) elseif ( source == AK ) then triggerServerEvent ('AK', localPlayer) elseif ( source == GE ) then triggerServerEvent ('GE' localPlayer) elseif ( source == MP ) then triggerServerEvent ('MP' localPlayer) elseif ( source == SG ) then triggerServerEvent ('SG' localPlayer) elseif ( source == TG ) then triggerServerEvent ('TG' localPlayer) elseif ( source == SG2 ) then triggerServerEvent ('SG2' localPlayer) elseif ( source == M4 ) then triggerServerEvent ('M4' localPlayer) elseif ( source == RF ) then triggerServerEvent ('RF' localPlayer) elseif ( source == SL ) then triggerServerEvent ('SL' localPlayer) elseif ( source == T9 ) then triggerServerEvent ('T9' localPlayer) end end )
  10. شكلي مضيع في المنتدي كله انا جديد
  11. اظن المشكلة من كارت الشاشة O_o بجيب غيره و شكرا
  12. ماني معدل -_-"" و لو كنت معدله ما كنت نشرته طبعا حاقد
  13. ما اظن اني مضيع @_@ ذا قسم المساهمات
  14. لـما تـتوظف يعني بعد 5 سنين
  15. السلام عليكم ثاني سكريبت بسيط شوب ريس صورة له لسا بطوره مع شوب اللاسلحة قريبا جدا :D رابط التحميل http://www.gulfup.com/?SxaYlc ملحوظة:لا تقول انه مخيس لاني فاشل شوي بلتصميمات بطورها قريب جدا باذن الله لفتح النافذة="F2"
  16. السلام عليكم شباب تم انجاز اول سكريبت بنجاح و هو شوب الاسلحة السكريبت بسييط جدا بطوره بعدين رابط التحميل http://www.gulfup.com/?KI4TOF لفتح النافذة ="F7" يلا برب اسوي حفلة
  17. تسلم تابل نجحت بفضلك
  18. ض2 متي اشوف سكريبت يوزع حقيقي
  19. السلام عليكم عندي مشكلة بكود نافذة --client Side --------------------Window-------------------- addEventHandler("onClientResourceStart", resourceRoot, function() wnd = guiCreateWindow(159, 118, 738, 516, "Shop By DABL", false) guiWindowSetSizable(wnd, false) he = guiCreateButton(14, 37, 177, 132, "100 (Health)", false, wnd) ar = guiCreateButton(14, 227, 177, 132, "100 (Armor", false, wnd) rl = guiCreateButton(251, 227, 177, 132, "Rocket Launcher", false, wnd) mg = guiCreateButton(489, 227, 177, 132, "Mini-Gun", false, wnd) m4 = guiCreateButton(251, 37, 177, 132, "M4", false, wnd) de = guiCreateButton(489, 37, 177, 132, "Deagle", false, wnd) end ) guiSetVisible (wnd, false) function OpenWin() if guiGetVisible ( wnd ) then guiSetVisible ( wnd, false ) showCursor(false) guiSetInputEnabled(false) else guiSetVisible ( wnd, true ) showCursor(true) guiSetInputEnabled(true) end end bindKey("F7", "down", OpenWin) addEventHandler ("onClientGUIClick", root, function() if ( source == he ) then triggerServerEvent('he', localPlayer) elseif ( source == ar ) then triggerServerEvent('ar', localPlayer) elseif ( source == rl ) then triggerServerEvent('rl', localplayer) elseif ( source == mg ) then triggerServerEvent ('mg', localPlayer) elseif ( source == m4 ) then triggerServerEvent ( 'm4', localPlayer) elseif ( source == de ) then triggerServerEvent ('de', localPlayer) end end end end end ) اذا كان هريسة اتمني عدم الصخرية لانه اول كود +المشكلة ان النافذة ما تظهر
×
×
  • Create New...