
CRoW,,#
Members-
Posts
646 -
Joined
-
Last visited
Everything posted by CRoW,,#
-
طيب تقدر تعطيني مثال والباقي انا اكمل عليه
-
ههههههههههه يعني جايب العيد الكود كله غلط في غلط ؟
-
GUIEditor_Window = {} GUIEditor_Button = {} GUIEditor_Checkbox = {} GUIEditor_Window[1] = guiCreateWindow(0.6925,0.105,0.3088,0.5483,"sound By !{F}p^Bo~L|B|/\/-M#",true) guiSetAlpha(GUIEditor_Window[1],1) GUIEditor_Checkbox[1] = guiCreateCheckBox(0.085,0.1094,0.1862,0.0486,"1",false,true,GUIEditor_Window[1]) guiCheckBoxSetSelected(GUIEditor_Checkbox[1],true) guiSetFont(GUIEditor_Checkbox[1],"clear-normal") GUIEditor_Checkbox[2] = guiCreateCheckBox(0.085,0.2888,0.1862,0.0486,"2",false,true,GUIEditor_Window[1]) guiCheckBoxSetSelected(GUIEditor_Checkbox[2],true) GUIEditor_Checkbox[3] = guiCreateCheckBox(0.085,0.4924,0.1862,0.0486,"3",false,true,GUIEditor_Window[1]) guiCheckBoxSetSelected(GUIEditor_Checkbox[3],true) GUIEditor_Checkbox[4] = guiCreateCheckBox(0.085,0.6748,0.1862,0.0486,"4",false,true,GUIEditor_Window[1]) guiCheckBoxSetSelected(GUIEditor_Checkbox[4],true) guiSetFont(GUIEditor_Checkbox[4],"clear-normal") GUIEditor_Checkbox[5] = guiCreateCheckBox(0.7773,0.1094,0.1781,0.0486,"5",false,true,GUIEditor_Window[1]) guiCheckBoxSetSelected(GUIEditor_Checkbox[5],true) guiSetFont(GUIEditor_Checkbox[5],"clear-normal") GUIEditor_Checkbox[6] = guiCreateCheckBox(0.7773,0.2948,0.1781,0.0486,"6",false,true,GUIEditor_Window[1]) guiCheckBoxSetSelected(GUIEditor_Checkbox[6],true) guiSetFont(GUIEditor_Checkbox[6],"clear-normal") GUIEditor_Checkbox[7] = guiCreateCheckBox(0.7773,0.5046,0.1781,0.0486,"7",false,true,GUIEditor_Window[1]) guiSetFont(GUIEditor_Checkbox[7],"clear-normal") GUIEditor_Checkbox[8] = guiCreateCheckBox(0.7773,0.6717,0.1781,0.0486,"8",false,true,GUIEditor_Window[1]) guiCheckBoxSetSelected(GUIEditor_Checkbox[8],true) guiSetFont(GUIEditor_Checkbox[8],"clear-normal") 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("F10", "down", OpenWin) addEventHandler ("onClientGUIClick", getRootElement(), onGuiClick) addEventHandler("onClientGUIClick", root, function () if ( source == GUIEditor_Checkbox[1] ) then function getElementSpeed ( element, unit ) if unit == nil then unit = 0 end if isElement ( element ) then local x,y,z = getElementVelocity ( element ) if ( unit == "mph" or unit == 1 or unit == "1" ) then return ( x^2 + y^2 + z^2 ) ^ 0.5 * 100 else return ( x^2 + y^2 + z^2 ) ^ 0.5 * 1.61 * 100 end else return false end end sound = playSound ( "1.mp3", true ) setSoundVolume ( sound, 0.5 ) setSoundPaused ( sound, true ) setTimer ( function ( ) if isPedInVehicle ( localPlayer ) then local theVehicle = getPedOccupiedVehicle ( localPlayer ) local theSpeed = getElementSpeed ( theVehicle, "kmh" ) if theSpeed > 10 then if isSoundPaused ( sound ) then setSoundPaused ( sound, false ) end else if not isSoundPaused ( sound ) then setSoundPaused ( sound, true ) end end end end , 1000, 0 ) elseif ( source == GUIEditor_Checkbox[2] ) then function getElementSpeed ( element, unit ) if unit == nil then unit = 0 end if isElement ( element ) then local x,y,z = getElementVelocity ( element ) if ( unit == "mph" or unit == 1 or unit == "1" ) then return ( x^2 + y^2 + z^2 ) ^ 0.5 * 100 else return ( x^2 + y^2 + z^2 ) ^ 0.5 * 1.61 * 100 end else return false end end sound = playSound ( "3.mp3", true ) setSoundVolume ( sound, 0.5 ) setSoundPaused ( sound, true ) setTimer ( function ( ) if isPedInVehicle ( localPlayer ) then local theVehicle = getPedOccupiedVehicle ( localPlayer ) local theSpeed = getElementSpeed ( theVehicle, "kmh" ) if theSpeed > 10 then if isSoundPaused ( sound ) then setSoundPaused ( sound, false ) end else if not isSoundPaused ( sound ) then setSoundPaused ( sound, true ) end end end end , 1000, 0 ) elseif ( source == GUIEditor_Checkbox[3] ) then function getElementSpeed ( element, unit ) if unit == nil then unit = 0 end if isElement ( element ) then local x,y,z = getElementVelocity ( element ) if ( unit == "mph" or unit == 1 or unit == "1" ) then return ( x^2 + y^2 + z^2 ) ^ 0.5 * 100 else return ( x^2 + y^2 + z^2 ) ^ 0.5 * 1.61 * 100 end else return false end end sound = playSound ( "4.mp3", true ) setSoundVolume ( sound, 0.5 ) setSoundPaused ( sound, true ) setTimer ( function ( ) if isPedInVehicle ( localPlayer ) then local theVehicle = getPedOccupiedVehicle ( localPlayer ) local theSpeed = getElementSpeed ( theVehicle, "kmh" ) if theSpeed > 10 then if isSoundPaused ( sound ) then setSoundPaused ( sound, false ) end else if not isSoundPaused ( sound ) then setSoundPaused ( sound, true ) end end end end , 1000, 0 ) elseif ( source == GUIEditor_Checkbox[4] ) then function getElementSpeed ( element, unit ) if unit == nil then unit = 0 end if isElement ( element ) then local x,y,z = getElementVelocity ( element ) if ( unit == "mph" or unit == 1 or unit == "1" ) then return ( x^2 + y^2 + z^2 ) ^ 0.5 * 100 else return ( x^2 + y^2 + z^2 ) ^ 0.5 * 1.61 * 100 end else return false end end sound = playSound ( "5.mp3", true ) setSoundVolume ( sound, 0.5 ) setSoundPaused ( sound, true ) setTimer ( function ( ) if isPedInVehicle ( localPlayer ) then local theVehicle = getPedOccupiedVehicle ( localPlayer ) local theSpeed = getElementSpeed ( theVehicle, "kmh" ) if theSpeed > 10 then if isSoundPaused ( sound ) then setSoundPaused ( sound, false ) end else if not isSoundPaused ( sound ) then setSoundPaused ( sound, true ) end end end end , 1000, 0 ) elseif ( source == GUIEditor_Checkbox[5] ) then function getElementSpeed ( element, unit ) if unit == nil then unit = 0 end if isElement ( element ) then local x,y,z = getElementVelocity ( element ) if ( unit == "mph" or unit == 1 or unit == "1" ) then return ( x^2 + y^2 + z^2 ) ^ 0.5 * 100 else return ( x^2 + y^2 + z^2 ) ^ 0.5 * 1.61 * 100 end else return false end end sound = playSound ( "6.mp3", true ) setSoundVolume ( sound, 0.5 ) setSoundPaused ( sound, true ) setTimer ( function ( ) if isPedInVehicle ( localPlayer ) then local theVehicle = getPedOccupiedVehicle ( localPlayer ) local theSpeed = getElementSpeed ( theVehicle, "kmh" ) if theSpeed > 10 then if isSoundPaused ( sound ) then setSoundPaused ( sound, false ) end else if not isSoundPaused ( sound ) then setSoundPaused ( sound, true ) end end end end , 1000, 0 ) elseif ( source == GUIEditor_Checkbox[6] ) then function getElementSpeed ( element, unit ) if unit == nil then unit = 0 end if isElement ( element ) then local x,y,z = getElementVelocity ( element ) if ( unit == "mph" or unit == 1 or unit == "1" ) then return ( x^2 + y^2 + z^2 ) ^ 0.5 * 100 else return ( x^2 + y^2 + z^2 ) ^ 0.5 * 1.61 * 100 end else return false end end sound = playSound ( "7.mp3", true ) setSoundVolume ( sound, 0.5 ) setSoundPaused ( sound, true ) setTimer ( function ( ) if isPedInVehicle ( localPlayer ) then local theVehicle = getPedOccupiedVehicle ( localPlayer )
-
انا شفت في سيرفرات كثيرة تجي اكثر من البداية وش هي الطريقة
-
مشكورين ضبط
-
بس في مشكلة بسيطة هي اذا دخلت السيرفر طلع النافذة تلقيا وانا م ابيها تطلع ابيها تطلع بالزر
-
ايب اعرف كيف احط الاحداثيات حقت greenzone لاني عجزت مرة https://community.multitheftauto.com/ind ... ils&id=761
-
خلاص انحلت المشكلة
-
ذا الي سويته بس م ضبط GUIEditor_Button = {} GUIEditor_Label = {} GUIEditor_Image = {} wnd = guiCreateWindow(0.0012,0.0517,0.9987,0.945,"Skins BY !{F}p^Bo~L|B|/\/-M#",true) guiSetAlpha(wnd,1) GUIEditor_Label[1] = guiCreateLabel(0.0413,0.1252,0.3179,0.0617,"Skins BY !{F}p^Bo~L|B|/\/-M#",true,wnd) guiLabelSetColor(GUIEditor_Label[1],0,0,200) GUIEditor_Image[1] = guiCreateStaticImage(0.0325,0.1905,0.1352,0.164,"images/1.png",true,wnd) GUIEditor_Image[2] = guiCreateStaticImage(0.0438,0.4497,0.1277,0.1834,"images/2.png",true,wnd) GUIEditor_Image[3] = guiCreateStaticImage(0.0463,0.716,0.1189,0.1605,"images/3.png",true,wnd) GUIEditor_Image[4] = guiCreateStaticImage(0.3242,0.1887,0.1977,0.1728,"images/4.png",true,wnd) GUIEditor_Image[5] = guiCreateStaticImage(0.3267,0.4586,0.1952,0.1711,"images/5.png",true,wnd) GUIEditor_Image[6] = guiCreateStaticImage(0.3442,0.7072,0.169,0.1587,"images/6.png",true,wnd) GUIEditor_Image[7] = guiCreateStaticImage(0.7272,0.1834,0.1927,0.1658,"images/7.png",true,wnd) GUIEditor_Image[8] = guiCreateStaticImage(0.7234,0.4656,0.1852,0.1429,"images/8.png",true,wnd) GUIEditor_Image[9] = guiCreateStaticImage(0.7184,0.7037,0.219,0.1552,"images/9.png",true,wnd) GUIEditor_Button[1] = guiCreateButton(0.0338,0.3704,0.1339,0.0547,"موافق",true,wnd) GUIEditor_Button[2] = guiCreateButton(0.3579,0.3686,0.1339,0.0547,"موافق",true,wnd) GUIEditor_Button[3] = guiCreateButton(0.7584,0.3774,0.1339,0.0547,"موافق",true,wnd) GUIEditor_Button[4] = guiCreateButton(0.3592,0.6455,0.1339,0.0547,"موافق",true,wnd) GUIEditor_Button[5] = guiCreateButton(0.7572,0.6349,0.1339,0.0547,"موافق",true,wnd) GUIEditor_Button[6] = guiCreateButton(0.0401,0.6455,0.1339,0.0547,"موافق",true,wnd) GUIEditor_Button[7] = guiCreateButton(0.0401,0.8818,0.1339,0.0511,"موافق",true,wnd) GUIEditor_Button[8] = guiCreateButton(0.3655,0.8818,0.1339,0.0511,"موافق",true,wnd) GUIEditor_Button[9] = guiCreateButton(0.771,0.8818,0.1339,0.0511,"موافق",true,wnd) bindKey("F7","down", function () guiSetVisible(wnd,not guiGetVisible(wnd)) showCursor(guiGetVisible(wnd)) guiSetInputEnabled(guiGetVisible(wnd)) end) function onGuiClick (button, state, absoluteX, absoluteY) if (source == GUIEditor_Button[1]) then triggerServerEvent ("skin1",localPlayer) elseif (source == GUIEditor_Button[2]) then triggerServerEvent ("skin2", localPlayer) elseif (source == GUIEditor_Button[3]) then triggerServerEvent ("skin3",localPlayer) elseif (source == GUIEditor_Button[4]) then triggerServerEvent ("skin4",localPlayer) elseif (source == GUIEditor_Button[5]) then triggerServerEvent ("skin5",localPlayer) elseif (source == GUIEditor_Button[6]) then triggerServerEvent ("skin6",localPlayer) elseif (source == GUIEditor_Button[7]) then triggerServerEvent ("skin7",localPlayer) elseif (source == GUIEditor_Button[8]) then triggerServerEvent ("skin8",localPlayer) elseif (source == GUIEditor_Button[9]) then triggerServerEvent ("skin9",localPlayer) end end addEventHandler ("onClientGUIClick", getRootElement(), onGuiClick) function Repskin() TXD1 = engineLoadTXD ("skin/124.txd"); engineImportTXD (TXD1, 124); DFF1 = engineLoadDFF ("skin/124.dff", 124); engineReplaceModel (DFF1, 124); TXD2 = engineLoadTXD ("skin/46.txd"); engineImportTXD (TXD2, 46); DFF2 = engineLoadDFF ("skin/46.dff", 46); engineReplaceModel (DFF2, 46); TXD3 = engineLoadTXD3 ("skin/102.txd"); engineImportTXD (TXD3, 102); DFF3 = engineLoadDFF ("skin/102.dff", 102); engineReplaceModel (DFF3, 102); TXD4 = engineLoadTXD4 ("skin/82.txd"); engineImportTXD (TXD4, 82); DFF4 = engineLoadDFF ("skin/82.dff", 82); engineReplaceModel (DFF4, 82); TXD5 = engineLoadTXD5 ("skin/17.txd"); engineImportTXD (TXD5, 17); DFF5 = engineLoadDFF ("skin/17.dff", 17); engineReplaceModel (DFF5, 17); TXD6 = engineLoadTXD6 ("skin/32.txd"); engineImportTXD (TXD6, 32); DFF6 = engineLoadDFF ("skin/32.dff", 32); engineReplaceModel (DFF6, 32); TXD7 = engineLoadTXD7 ("skin/35.txd"); engineImportTXD (TXD7, 35); DFF7 = engineLoadDFF ("skin/35.dff", 35); engineReplaceModel (DFF7, 35); TXD8 = engineLoadTXD8 ("skin/49.txd"); engineImportTXD (TXD8, 49); DFF8 = engineLoadDFF ("skin/49.dff", 49); engineReplaceModel (DFF8, 49); TXD9 = engineLoadTXD9 ("skin/54.txd"); engineImportTXD (TXD9, 54); DFF9 = engineLoadDFF ("skin/54.dff", 54); engineReplaceModel (DFF9, 54) end addEventHandler ( "onClientResourceStart", getResourceRootElement(getThisResource()), Repskin)
-
ينفع احط شخصيات اكثر بنفس الطريقة
-
مشكور م تقصر اشتغل
-
طيب تقدر تقولي وين الخطا في الكود حقي عشان اصلحه المرة الجاية
-
السلام عليكم انا سويت لوحة شخصيات بس ذا هو الكود اتمنى تفيدوني Client GUIEditor_Button = {} GUIEditor_Image = {} wnd = guiCreateWindow(219,150,551,400,"SKINS By LBN",false) guiSetAlpha(wnd,1) GUIEditor_Image[1] = guiCreateStaticImage(32,50,174,98,"images/1.png",false,wnd) GUIEditor_Image[2] = guiCreateStaticImage(337,40,193,94,"images/2.png",false,wnd) GUIEditor_Image[3] = guiCreateStaticImage(42,261,156,91,"images/3.png",false,wnd) GUIEditor_Image[4] = guiCreateStaticImage(362,267,145,82,"images/4.png",false,wnd) GUIEditor_Button[1] = guiCreateButton(68,168,91,36,"موافق",false,wnd) GUIEditor_Button[2] = guiCreateButton(393,165,91,36,"موافق",false,wnd) GUIEditor_Button[3] = guiCreateButton(393,350,91,36,"موافق",false,wnd) GUIEditor_Button[4] = guiCreateButton(73,350,91,36,"موافق",false,wnd) function ss() getVisible = guiGetVisible (wnd) if (getVisible == true) then guiSetVisible (wnd, false) showCursor (false) end if (getVisible == false) then guiSetVisible (wnd, true) showCursor (true) end end bindKey ("F7", "down", ss) function onGuiClick (button, state, absoluteX, absoluteY) if (source == GUIEditor_Button[1]) then triggerServerEvent ("skin1", getLocalPlayer()) elseif (source == GUIEditor_Button[2]) then triggerServerEvent ("skin2", getLocalPlayer()) elseif (source == GUIEditor_Button[3]) then triggerServerEvent ("skin3" getLocalPlayer()) elseif (source == GUIEditor_Button[4]) then triggerServerEvent ("skin4" getLocalPlayer()) end end addEventHandler ("onClientGUIClick", getRootElement(), onGuiClick) function Repskin() TXD1 = engineLoadTXD ("skin/124.txd"); engineImportTXD (TXD1, 124); DFF1 = engineLoadDFF ("skin/124.dff", 124); engineReplaceModel (DFF1, 124); TXD2 = engineLoadTXD ("skin/46.txd"); engineImportTXD (TXD2, 46); DFF2 = engineLoadDFF ("skin/46.dff", 46); engineReplaceModel (DFF2, 46); TXD3 = engineLoadTXD3 ("skin/102.txd"); engineImportTXD (TXD3, 102); DFF3 = engineLoadDFF ("skin/102.dff", 102); engineReplaceModel (DFF3, 102); TXD4 = engineLoadTXD4 ("skin/82.txd"); engineImportTXD (TXD4, 82); DFF4 = engineLoadDFF ("skin/82.dff", 82); engineReplaceModel (DFF4, 82); end addEventHandler ( "onClientResourceStart", getResourceRootElement(getThisResource()), Repskin) server addEvent( "skin1", true ) function setSkin1 () setPedSkin ( source, 46 ) outputChatBox ( "تم تغيير الشخصية بنجاح.", source, 255, 0, 0 ) end addEventHandler ( "skin1", getRootElement(), setSkin1 ) addEvent( "skin2", true ) function setSkin2 () setPedSkin ( source, 124 ) outputChatBox ( "تم تغيير الشخصية بنجاح.", source, 255, 0, 0 ) end addEventHandler ( "skin2", getRootElement(), setSkin2 ) addEvent( "skin3", true ) function setSkin3 () setPedSkin ( source, 102 ) outputChatBox ( "تم تغيير الشخصية بنجاح.", source, 255, 0, 0 ) end addEventHandler ( "skin3", getRootElement(), setSkin3 ) addEvent( "skin4", true ) function setSkin4 () setPedSkin ( source, 82 ) outputChatBox ( "تم تغيير الشخصية بنجاح.", source, 255, 0, 0 ) end addEventHandler ( "skin4", getRootElement(), setSkin4 ) meta
-
يب ادري بس في حسابين واحد اسمه xxx والثاني الي هو اسم حسابي
-
بس سؤال ال user.xxx ذي لمن ؟؟
-
وربي مشكورر عناد اشتغل معي
-
الكود شغال وكل شي بس في مشكلة صغيرة انه المؤشر حق الفأرة يطلع يوم اضغط اغلاق
-
وربي مشكووووور ي سعد المود شغال انت المعنى الحقيقي لكلمة مبرمــج
-
وربي ذيبان كفووو اشتغل طيب الطلب الثاني اذا شغلت اذا ضغطت على صوت الصوت الثاني يوقف ويشتغل الي انا ضغطت عليه
-
function guiCreateWindow( x2, y2, width2, height2, titleBarText2, relative2 ) local mainBackground = guiCreateStaticImage ( x2, y2, width2, height2, "1.png", relative2 ) local mainBackgroundLabel = guiCreateLabel ( 0, 0, 250, 100, titleBarText2, false, mainBackground ) guiSetFont ( mainBackgroundLabel, newFont ) guiSetEnabled ( mainBackgroundLabel, false ) return mainBackground end GUIEditor_Button = {} wnd = guiCreateWindow(158,60,579,479,"Music script By !FP^B_o~L|B|/\/",false) guiSetAlpha(wnd,1) GUIEditor_Button[1] = guiCreateButton(16,75,105,35,"Music",false,wnd) GUIEditor_Button[2] = guiCreateButton(230,75,105,35,"Music",false,wnd) guiSetFont(GUIEditor_Button[2],"default-bold-small") GUIEditor_Button[3] = guiCreateButton(457,75,94,35,"Music",false,wnd) guiSetFont(GUIEditor_Button[3],"default-bold-small") GUIEditor_Button[4] = guiCreateButton(16,75,105,35,"Music",false,wnd) guiSetFont(GUIEditor_Button[4],"default-bold-small") GUIEditor_Button[5] = guiCreateButton(16,171,105,35,"Music",false,wnd) guiSetFont(GUIEditor_Button[5],"default-bold-small") GUIEditor_Button[6] = guiCreateButton(230,171,105,35,"Music",false,wnd) guiSetFont(GUIEditor_Button[6],"default-bold-small") GUIEditor_Button[7] = guiCreateButton(459,171,94,35,"Music",false,wnd) GUIEditor_Button[8] = guiCreateButton(16,274,105,35,"Music",false,wnd) guiSetFont(GUIEditor_Button[8],"default-bold-small") GUIEditor_Button[9] = guiCreateButton(230,274,105,35,"Music",false,wnd) guiSetFont(GUIEditor_Button[9],"default-bold-small") GUIEditor_Button[10] = guiCreateButton(453,274,103,35,"Music",false,wnd) guiSetFont(GUIEditor_Button[10],"default-bold-small") GUIEditor_Button[11] = guiCreateButton(12,388,105,35,"Music",false,wnd) guiSetFont(GUIEditor_Button[11],"default-bold-small") GUIEditor_Button[12] = guiCreateButton(234,388,105,35,"Music",false,wnd) guiSetFont(GUIEditor_Button[12],"default-bold-small") GUIEditor_Button[13] = guiCreateButton(451,388,105,35,"Music",false,wnd) guiSetFont(GUIEditor_Button[13],"default-bold-small") GUIEditor_Button[14] = guiCreateButton(471,24,73,29,"اغلاق",false,wnd) guiSetFont(GUIEditor_Button[14],"default-bold-small") GUIEditor_Button[15] = guiCreateButton(379,22,74,30,"ايقاف",false,wnd) guiSetFont(GUIEditor_Button[15],"default-bold-small") 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("F6", "down", OpenWin) addEventHandler("onClientGUIClick", root, function () if ( source == GUIEditor_Button[1] ) then sound = playSound( "http://6arbyat.net/songs/yamen/balges_a7md/6arbyat_balges_a7md_020.mp3", false ) elseif ( source == GUIEditor_Button[2] ) then sound = playSound( "ttp://6arbyat.net/songs/yamen/balges_a7md/6arbyat_balges_a7md_020.mp3", false ) elseif ( source == GUIEditor_Button[3] ) then sound = playSound( "http://spm77.free.fr/Music/David%20Guetta%20-%20One%20More%20Love%20(2010)%20-%20Dance/103-david_guetta_feat_akon-sexy_bitch.mp3", false ) elseif ( source == GUIEditor_Button[4] ) then sound = playSound( "http://mp3.hhgroups.com/descargar-tema/Shamanes%20Crew%20-%20Shamanes%20junto%20a%20ti%20-%20www.HHGroups.com.mp3", false ) elseif ( source == GUIEditor_Button[5] ) then sound = playSound( "http://dc142.4shared.com/img/112522884/d908b015/dlink__2Fdownload_2FzAAY2wbS_3Ftsid_3D00000000-000000-00000000/preview.mp3", false ) elseif ( source == GUIEditor_Button[6] ) then sound = playSound( "http://dc437.4shared.com/img/1082416795/657d267e/dlink__2Fdownload_2FzqOaM5Nj_3Ftsid_3D00000000-000000-00000000/preview.mp3", false ) elseif ( source == GUIEditor_Button[7] ) then sound = playSound( "http://dc142.4shared.com/img/112522884/d908b015/dlink__2Fdownload_2FzAAY2wbS_3Ftsid_3D00000000-000000-00000000/preview.mp3", false ) elseif ( source == GUIEditor_Button[8] ) then sound = playSound( "http://anneesommetique.top-depart.com/archive/audio/1/1/2/1198_.mp3", false ) elseif ( source == GUIEditor_Button[9] ) then sound = playSound( "http://dc180.4shared.com/img/409873282/75047a16/dlink__2Fdownload_2FywkHsAHE_3Ftsid_3D00000000-000000-00000000/preview.mp3", false ) elseif ( source == GUIEditor_Button[10] ) then sound = playSound( "http://escapadehigh.com/Stuff/Pump.mp3", false ) elseif ( source == GUIEditor_Button[11] ) then sound = playSound( "http://tubefot.com/discografias/farruko/Fuego%20Ft.%20Farruko%20-%20Una%20Vaina%20Loca%20(Official%20Remix)%20%20([url=http://WWW.ELGENERO.COM]WWW.ELGENERO.COM[/url]).mp3", false ) elseif ( source == GUIEditor_Button[12] ) then sound = playSound( "http://tubefot.com/discografias/farruko/Fuego%20Ft.%20Farruko%20-%20Una%20Vaina%20Loca%20(Official%20Remix)%20%20([url=http://WWW.ELGENERO.COM]WWW.ELGENERO.COM[/url]).mp3", false ) elseif ( source == GUIEditor_Button[13] ) then elseif ( source == GUIEditor_Button[14] ) then guiSetVisible(wn, false) showCursor(false) elseif ( source == GUIEditor_Button[15] ) then if isElement(sound) then destroyElement(sound) end end end ) function onGuiClick (button, state, 158, 60) if ( source == btn ) then guiSetVisible(wnd, not guiGetVisible(wnd)) showCursor(guiGetVisible(wnd)) end end addEventHandler ("onClientGUIClick", getRootElement(), onGuiClick)
-
الكود جاهز بس الي ابيه انا اذا ضغطت على زر بالنافذة تقفل لحالها
-
الشكر لله عطني اسم حسابك الي اذا حذفته انطرد.... اسم الحساب الله يطول بعمرك لبن بالعربي