-
Posts
1,453 -
Joined
-
Last visited
-
Days Won
2
Everything posted by taha201100
-
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 تقولي مكان الارقام وش احط وكل سطر فهمت قصدي؟
-
اخوي الامثله قولنا انا جديد ما ينفع كذا حط امثله
-
السلام عليكم اشكرا امس الي ساعدوني وامس كان اول يوم لي بالبرمجه واستفدت واليوم حابب اتعلم 6 شغلات وهم ربط المود بالماركر يعني لما يلمس الماركر يطلع له المود ذا اول شي حابب اتعلمه ممكن الاكواد والشرح وبالأنتضار
-
يب انا محمله بس ما اعرف كيف احط صور
-
كذا تمام بكره ممكن تعلمني كيف احط صورة باللوحه؟ ومعلش توضحلي بسرعه مثال لكود مثلن اخلي الزر له تايمر لما يكبسه يرجع يفتح بعد مده
-
بس قولي وين الخطأ الي كان عندك مشان اضبطه من مكتبه الاكواد +الكلام ليه تغير صار عبري؟
-
اخوي تم اشتغل بس الاغنيه ما تشتغل الا اذا مثلن حط تشغيل الطيران ابيه لما يكبس اف 2 فهمت قصدي؟؟ +معلش تقولي وين الخطأ حقي مشان اتعلم من اخطائي
-
روجو قفل عفريت ممكن تشوف الخطأ؟
-
المود يشتغل عادي لكن لما افتح اللوحه ما يطلع صوت رابط المود http://www.gulfup.com/?wuNwD8 طبعا الاغنيه تجريبه ههههه
-
عفريت شكلك سهران؟؟ ههههههههههههه لانه بدي كود كيف احط صورة باللوحه بعد ما اتعلم طريقه اضافه صوت اما لو تقفل مو مشكله
-
تقصد بالكلنت؟؟ حطيتها وما تغير 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)
-
ما طلع صوت الكلينت 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) الميتا
-
يعني الحين مسار الصوت اسم ملف الاغنيه؟؟ والنافذه اسم النافذه الي تفتح بزر معين؟
-
معلش اخوي امثله لانه انا مبرمج جديد وجالس اسوي مكتبه للكودات للمستقبل بغلبك معي
-
معك كود لما افتح اللوحه يطلع صوت؟؟ مع مثال؟
-
تم تم ضبط شكرا عفريت+روجوا نسور
-
وش يعني النافذه ؟؟؟ يعني النافذة الرئيسه الي تفتح مثلن بأف 2؟
-
addEventHandler("onClientGUIClick",resourceRoot, function() if source == btn then GUIEditor.button[7](win , false) end end) كذا تصير؟ +مشكور عفريت حليت مشكله الدم والدرع بس ما ينفع ازيد مثلن يعطي 200% زودت الرقم بالسيرفر ما تغير هههه
-
ادري بس ما عرفت من وين بدايته الى نهايته
-
تم اشتغلت هههههههه حسبت الميتا ماله دخل معلش انا جديد بس ممكن كود الي لما اكبس على زر اغلاق تسكر اللوحه ومشكور ما قصرت
-
نسور انت فوق لما طرحت لي الاكواد زر اغلاق صار يشتغل اعطيني الكود حط اغلاق اللوحه يا نسور فضلا ليس امرا
-
http://www.gulfup.com/?EgvOEQ حمله وجربه انت وقولي وش الخطأ
-
ماله دخل الميتا المود اشتغل واللوحه فتحت لكن لما اكبس زر اعطاء دم ما يجيني دم وانا معطي نفسي سلاب وحتى الدرع