Jump to content

iMr.TZ[W]ER

Members
  • Posts

    592
  • Joined

  • Last visited

Everything posted by iMr.TZ[W]ER

  1. وينكم يا جماعة م فيه حد يساعدك
  2. وانا محتاج ذا الكود ويا فهاوة الكود حقك مو شغال يا ريت لو تطرحلنا لوحة عليها زرار مغير شكلها مثل ما تقول
  3. ما اعرف للقريد ليست وانا ابي ازرار
  4. اول اشرح ايش هذا المود بعدين فهمنا المشكلة مضبوط
  5. يا ريت والله انت شخص فهمان جدا واتوقع منك نتايج مبهرة بس اشرح لنا المفاهيم شوي قبل لا تبدأ السلسلة موفق باذن الله
  6. السلام عليكم ورحمة الله تعالى وبركاته اخباركم شباب ؟ لي زمان م طرحت ولا موضوع و شاركت لاني كنت ساحب عاللعبة المهم اليوم قررت اسوي لوحة وزنيات اللوحة تفتح وتسكر تمام بس الوزنيات ما تتطبق معلومة قبل م تشوفوا اللوحة هذي الاكواد حقت سعد ولوحة الوزنيات حقته منشوره وبدون تشفير ولا حد يتفلسف علي law7a = guiCreateWindow(193, 74, 427, 425, "لوحة الوزنيات | سيرفر فلةة تآيم", false) guiWindowSetSizable(law7a, false) guiSetAlpha(law7a, 1.00) guiSetProperty(law7a, "CaptionColour", "FFA50000") guiSetVisible (law7a, false) chooseyour = guiCreateLabel(140, 37, 143, 15, "قم بإختيار الوزنية التي تعجبك", false, law7a) tzwer = guiCreateButton(283, 80, 118, 36, "وزنية تزوير", false, law7a) guiSetProperty(tzwer, "NormalTextColour", "FFD8B512") rf3 = guiCreateButton(283, 126, 118, 36, "وزنية رفع 1", false, law7a) guiSetProperty(rf3, "NormalTextColour", "FFE2053E") tt3ees = guiCreateButton(283, 172, 118, 36, "وزنية تطعيس", false, law7a) guiSetProperty(tt3ees, "NormalTextColour", "FF24E104") drft2 = guiCreateButton(155, 218, 118, 36, "وزنية درفت 2", false, law7a) guiSetProperty(drft2, "NormalTextColour", "FF61E0C7") bilhed = guiCreateButton(283, 264, 118, 36, "وزنية البلهيد", false, law7a) guiSetProperty(bilhed, "NormalTextColour", "FF045060") daire = guiCreateButton(283, 310, 118, 36, "وزينة الدائري", false, law7a) guiSetProperty(daire, "NormalTextColour", "FF9648CA") tnkees = guiCreateButton(283, 356, 118, 36, "وزنية تنكيس", false, law7a) guiSetProperty(tnkees, "NormalTextColour", "FF10BED2") na5eel = guiCreateButton(155, 356, 118, 36, "وزنية النخيل", false, law7a) guiSetProperty(na5eel, "NormalTextColour", "FFC8D90B") rf3wsr3a = guiCreateButton(155, 310, 118, 36, "وزنية رفع + سرعة", false, law7a) guiSetProperty(rf3wsr3a, "NormalTextColour", "FF3819F8") mshari = guiCreateButton(155, 264, 118, 36, "وزنية مشاري", false, law7a) guiSetProperty(mshari, "NormalTextColour", "FF294122") drift1 = guiCreateButton(283, 218, 118, 36, "وزنية درفت 1", false, law7a) guiSetProperty(drift1, "NormalTextColour", "FFFEFEFE") speed = guiCreateButton(155, 172, 118, 36, "وزنية سرعة صاروخية", false, law7a) guiSetProperty(speed, "NormalTextColour", "FF30B666") rf32 = guiCreateButton(155, 126, 118, 36, "وزنية رفع 2", false, law7a) guiSetProperty(rf32, "NormalTextColour", "FF9D2CBD") zhran = guiCreateButton(155, 80, 118, 36, "وزنية زهران", false, law7a) guiSetProperty(zhran, "NormalTextColour", "FF48DA12") flh = guiCreateButton(26, 80, 118, 36, "وزنية فلةة تآيم", false, law7a) guiSetProperty(flh, "NormalTextColour", "FF0303E8") rf33 = guiCreateButton(26, 126, 118, 36, "وزنية رفع 3", false, law7a) guiSetProperty(rf33, "NormalTextColour", "FFB2A236") codred = guiCreateButton(27, 172, 118, 36, "وزنية كودرد", false, law7a) guiSetProperty(codred, "NormalTextColour", "FF7607DD") ksrdrift = guiCreateButton(27, 218, 118, 36, "وزنية كسر الدرفت", false, law7a) guiSetProperty(ksrdrift, "NormalTextColour", "FFAA6E20") msr3bshwesh = guiCreateButton(27, 264, 118, 36, "وزنية مسرع بشويش", false, law7a) guiSetProperty(msr3bshwesh, "NormalTextColour", "FF75AE64") frnse = guiCreateButton(27, 310, 118, 36, "وزينة فرنسي الشرق", false, law7a) guiSetProperty(frnse, "NormalTextColour", "FFEC17F9") htlr3tban = guiCreateButton(27, 356, 118, 36, "وزنية هتلر العتبان", false, law7a) guiSetProperty(htlr3tban, "NormalTextColour", "FF0AD949") bytzwer = guiCreateLabel(165, 402, 104, 15, "By : iMr.TZ[W]ER", false, law7a) handling = {} function showGui () if guiShowing then guiShowing = false guiSetVisible (law7a, false) showCursor (false) else guiShowing = true guiSetVisible (law7a, true) showCursor (true) end end addCommandHandler ( "وزنيات", showGui ) bindKey ( "F3", "down", showGui ) ----------------------------------------------------مسرع بشويش function onGuiClick (button, state, absoluteX, absoluteY) if (source == msr3bshwesh) then local Vehicle = getPedOccupiedVehicle(localPlayer) local Handling = "1500 1200 0.1 0 0 -0.05 70 0.5 0.8 0.7 5 800 33 16 4 p 5.4 0.9 false 45 0.95 0.14 0 0.8 -0.25 0.5 0.3 0 0 45000 0 0 1 1 1" if Vehicle then importHandling(getPedOccupiedVehicle(localPlayer), Handling, "SA") outputChatBox("#80ff40 تم تركيب الوزنية بنجاح .", 0, 255, 0, true) else outputChatBox("أنت لا تملك سيارة لـ تطبيق الوزنية !") end end end addEventHandler ("onClientGUIClick", getRootElement(), onGuiClick) ----------------- وزنية هتلر العتبآن function onGuiClick (button, state, absoluteX, absoluteY) if (source == htlr3tban) then local Vehicle = getPedOccupiedVehicle(localPlayer) local Handling = "1601.0 2200.0 0.-1 0.0 0.-0 -0.05 -70 0.30 0.8 0.70 5 260.0 33.0 33.0 F P 5.4 0.90 1 50.0 0.85 0.14 0.0 0.40 -0.14 0.5 0.0 0.26 0.00 19000 0 0 0 3 0" if Vehicle then importHandling(getPedOccupiedVehicle(localPlayer), Handling, "SA") outputChatBox("#80ff40 تم تركيب الوزنية بنجاح .", 0, 255, 0, true) else outputChatBox("أنت لا تملك سيارة لـ تطبيق الوزنية !") end end end addEventHandler ("onClientGUIClick", getRootElement(), onGuiClick) --------------------فلةةتايم function onGuiClick (button, state, absoluteX, absoluteY) if (source == flh) then local Vehicle = getPedOccupiedVehicle(localPlayer) local Handling = "1600 2200 0.1 0 0 -0.05 70 0.5 0.8 0.7 5 999 33 16 f p 5.4 0.9 false 40 0.85 0.14 0 0.4 -0.14 0.5 0 0.26 0 35000 0 0 1 1 0" if Vehicle then importHandling(getPedOccupiedVehicle(localPlayer), Handling, "SA") outputChatBox("#80ff40 تم تركيب الوزنية بنجاح .", 0, 255, 0, true) else outputChatBox("أنت لا تملك سيارة لـ تطبيق الوزنية !") end end end addEventHandler ("onClientGUIClick", getRootElement(), onGuiClick) ------------------- وزنية مشآري function onGuiClick (button, state, absoluteX, absoluteY) if (source == mshari) then local Vehicle = getPedOccupiedVehicle(localPlayer) local Handling = "1600.0 2200.0 0.1 0.0 0.0 -0.05 70 0.50 0.8 0.70 5 300.0 33.0 16.0 F P 5.4 0.90 1 45.0 0.95 0.14 0.0 0.80 -0.10 0.5 -0.7 0.00 0.00 19000 0 0 0 3 0" if Vehicle then importHandling(getPedOccupiedVehicle(localPlayer), Handling, "SA") outputChatBox("#80ff40 تم تركيب الوزنية بنجاح .", 0, 255, 0, true) else outputChatBox("أنت لا تملك سيارة لـ تطبيق الوزنية !") end end end addEventHandler ("onClientGUIClick", getRootElement(), onGuiClick) ----------------- وزنية النخيل function onGuiClick (button, state, absoluteX, absoluteY) if (source == na5eel) then local Vehicle = getPedOccupiedVehicle(localPlayer) local Handling = "1600.0 2200.0 0.1 0.0 0.0 -0.05 70 0.50 0.8 0.70 5 300.0 33.0 16.0 F P 5.4 0.90 1 45.0 0.95 0.14 0.0 0.80 -0.10 0.5 -0.7 0.00 0.00 19000 0 0 0 3 0" if Vehicle then importHandling(getPedOccupiedVehicle(localPlayer), Handling, "SA") outputChatBox("#80ff40 تم تركيب الوزنية بنجاح .", 0, 255, 0, true) else outputChatBox("أنت لا تملك سيارة لـ تطبيق الوزنية !") end end end addEventHandler ("onClientGUIClick", getRootElement(), onGuiClick) ------------------- وزنية فرنسي الشرق function onGuiClick (button, state, absoluteX, absoluteY) if (source == frnse) then local Vehicle = getPedOccupiedVehicle(localPlayer) local Handling = "1600 2200 0.1 0 0 -0.05 70 0.3 0.8 0.7 5 260 33 33 4 p 5.4 0.9 false 50 0.85 0.14 0 0.4 -0.14 0.5 0 0.26 0 35000 0 0 1 1 0" if Vehicle then importHandling(getPedOccupiedVehicle(localPlayer), Handling, "SA") outputChatBox("#80ff40 تم تركيب الوزنية بنجاح .", 0, 255, 0, true) else outputChatBox("أنت لا تملك سيارة لـ تطبيق الوزنية !") end end end addEventHandler ("onClientGUIClick", getRootElement(), onGuiClick) ------------------------------------------------------------------------- وزنية ابو لجين function onGuiClick (button, state, absoluteX, absoluteY) if (source == handling_button7) then local Vehicle = getPedOccupiedVehicle(localPlayer) local Handling = "1601 2200 1.8 0 0 -0.05 70 0.5 0.8 0.7 5 220 33 16 4 p 5.4 0.9 false 40 0.85 0.14 0 0.4 -0.14 0.5 0 0.26 0 105000 0 0 0 0 1" if Vehicle then importHandling(getPedOccupiedVehicle(localPlayer), Handling, "SA") outputChatBox("#80ff40 تم تركيب الوزنية بنجاح .", 0, 255, 0, true) else outputChatBox("أنت لا تملك سيارة لـ تطبيق الوزنية !") end end end addEventHandler ("onClientGUIClick", getRootElement(), onGuiClick) -------- وزنية كسر الدرفت function onGuiClick (button, state, absoluteX, absoluteY) if (source == ksrdrift) then local Vehicle = getPedOccupiedVehicle(localPlayer) local Handling = "1 30000 0 0 0 -1 120 100000 100 1 5 10000 99999 10 4 p 1 0.52 false 77 1.2 0.7 0 0.31 -0.15 0.5 0.3 0.24 0 40000 EC0000 CA0001 0 1 22" if Vehicle then importHandling(getPedOccupiedVehicle(localPlayer), Handling, "SA") outputChatBox("#80ff40 تم تركيب الوزنية بنجاح .", 0, 255, 0, true) else outputChatBox("أنت لا تملك سيارة لـ تطبيق الوزنية !") end end end addEventHandler ("onClientGUIClick", getRootElement(), onGuiClick) ------------- وزنية تنكيس function onGuiClick (button, state, absoluteX, absoluteY) if (source == tnkees) then local Vehicle = getPedOccupiedVehicle(localPlayer) local Handling = "1600 2200 0.1 0 0 -0.05 70 0.5 0.8 0.7 5 300 33 16 f p 5.4 0.9 false 45 0.95 0.14 0 0.8 -0.1 0.5 0 0 0 35000 0 0 1 1 0" if Vehicle then importHandling(getPedOccupiedVehicle(localPlayer), Handling, "SA") outputChatBox("#80ff40 تم تركيب الوزنية بنجاح .", 0, 255, 0, true) else outputChatBox("أنت لا تملك سيارة لـ تطبيق الوزنية !") end end end addEventHandler ("onClientGUIClick", getRootElement(), onGuiClick) ---------------------وزنية كودرد function onGuiClick (button, state, absoluteX, absoluteY) if (source == codred) then local Vehicle = getPedOccupiedVehicle(localPlayer) local Handling = "1600 2200 0.1 0 0 -0.05 70 0.46 0.8 0.7 5 300 33 16 f p 5.4 0.13 false 45 0.95 0.14 0 0.8 -0.23 0.5 0.09 0 0 35000 0 0 1 1 0" if Vehicle then importHandling(getPedOccupiedVehicle(localPlayer), Handling, "SA") outputChatBox("#80ff40 تم تركيب الوزنية بنجاح .", 0, 255, 0, true) else outputChatBox("أنت لا تملك سيارة لـ تطبيق الوزنية !") end end end addEventHandler ("onClientGUIClick", getRootElement(), onGuiClick) ---------- وزنية هجولة الدايري function onGuiClick (button, state, absoluteX, absoluteY) if (source == daire) then local Vehicle = getPedOccupiedVehicle(localPlayer) local Handling = "1600.0 2200.0 0.1 0.0 0.0 -0.05 70 0.50 0.8 0.70 5 300.0 33.0 16.0 F P 5.4 0.90 1 45.0 0.95 0.14 0.0 0.80 -0.10 0.5 -0.7 0.00 0.00 19000 0 0 0 3 0" if Vehicle then importHandling(getPedOccupiedVehicle(localPlayer), Handling, "SA") outputChatBox("#80ff40 تم تركيب الوزنية بنجاح .", 0, 255, 0, true) else outputChatBox("أنت لا تملك سيارة لـ تطبيق الوزنية !") end end end addEventHandler ("onClientGUIClick", getRootElement(), onGuiClick) ---------------- وزنية تطعيس function onGuiClick (button, state, absoluteX, absoluteY) if (source == tt3ees) then local Vehicle = getPedOccupiedVehicle(localPlayer) local Handling = "1400 2725.3 0 0 0 -0.25 70 0.7 0.8 0.5 5 2500 15 0.2 R P 52 0.52 0 30 1.2 0.5 0 0.25 -0.1 0.5 0.4 0.37 0.045 95000 40002004 C04000 1 1 1" if Vehicle then importHandling(getPedOccupiedVehicle(localPlayer), Handling, "SA") outputChatBox("#80ff40 تم تركيب الوزنية بنجاح .", 0, 255, 0, true) else outputChatBox("أنت لا تملك سيارة لـ تطبيق الوزنية !") end end end addEventHandler ("onClientGUIClick", getRootElement(), onGuiClick) ------------------ وزنية سرعة خيآلية function onGuiClick (button, state, absoluteX, absoluteY) if (source == speed) then local Vehicle = getPedOccupiedVehicle(localPlayer) local Handling = "2600 3000 0 0 0.2 -0.7 70 2 2 0.4 5 200000 1000 9.9 4 e 52 0.52 false 30 1.2 0.7 0 0.31 -0.15 0.5 0.3 0.24 0 45000 0 C00000 1 1 1" if Vehicle then importHandling(getPedOccupiedVehicle(localPlayer), Handling, "SA") outputChatBox("#80ff40 تم تركيب الوزنية بنجاح .", 0, 255, 0, true) else outputChatBox("أنت لا تملك سيارة لـ تطبيق الوزنية !") end end end addEventHandler ("onClientGUIClick", getRootElement(), onGuiClick) --------------- وزنية زهران
  7. قسم بالله انك عقل مفكر + م يلزم الفحص لانك ثقة واصل ابداعاتك
  8. عجبني 7 العاب ب 25 دولار بحاول اشتري لو سويت الموقع
  9. سورا ذا اللي كان ب gta-dx ؟؟ احلى شي قال يقول ل سورا : جايب اخوياك يدافعون عنك " او يسلكون لك " نسيت والله ههههههه
  10. addEventHandler ( "onClientResourceStart", resourceRoot, function ( ) tzwer = guiCreateLabel ( 395, 131, 399, 77, "ادخل النص هنا", false ) setTimer ( function ( ) guiLabelSetColor ( tzwer, math.random ( 255 ), math.random ( 255 ), math.random ( 255 ) ) end, 250, 0 ) myFont = guiCreateFont( "font.ttf", 10 ) guiSetFont( tzwer, myFont ) end ) تم وشكرا لك من ساعدني
  11. شباب انا سويت كذا وزبط بس الخط يصير عليه تشويش حقكم احسن + تم تجربته addEventHandler ( "onClientResourceStart", resourceRoot, setTimer(function () tzwer = guiCreateLabel ( 619, 138, 156, 20, "ادخل النص هنا", false ) guiLabelSetColor ( tzwer, math.random ( 255 ), math.random ( 255 ), math.random ( 255 ) ) end,300,0) ) بس الحين ابي اغير حجم الخط ضضض2 حاولت بس م زبط
  12. لا مطبخ منال العالم اخوي الكلام بس لما تسوي ريستارت للمود يتغير لونه انا ابيه متلون
  13. السلام عليكم ورحمة الله تعالى وبركاته شباب معي هريسة بس ابيكم تزبطوها addEventHandler("onClientResourceStart", resourceRoot, function() tzwer = guiCreateLabel(619, 138, 156, 20, "ادخل النص هنا", false) end end --------------------------------------- addEventHandler("onClientResourceStart", resourceRoot, function() setTimer(function() for _, random in ipairs(getElementsByType('gui-label',getResourceRootElement(getThisResource()))) do guiSetProperty(random, 'NormalTextColour', string.format("%.2X%.2X%.2X%.2X", 255, math.random(255), math.random(255), math.random(255))) end end, 250, 0) end) انا مبتدأ ف مو عارف وش اسوي ضض2
  14. السلام عليكم شباب ابي اسوي مود معرض السيارات لاني م لقيت اللي ابيه ف ابي منكم الاكواد لو سمحتم
  15. مود المعرض حق السيارات اللي تشتري منه سيارات وفي لوحة باف 4 تتحكم بسيارتك منها موجودة بنفس المود
  16. السلام عليكم ورحمة الله تعالى وبركاته كيفكم شباب طالب منكم مود المعرض مثل الموجود بمحترفين جراند وشباب تبوك واساطير لاني دورت عليه كثير بس ما لقيت مثله وشكرا
  17. اخوي مكان طلبك غلط م راح اقدر افيدك
  18. theMarker = createMarker ( x, y, z, "cylinder", 2, 255, 255, 0, 170 ) -------- مكان الماركر x,y,z door = createObject ( ID, x, y, z ) ----- ايدي الاوبجكت ID والباب الايدي حقه 971 / مكان الباب x,y,z addEventHandler( "onMarkerHit", theMarker,function(element) ----عند الوقوف على الماركر if getElementType(element) == 'player' then moveObject ( door, time, x, y, z ) ------ وقت المستغرق لتحرك الاوبجكت يعني كم تبيه ياخذ وقت لين يوصل فوق time / المكان اللي راح يطلع له الباب x,y,z end end) addEventHandler( "onMarkerLeave", theMarker,function(element) -------- عند الابتعاد عن الماركر if getElementType(element) == 'player' then moveObject ( door, time, x, y, z ) -------- الوقت المستغرق لوصول البوابة لمكانها الاصلي time / المكان الذي سيرجع اليه الباب وانصح ان يكون نفس احداثيات مكانه الاصلي x,y,z end end)
  19. هههههه طيب انا ايش عرفني ضض2 الحين نشرو فري روم تطوير
×
×
  • Create New...