-
Posts
901 -
Joined
-
Last visited
Everything posted by #Mr.Rajo~,<
-
ايوووووووووووه بالبظط
-
سلام عليكم والله دايم ياميكرو تبهرنا بجديدك بطل بمعنى الكلمة اتمنى لك التوفيق بكل اعمالك ========= اتمنى منك تضيف للعبه تخلي في طورين الزومبي يوم ياكل بشري يتحول زومبي فهمتني ض معرف كيف اقلك
-
ههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههه
-
السلام عليكمء ابي استضافه كويسهة او خادم > skype:o11modx7
#Mr.Rajo~,< replied to Dr.[7]MO[O]OD's topic in الاستضافات
بالتوفيق بمسرتك -
سفاح طيب الحين ليش مايصير يحط اللون من نفس creatMarker ? ولا في اختلاف ؟
-
كودك يوم يشغل اللوحة يشتغل الصوت ويوم يطفي اللوحة يشتغل صوت ثاني يعني بيصير لخبطة ف الافضل يستخدم ذا bindKey("f2","down", function () guiSetVisible ( GUIEditor.window[1],not guiGetVisible ( GUIEditor.window[1])) showCursor ( guiGetVisible ( GUIEditor.window[1])) if not isElement(sound) then sound = playSound("intro.mp3", false) else stopSound(sound) end end end) مشكور على المعلومه :] كمان يقدر يخليها كذا bindKey("f2",'down', function ( ) guiSetVisible ( GUIEditor.window[1],not guiGetVisible ( GUIEditor.window[1])) showCursor ( guiGetVisible ( GUIEditor.window[1])) if guiGetVisible(GUIEditor.window[1]) == true then playSound("intro.mp3" ) end end ) انا كنت بسويها كذا لاكن نسيت احط المتغير ض1
-
استخدم سكربت guieditor https://community.multitheftauto.com/in ... ils&id=141
-
عدلت طال عمرك كان كذا addEventHandler("onClientResourceStart",resourceRoot , function() guiV = guiGetVisible (GUIEditor.window[1] ) if guiV == true then playSound("intro.mp3" ) end end) خليته بالبند كي فأصبح bindKey("f2",'down', function ( ) getV = guiSetVisible ( GUIEditor.window[1],not guiGetVisible ( GUIEditor.window[1])) showCursor ( guiGetVisible ( GUIEditor.window[1])) if getV == 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 ( ) getV = guiSetVisible ( GUIEditor.window[1],not guiGetVisible ( GUIEditor.window[1])) showCursor ( guiGetVisible ( GUIEditor.window[1])) if getV == true then playSound("intro.mp3" ) end end ) addEventHandler ("onClientGUIClick",resourceRoot, function ( ) if ( source == GUIEditor.button[1] ) then setWorldSpecialPropertyEnabled ( "aircars", true ) elseif ( source == GUIEditor.button[4] ) then setWorldSpecialPropertyEnabled ( "aircars", false ) elseif ( source == GUIEditor.button[3] ) then setWorldSpecialPropertyEnabled ( "hovercars", true ) elseif ( source == GUIEditor.button[2] ) then setWorldSpecialPropertyEnabled ( "hovercars", false ) elseif source == GUIEditor.button[7] then guiSetVisible (wnd,false) showCursor (false) elseif ( source == GUIEditor.button[5]) then triggerServerEvent ( "setarmor", localPlayer) elseif ( source == GUIEditor.button[6] ) then triggerServerEvent ( "setahealth",localPlayer) elseif 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) معليش الخطأ كان من عندي عدلت اكوادك جرب شوف
-
playSound("intro" ) نسيت تحط الصيغه mp3 playSound("intro.mp3" )
-
تيقا guiGetVisible -- عشان تحقق ان النافذه انفتحت playSound --بدأ تشغيل الصوت addEventHandler("onClientResourceStart",resourceRoot , function() guiV = guiGetVisible (النافذه ) if guiV == true then playSound("مسار الصوت" ) end end)
-
انت تقول زر يغلق النافذه حط اسم النافذه اللي تبيه يغلقها يوم يظغطه ومثل ماقالك اخوي نصور رح اقرا من 29 الى 31
-
bool guiSetVisible ( element guiElement, bool state ) Required Arguments : guiElement: the GUI element whose visibility is to be changed state: the new visibility state addEventHandler("onClientGUIClick",resourceRoot, function() if source == btn then guiSetVisible(win , false) end end)
-
سي اي تي مع اني ماعمري خشيته بس كل ماقابل واحد يقلي يلا نلعب سي اي تي ض1
-
ووااااااااااو ياخي انت ياويزارد مصيبه كونيه ابداع بمى تحتويه الكلمة من معاني يالتوفيق لك في هذا المشروع المفيد وانشاء الله تكون عندك شركه مختصه للمشاريع المفيده
-
ههههههههههههههه
-
عز الله لو شافه طفل غربي كره ام الحليب ض1