Jump to content

Ahmed Ly

Members
  • Posts

    1,304
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Ahmed Ly

  1. تفضل اخوي http://killerh.net/MTA1.5.zip شكرا لك
  2. السلام عليكم بدي رابط تحديث سيرفر 1.5 او 1.5.1
  3. تمت الافداة من دابل يغلق
  4. 83 triggerServerEvent("mony",localplayer) 101 [luatriggerServerEvent("sss",localplayer) ][/lua] 69 triggerServerEvent("stop",localplayer)
  5. + مايبي ينقلي مكان لي محدث انا في اكود هدا setElementPosition(source,395.46591,-1858.81592,13.60156) setCameraMatrix(source,395.64987,-1868.80786,13.60156,395.46591,-1858.81592,13.60156) end addEvent("hitt",true) addEventHandler("hitt",root,mm)
  6. شوف شو يقولي في debugscript
  7. لم نضغط علي الزر ما تبي تتغير شخصيه ليش ؟
  8. وين خطا في هدا اكود؟ كلنت GUIEditor = { label = {}, } GUIEditor.label[1] = guiCreateStaticImage(467, 447, 189, 75, "r.png", false) GUIEditor.label[2] = guiCreateStaticImage(218, 447, 189, 75, "q.png", false) GUIEditor.label[3] = guiCreateStaticImage(327, 532, 221, 93, "s.png", false) GUIEditor.label[4] = guiCreateStaticImage(279, 379, 159, 51, "CL.png", false) guiSetVisible(GUIEditor.label[1],false) guiSetVisible(GUIEditor.label[2],false) guiSetVisible(GUIEditor.label[3],false) guiSetVisible(GUIEditor.label[4],false) mrss = createMarker (377.54077,-1887.06738,7.83594,"cylinder",1,52,38,162,255) function hit () triggerServerEvent("hitt",localplayer) playSound("lol.mp3") guiSetVisible(GUIEditor.label[1],true) guiSetVisible(GUIEditor.label[2],true) guiSetVisible(GUIEditor.label[3],true) guiSetVisible(GUIEditor.label[4],true) showCursor(true) end addEventHandler("onClientMarkerHit",mrss,hit) function off () if source == GUIEditor.label[4] then playSoundFrontEnd(10) guiSetVisible(GUIEditor.label[1],false) guiSetVisible(GUIEditor.label[2],false) guiSetVisible(GUIEditor.label[3],false) guiSetVisible(GUIEditor.label[4],false) showCursor(false) triggerServerEvent("stop",localplayer) end end addEventHandler("onClientGUIClick",root,off) function oo () if source == GUIEditor.label[2] then triggerServerEvent("mony",localplayer) playSoundFrontEnd(10) end end addEventHandler("onClientGUIClick",root,oo) function skibb () if source == GUIEditor.label[1] then playSoundFrontEnd(10) triggerServerEvent("sss",localplayer) end end addEventHandler("onClientGUIClick",root,skibb) سيرفر function skinnn () takePlayerMoney(source, 500) id = math.random(46) setElementModel(source,id) outputChatBox("تم شراء بنجاح",source,0,255,0) end addEvent("mony",true) addEventHandler("mony",root,skinnn) function rrr () takePlayerMoney(source, 500) id = math.random(46) setElementModel(source,id) outputChatBox("تم شراء بنجاح",source,0,255,0) end addEvent("sss",true) addEventHandler("sss",root,rrr) function mm () setElementPosition(source,395.46591,-1858.81592,13.60156) setCameraMatrix(source,395.64987,-1868.80786,13.60156,395.46591,-1858.81592,13.60156) end addEvent("hitt",true) addEventHandler("hitt",root,mm) function stopp () setCameraTarget(source,source) end addEvent("stop",true) addEventHandler("stop",root,stopp)
  9. االسلام عليكم سيرفر جميل و حلو و رائع نتمنى لكم التوفيق
  10. مشاء الله عليك كفووووووووو استمر يا بطل
  11. شكرا دابل والله شرح جميل امنوووور
  12. جرب ---------------------- -- Setting ---------------------- local Key = "F9" ---------------------- GUIEditor = { label = {}, staticimage = {} } local screenW, screenH = guiGetScreenSize() GUIEditor.staticimage[1] = guiCreateStaticImage((screenW - 300) / 2, (screenH - 328) / 2, 300, 328, ":voice/images/voice.png", false) guiSetVisible(GUIEditor.staticimage[1],false); guiWindowSetSizable(GUIEditor.staticimage[1], false); guiSetAlpha(GUIEditor.staticimage[1], 0.70) guiSetProperty(GUIEditor.staticimage[1], "ImageColours", "tl:FF125700 tr:FF125700 bl:FF125700 br:FF125700") GUIEditor.staticimage[2] = guiCreateStaticImage(48, 28, 215, 26, ":voice/images/voice.png", false, GUIEditor.staticimage[1]) guiSetProperty(GUIEditor.staticimage[2], "ImageColours", "tl:FF807D7D tr:FF807D7D bl:FF807D7D br:FF807D7D") GUIEditor.label[1] = guiCreateLabel(1, 1, 214, 25, "بوفيه الامانة الذهبية", false, GUIEditor.staticimage[2]) guiSetFont(GUIEditor.label[1], "default-bold-small") guiLabelSetColor(GUIEditor.label[1], 27, 69, 17) guiLabelSetHorizontalAlign(GUIEditor.label[1], "center", false) guiLabelSetVerticalAlign(GUIEditor.label[1], "center") GUIEditor.staticimage[3] = guiCreateStaticImage(10, 143, 107, 23, ":voice/images/voice.png", false, GUIEditor.staticimage[1]) guiSetProperty(GUIEditor.staticimage[3], "ImageColours", "tl:FF0E5500 tr:FF0E5500 bl:FF0E5500 br:FF0E5500") GUIEditor.label[2] = guiCreateLabel(1, 0, 106, 23, "شكشوكة", false, GUIEditor.staticimage[3]) guiSetFont(GUIEditor.label[2], "default-bold-small") guiLabelSetHorizontalAlign(GUIEditor.label[2], "center", false) guiLabelSetVerticalAlign(GUIEditor.label[2], "center") GUIEditor.staticimage[4] = guiCreateStaticImage(10, 255, 107, 23, ":voice/images/voice.png", false, GUIEditor.staticimage[1]) guiSetProperty(GUIEditor.staticimage[4], "ImageColours", "tl:FF0E5500 tr:FF0E5500 bl:FF0E5500 br:FF0E5500") GUIEditor.label[3] = guiCreateLabel(1, 0, 106, 23, "سندوتش مشكل", false, GUIEditor.staticimage[4]) guiSetFont(GUIEditor.label[3], "default-bold-small") guiLabelSetHorizontalAlign(GUIEditor.label[3], "center", false) guiLabelSetVerticalAlign(GUIEditor.label[3], "center") GUIEditor.staticimage[5] = guiCreateStaticImage(183, 143, 107, 23, ":voice/images/voice.png", false, GUIEditor.staticimage[1]) guiSetProperty(GUIEditor.staticimage[5], "ImageColours", "tl:FF0E5500 tr:FF0E5500 bl:FF0E5500 br:FF0E5500") GUIEditor.label[4] = guiCreateLabel(1, 0, 106, 23, "كبدة على الصاج", false, GUIEditor.staticimage[5]) guiSetFont(GUIEditor.label[4], "default-bold-small") guiLabelSetHorizontalAlign(GUIEditor.label[4], "center", false) guiLabelSetVerticalAlign(GUIEditor.label[4], "center") GUIEditor.staticimage[6] = guiCreateStaticImage(183, 255, 107, 23, ":voice/images/voice.png", false, GUIEditor.staticimage[1]) guiSetProperty(GUIEditor.staticimage[6], "ImageColours", "tl:FF0E5500 tr:FF0E5500 bl:FF0E5500 br:FF0E5500") GUIEditor.label[5] = guiCreateLabel(1, 1, 106, 22, "تقاطيع لحم", false, GUIEditor.staticimage[6]) guiSetFont(GUIEditor.label[5], "default-bold-small") guiLabelSetHorizontalAlign(GUIEditor.label[5], "center", false) guiLabelSetVerticalAlign(GUIEditor.label[5], "center") -- xBindFunction_ = function () guiSetVisible(GUIEditor.staticimage[1],not guiGetVisible(GUIEditor.staticimage[1])); showCursor(guiGetVisible(GUIEditor.staticimage[1])); end bindKey(Key,"down",xBindFunction_); -- addEventHandler ("onClientGUIClick", root, function () if source == GUIEditor.staticimage[3] then takePlayerMoney (localplayer,5) outputChatBox("تم شراء صحن شكشوكة ( ب 5 $ )") end end )
  13. ناقص فاصلة بالسطر الاول ايه اهو عدلت addEventHandler("onClientGUIClick",root, function () if source == اسم الزر then setPedWalkingStyle(localplayer,138) end end )
  14. جرب هدا addEventHandler("onClientGUIClick",root function () if source == اسم الزر then setPedWalkingStyle(localplayer,138) end end )
  15. سكربت جميل ورائع بالتوفيق
  16. هو مش محدد عايز ايه (بالظبط اني نبيه لم يقتل لاعب يزيد دمه لي قتله +تطلع له صوره و اغنيه انشاء الله فهمت بسس
×
×
  • Create New...