Jump to content

MR.S3D

Members
  • Posts

    732
  • Joined

  • Last visited

Everything posted by MR.S3D

  1. FBI & Staff Job Server local Skinmarker = createMarker(1469, -1771.1999511719, 17.700000762939, "cylinder", 1.0, 109, 0, 164, 255) -- umkleide theTeam = createTeam( "Staff", 109, 0, 164 ) local Skinmarker2 = createMarker(919.59997558594, -1004.299987793, 37, "cylinder", 1.0, 33, 33, 33, 255) -- umkleide theTeam2 = createTeam( "FBI", 31, 31, 31 ) addEventHandler("onMarkerHit", root, function(hitElement) if getElementType(hitElement) ~= 'player' then return end if ( source == Skinmarker ) then if not(isGroup(hitElement,"Admin")) then return end setElementModel(hitElement, 217) setPlayerTeam(hitElement, theTeam) elseif ( source == Skinmarker2 ) then if not(isGroup(hitElement,"FBI")) then return end setElementModel(hitElement, 286) setPlayerTeam(hitElement, theTeam2) end end ) function isGroup(thePlayer,group) local accName = getAccountName ( getPlayerAccount ( thePlayer ) ) if isObjectInACLGroup ("user."..accName, aclGetGroup ( group ) ) then return true; else return false; end end
  2. وش الي يضحك بالموضوع؟ اللي يضحك بالموصوع انه معطيك كود من راسه مو موجود اصلا
  3. أول كان تقدر ترسل على الأيميل لكن الحين ماتقدر
  4. اتوقع قانون تابل واضح ولو دخلت الموضوع تلاقي : تأكد من وضع عنوان مناسب للمواضيع بحيث يكون العنوان يدل على محتوى الموضوع. عناوين المواضيع التي تحتوي على كلمات مثل "مساعد" أو "طلب كود" فهي غير مرغوب فيها و يرجى تجنبها. الظاهر انك من النوع اللي مايفهم اذا ماتفهم قول في طرق ثانيه تخليك تفهم
  5. أقول الغلط مو منك من المشرفين اللي يسمحون باسم الموضوع يكون كذا المفروض اسم الموضوع يكون شي يدل على معنى الموضوع مثلا كنت عندك مود ماركر وتبي مساعدة فيه تكتب مساعدة عن الماركر مثل القسم الأجنبي نادر تلاقي موضوع اسمه help كذا انت راح تستفيد لكن ماتفيد غيرك لو جا يبحث عن الموضوع أتمنى من المشرفين يشوفون حل تحياتي
  6. خذ هالملفات من مود المسن output_client.luac output_server.lua وحطها في الميتاا حق المود حقك وفي أخر الكلنت حق المود حقك حط function putError(error) return outputMessage(error,0,255,0) end addEventHandler('onClientResourceStart', resourceRoot, function() putError("كلامكك ~") end )
  7. هذا كود مختصر addEventHandler( "onClientGUIClick", root, function () if ( source == Button ) then local vehicle = getPedOccupiedVehicle (localPlayer) if vehicle then setVehicleEngineState ( vehicle, not getVehicleEngineState ( vehicle ) ) end end end )
  8. سوي ترايقر للسيرفر وسوي كود السياره في السيرفر كذا راح يشوفوها الكل
  9. مافيه شي مستحيل وانا الحمد لله تعلمت برمجة أخذ الأساسيات من الويكا واعتمدت على نفسي وانت حاطط ألف موضوع وتوك ماتعرف تسوي مثال بسيط تبي تعرف السبب ياحبيبي؟ لأأنك معتمد على أكوادك غيرك يعني هم عطوك الرابط حق الويكا لو قلنا انت تعرف تبرمج على اني اتوقع انك ماتعرف شي لكن نقول انت تعرف تشوف المثال ياحبيبي وتأخذه وتربطه مع المثال حقك لكن انت خلاص شفت الكل يساعدك ويعطيك كامل
  10. جميع مواضيعك لها اسم واحد تمت الأفادة لم تتم الأفادة مساعدة تكفون يعني دايم تنتظر أحد يسوي لك كود جاهز كذا ماراح تتعلم ولاتقول انا جديد الواحد يحاول بنفسه ولايعتمد على غيره والشباب ماقصرو عطوك اساسيات وحتى لما تدخل الويكا تحصل عليه مثال يعني تنتظر الى احد مايسوي لك كامل وتحط تم الصنع بواسطة سفاح
  11. والحين ليه تمسح كل شي؟ وتحط تمت الأفادة؟
  12. عندي ملاحظت عليك ليه دايم تغير اسم موضوعك؟ كذا ماراح تفيد غيرك يمكن احد وده يعرف مثلك ياليت ماعاد تغير اسم الموضوع ولو حبيت تغيره خل اسم الموضوع واكتبه قدامه تمت الأفادة
  13. الكود شغآل زي الحلإلإوه بس انت ماعرفت توصل فكرتك .! انا الي فهمته من كلامك اول شي انك تبي تضغط زر يطلع الاسم بالست والحين انت تقول انك تبي اذا دخل لاعب السيرفر يجي الاسم بالست علطول ياليت المره الجابه تحاول توصل الفكره مزبوط علشان تحصل مطلبك .. عالعموم هذا كودك function resourceStart () executeSQLCreateTable("names", "nplayer STRING, splayer STRING") end addEventHandler("onResourceStart", getResourceRootElement(getThisResource()), resourceStart) function greetPlayer ( ) client = source local serial = getPlayerSerial(client) local namp = getPlayerName (client) local getData = executeSQLQuery("SELECT * FROM names where splayer = '" .. serial .. "'") if not ( type( getData ) == "table" and #getData == 0 ) or not getData then name = getData[1]["nplayer"] triggerClientEvent(source, "B", root, name) else executeSQLInsert ( "names", "'".. namp .."','".. serial .."'" ) triggerClientEvent(source, "B", root, namp) end end addEventHandler ( "onPlayerJoin", getRootElement(), greetPlayer ) الكلنت addEvent("B",true) addEventHandler("B",root, function(data_) local row = guiGridListAddRow(List) guiGridListSetItemText(List, row, 1, data_, false, false) end ) انا ساعدته على الخاص وهو مو قصده كذا وبعدين انت ليه مسوي كودك اون بلاير جوين ترايقر كلنت وهو توه الكلنت ماتحمل عنده ؟؟ ما ألوم تابل لما يقول خرابيط تايم ض1
  14. هههههههههههههههههههههههههههههههههههههههههه
  15. عجيب .. يسبب لاق وقوي بعد .! لإ ياقلبي مآيسبب لاق .. المود من اوله الى اخره تايمرات وتقولي مايسوي لاق
  16. الكود شغال وكل شي بس في مشكلة صغيرة انه المؤشر حق الفأرة يطلع يوم اضغط اغلاق 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 if isElement(sound) then destroyElement(sound) sound = nil end sound = playSound( "http://6arbyat.net/songs/yamen/balges_a7md/6arbyat_balges_a7md_020.mp3", true ) elseif ( source == GUIEditor_Button[2] ) then if isElement(sound) then destroyElement(sound) sound = nil end sound = playSound( "ttp://6arbyat.net/songs/yamen/balges_a7md/6arbyat_balges_a7md_020.mp3", true ) elseif ( source == GUIEditor_Button[3] ) then if isElement(sound) then destroyElement(sound) sound = nil end 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", true ) elseif ( source == GUIEditor_Button[4] ) then if isElement(sound) then destroyElement(sound) sound = nil end sound = playSound( "http://mp3.hhgroups.com/descargar-tema/Shamanes%20Crew%20-%20Shamanes%20junto%20a%20ti%20-%20www.HHGroups.com.mp3", true ) elseif ( source == GUIEditor_Button[5] ) then if isElement(sound) then destroyElement(sound) sound = nil end sound = playSound( "http://dc142.4shared.com/img/112522884/d908b015/dlink__2Fdownload_2FzAAY2wbS_3Ftsid_3D00000000-000000-00000000/preview.mp3", true ) elseif ( source == GUIEditor_Button[6] ) then if isElement(sound) then destroyElement(sound) sound = nil end sound = playSound( "http://dc437.4shared.com/img/1082416795/657d267e/dlink__2Fdownload_2FzqOaM5Nj_3Ftsid_3D00000000-000000-00000000/preview.mp3", true ) elseif ( source == GUIEditor_Button[7] ) then if isElement(sound) then destroyElement(sound) sound = nil end sound = playSound( "http://dc142.4shared.com/img/112522884/d908b015/dlink__2Fdownload_2FzAAY2wbS_3Ftsid_3D00000000-000000-00000000/preview.mp3", true ) elseif ( source == GUIEditor_Button[8] ) then if isElement(sound) then destroyElement(sound) sound = nil end sound = playSound( "http://anneesommetique.top-depart.com/archive/audio/1/1/2/1198_.mp3", true ) elseif ( source == GUIEditor_Button[9] ) then if isElement(sound) then destroyElement(sound) sound = nil end sound = playSound( "http://dc180.4shared.com/img/409873282/75047a16/dlink__2Fdownload_2FywkHsAHE_3Ftsid_3D00000000-000000-00000000/preview.mp3", true ) elseif ( source == GUIEditor_Button[10] ) then if isElement(sound) then destroyElement(sound) sound = nil end sound = playSound( "http://escapadehigh.com/Stuff/Pump.mp3", true ) elseif ( source == GUIEditor_Button[11] ) then if isElement(sound) then destroyElement(sound) sound = nil end 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", true ) elseif ( source == GUIEditor_Button[12] ) then if isElement(sound) then destroyElement(sound) sound = nil end 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", true ) elseif ( source == GUIEditor_Button[13] ) then --- ؟؟؟؟؟؟ elseif ( source == GUIEditor_Button[15] ) then if isElement(sound) then destroyElement(sound) sound = nil end end end ) addEventHandler ("onClientGUIClick", GUIEditor_Button[14], function() guiSetVisible(wnd,false) showCursor(false) end,false)
  17. تسلم فديتك يابعدهم ق1 حياك في أي وقت
  18. 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 if isElement(sound) then destroyElement(sound) sound = nil end sound = playSound( "http://6arbyat.net/songs/yamen/balges_a7md/6arbyat_balges_a7md_020.mp3", true ) elseif ( source == GUIEditor_Button[2] ) then if isElement(sound) then destroyElement(sound) sound = nil end sound = playSound( "ttp://6arbyat.net/songs/yamen/balges_a7md/6arbyat_balges_a7md_020.mp3", true ) elseif ( source == GUIEditor_Button[3] ) then if isElement(sound) then destroyElement(sound) sound = nil end 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", true ) elseif ( source == GUIEditor_Button[4] ) then if isElement(sound) then destroyElement(sound) sound = nil end sound = playSound( "http://mp3.hhgroups.com/descargar-tema/Shamanes%20Crew%20-%20Shamanes%20junto%20a%20ti%20-%20www.HHGroups.com.mp3", true ) elseif ( source == GUIEditor_Button[5] ) then if isElement(sound) then destroyElement(sound) sound = nil end sound = playSound( "http://dc142.4shared.com/img/112522884/d908b015/dlink__2Fdownload_2FzAAY2wbS_3Ftsid_3D00000000-000000-00000000/preview.mp3", true ) elseif ( source == GUIEditor_Button[6] ) then if isElement(sound) then destroyElement(sound) sound = nil end sound = playSound( "http://dc437.4shared.com/img/1082416795/657d267e/dlink__2Fdownload_2FzqOaM5Nj_3Ftsid_3D00000000-000000-00000000/preview.mp3", true ) elseif ( source == GUIEditor_Button[7] ) then if isElement(sound) then destroyElement(sound) sound = nil end sound = playSound( "http://dc142.4shared.com/img/112522884/d908b015/dlink__2Fdownload_2FzAAY2wbS_3Ftsid_3D00000000-000000-00000000/preview.mp3", true ) elseif ( source == GUIEditor_Button[8] ) then if isElement(sound) then destroyElement(sound) sound = nil end sound = playSound( "http://anneesommetique.top-depart.com/archive/audio/1/1/2/1198_.mp3", true ) elseif ( source == GUIEditor_Button[9] ) then if isElement(sound) then destroyElement(sound) sound = nil end sound = playSound( "http://dc180.4shared.com/img/409873282/75047a16/dlink__2Fdownload_2FywkHsAHE_3Ftsid_3D00000000-000000-00000000/preview.mp3", true ) elseif ( source == GUIEditor_Button[10] ) then if isElement(sound) then destroyElement(sound) sound = nil end sound = playSound( "http://escapadehigh.com/Stuff/Pump.mp3", true ) elseif ( source == GUIEditor_Button[11] ) then if isElement(sound) then destroyElement(sound) sound = nil end 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", true ) elseif ( source == GUIEditor_Button[12] ) then if isElement(sound) then destroyElement(sound) sound = nil end 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", true ) elseif ( source == GUIEditor_Button[13] ) then --- ؟؟؟؟؟؟ elseif ( source == GUIEditor_Button[15] ) then if isElement(sound) then destroyElement(sound) sound = nil end end end ) addEventHandler ("onClientGUIClick", GUIEditor_Button[14], function() guiSetVisible(wnd, not guiGetVisible(wnd)) showCursor(guiGetVisible(wnd)) end,false)
  19. 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 ) addEventHandler ("onClientGUIClick", GUIEditor_Button[14], function() guiSetVisible(wnd, not guiGetVisible(wnd)) showCursor(guiGetVisible(wnd)) end,false)
×
×
  • Create New...