Jump to content

taha201100

Members
  • Posts

    1,453
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by taha201100

  1. local myMarker = createMarker(-2596.625, 579.358, 15.626, 'cylinder', 2.0, 255, 0, 0, 150) -- اصنع الماركر function MarkerHit( hitElement, matchingDimension ) -- تحديد وضيفة تقدر تسوي الايفينت فوق بس لاتغلق ال ) local elementType = getElementType( hitElement ) -- يحصل التايب outputChatBox( elementType.." inside myMarker", getRootElement(), 255, 255, 0 ) -- ندمج نوع الشي مع النص ، و إخراجه end addEventHandler( "onMarkerHit", myMarker, MarkerHit ) -- طبعا ذة الحدث تقدر تخليه فوق لاكن لاتغلقه اخوي قصدي كذا مثلن اكتب هنا مكان الارقام الاحداثيات مثال -2596.625, 579.358, 15.626 تقولي مكان الارقام وش احط وكل سطر فهمت قصدي؟
  2. اخوي الامثله قولنا انا جديد ما ينفع كذا حط امثله
  3. السلام عليكم اشكرا امس الي ساعدوني وامس كان اول يوم لي بالبرمجه واستفدت واليوم حابب اتعلم 6 شغلات وهم ربط المود بالماركر يعني لما يلمس الماركر يطلع له المود ذا اول شي حابب اتعلمه ممكن الاكواد والشرح وبالأنتضار
  4. يب انا محمله بس ما اعرف كيف احط صور
  5. كذا تمام بكره ممكن تعلمني كيف احط صورة باللوحه؟ ومعلش توضحلي بسرعه مثال لكود مثلن اخلي الزر له تايمر لما يكبسه يرجع يفتح بعد مده
  6. بس قولي وين الخطأ الي كان عندك مشان اضبطه من مكتبه الاكواد +الكلام ليه تغير صار عبري؟
  7. اخوي تم اشتغل بس الاغنيه ما تشتغل الا اذا مثلن حط تشغيل الطيران ابيه لما يكبس اف 2 فهمت قصدي؟؟ +معلش تقولي وين الخطأ حقي مشان اتعلم من اخطائي
  8. روجو قفل عفريت ممكن تشوف الخطأ؟
  9. المود يشتغل عادي لكن لما افتح اللوحه ما يطلع صوت رابط المود http://www.gulfup.com/?wuNwD8 طبعا الاغنيه تجريبه ههههه
  10. عفريت شكلك سهران؟؟ ههههههههههههه لانه بدي كود كيف احط صورة باللوحه بعد ما اتعلم طريقه اضافه صوت اما لو تقفل مو مشكله
  11. تقصد بالكلنت؟؟ حطيتها وما تغير GUIEditor = { button = {}, window = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[1] = guiCreateWindow(351, 185, 638, 473, "لوحة التحكم", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetVisible ( GUIEditor.window[1], false) GUIEditor.button[1] = guiCreateButton(38, 40, 162, 82, "تشغيل طيران السيارة", false, GUIEditor.window[1]) GUIEditor.button[2] = guiCreateButton(38, 351, 162, 82, "ايقاف المشي على البحر", false, GUIEditor.window[1]) GUIEditor.button[3] = guiCreateButton(38, 245, 162, 82, "المشي على البحر", false, GUIEditor.window[1]) GUIEditor.button[4] = guiCreateButton(38, 141, 162, 82, "ايقاف طيران السيارة", false, GUIEditor.window[1]) GUIEditor.button[5] = guiCreateButton(223, 141, 162, 82, "اعطاء درع", false, GUIEditor.window[1]) GUIEditor.button[6] = guiCreateButton(223, 40, 162, 82, "اعطاء دم", false, GUIEditor.window[1]) GUIEditor.button[7] = guiCreateButton(543, 421, 85, 42, "أغلاق", false, GUIEditor.window[1]) end ) bindKey("f2",'down', function ( ) guiSetVisible ( GUIEditor.window[1],not guiGetVisible ( GUIEditor.window[1])) showCursor ( guiGetVisible ( GUIEditor.window[1])) end ) addEventHandler ("onClientGUIClick",resourceRoot, function ( ) if ( source == GUIEditor.button[1] ) then setWorldSpecialPropertyEnabled ( "aircars", true ) end end ) addEventHandler ("onClientGUIClick",resourceRoot, function ( ) if ( source == GUIEditor.button[4] ) then setWorldSpecialPropertyEnabled ( "aircars", false ) end end ) addEventHandler ("onClientGUIClick",resourceRoot, function ( ) if ( source == GUIEditor.button[3] ) then setWorldSpecialPropertyEnabled ( "hovercars", true ) end end ) addEventHandler ("onClientGUIClick",resourceRoot, function ( ) if ( source == GUIEditor.button[2] ) then setWorldSpecialPropertyEnabled ( "hovercars", false ) end end ) addEventHandler ( "onClientGUIClick", root, function ( ) if source == GUIEditor.button[7] then guiSetVisible (wnd,false) showCursor (false) end end ) addEventHandler ("onClientGUIClick",resourceRoot, function () if ( source == GUIEditor.button[5]) then triggerServerEvent ( "setarmor", localPlayer) elseif ( source == GUIEditor.button[6] ) then triggerServerEvent ( "setahealth",localPlayer) end end ) addEventHandler("onClientGUIClick",resourceRoot, function() if source == GUIEditor.button[7] then guiSetVisible(GUIEditor.window[1] , false) end end) addEventHandler("onClientResourceStart",resourceRoot , function() guiV = guiGetVisible (GUIEditor.window[1] ) if guiV == true then playSound("intro.mp3" ) end end)
  12. شو ما فهمت وين احطهم؟
  13. ما طلع صوت الكلينت GUIEditor = { button = {}, window = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[1] = guiCreateWindow(351, 185, 638, 473, "لوحة التحكم", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetVisible ( GUIEditor.window[1], false) GUIEditor.button[1] = guiCreateButton(38, 40, 162, 82, "تشغيل طيران السيارة", false, GUIEditor.window[1]) GUIEditor.button[2] = guiCreateButton(38, 351, 162, 82, "ايقاف المشي على البحر", false, GUIEditor.window[1]) GUIEditor.button[3] = guiCreateButton(38, 245, 162, 82, "المشي على البحر", false, GUIEditor.window[1]) GUIEditor.button[4] = guiCreateButton(38, 141, 162, 82, "ايقاف طيران السيارة", false, GUIEditor.window[1]) GUIEditor.button[5] = guiCreateButton(223, 141, 162, 82, "اعطاء درع", false, GUIEditor.window[1]) GUIEditor.button[6] = guiCreateButton(223, 40, 162, 82, "اعطاء دم", false, GUIEditor.window[1]) GUIEditor.button[7] = guiCreateButton(543, 421, 85, 42, "أغلاق", false, GUIEditor.window[1]) end ) bindKey("f2",'down', function ( ) guiSetVisible ( GUIEditor.window[1],not guiGetVisible ( GUIEditor.window[1])) showCursor ( guiGetVisible ( GUIEditor.window[1])) end ) addEventHandler ("onClientGUIClick",resourceRoot, function ( ) if ( source == GUIEditor.button[1] ) then setWorldSpecialPropertyEnabled ( "aircars", true ) end end ) addEventHandler ("onClientGUIClick",resourceRoot, function ( ) if ( source == GUIEditor.button[4] ) then setWorldSpecialPropertyEnabled ( "aircars", false ) end end ) addEventHandler ("onClientGUIClick",resourceRoot, function ( ) if ( source == GUIEditor.button[3] ) then setWorldSpecialPropertyEnabled ( "hovercars", true ) end end ) addEventHandler ("onClientGUIClick",resourceRoot, function ( ) if ( source == GUIEditor.button[2] ) then setWorldSpecialPropertyEnabled ( "hovercars", false ) end end ) addEventHandler ( "onClientGUIClick", root, function ( ) if source == GUIEditor.button[7] then guiSetVisible (wnd,false) showCursor (false) end end ) addEventHandler ("onClientGUIClick",resourceRoot, function () if ( source == GUIEditor.button[5]) then triggerServerEvent ( "setarmor", localPlayer) elseif ( source == GUIEditor.button[6] ) then triggerServerEvent ( "setahealth",localPlayer) end end ) addEventHandler("onClientGUIClick",resourceRoot, function() if source == GUIEditor.button[7] then guiSetVisible(GUIEditor.window[1] , false) end end) addEventHandler("onClientResourceStart",resourceRoot , function() guiV = guiGetVisible (GUIEditor.window[1] ) if guiV == true then playSound("intro" ) end end) الميتا
  14. يعني الحين مسار الصوت اسم ملف الاغنيه؟؟ والنافذه اسم النافذه الي تفتح بزر معين؟
  15. معلش اخوي امثله لانه انا مبرمج جديد وجالس اسوي مكتبه للكودات للمستقبل بغلبك معي
  16. معك كود لما افتح اللوحه يطلع صوت؟؟ مع مثال؟
  17. تم تم ضبط شكرا عفريت+روجوا نسور
  18. وش يعني النافذه ؟؟؟ يعني النافذة الرئيسه الي تفتح مثلن بأف 2؟
  19. addEventHandler("onClientGUIClick",resourceRoot, function() if source == btn then GUIEditor.button[7](win , false) end end) كذا تصير؟ +مشكور عفريت حليت مشكله الدم والدرع بس ما ينفع ازيد مثلن يعطي 200% زودت الرقم بالسيرفر ما تغير هههه
  20. ادري بس ما عرفت من وين بدايته الى نهايته
  21. تم اشتغلت هههههههه حسبت الميتا ماله دخل معلش انا جديد بس ممكن كود الي لما اكبس على زر اغلاق تسكر اللوحه ومشكور ما قصرت
  22. نسور انت فوق لما طرحت لي الاكواد زر اغلاق صار يشتغل اعطيني الكود حط اغلاق اللوحه يا نسور فضلا ليس امرا
  23. http://www.gulfup.com/?EgvOEQ حمله وجربه انت وقولي وش الخطأ
  24. ماله دخل الميتا المود اشتغل واللوحه فتحت لكن لما اكبس زر اعطاء دم ما يجيني دم وانا معطي نفسي سلاب وحتى الدرع
×
×
  • Create New...