Jump to content

TurnUP

Members
  • Posts

    94
  • Joined

  • Last visited

Everything posted by TurnUP

  1. جرب اشتغل معاي %100 اما بالنسبه للبنق انت مو مضبط مكان الليبل GUIEditor_Window = {} GUIEditor_Tab = {} GUIEditor_Button = {} GUIEditor_Label = {} GUIEditor_Window[1] = guiCreateWindow(288,150,262,437,"Spawn Panel By >>»FAHAD..<<«",false) GUIEditor_Label[1] = guiCreateLabel ( 3, 3, 3, 1, "Your Name:", true,GUIEditor_Window[1]) GUIEditor_Label[2] = guiCreateLabel ( 3, 3, 5, 1, "Your Ping", true,GUIEditor_Window[1] ) GUIEditor_Button[1] = guiCreateButton(11,148,77,28,"النخيل",false,GUIEditor_Window[1]) GUIEditor_Button[2] = guiCreateButton(163,146,80,29,"الدائري",false,GUIEditor_Window[1]) GUIEditor_Button[3] = guiCreateButton(12,242,74,30,"الدخل",false,GUIEditor_Window[1]) GUIEditor_Button[4] = guiCreateButton(166,244,77,31,"الغروب",false,GUIEditor_Window[1]) GUIEditor_Button[5] = guiCreateButton(11,327,77,30,"ساحة القتال",false,GUIEditor_Window[1]) GUIEditor_Button[6] = guiCreateButton(165,326,80,28,"مهمة البنك",false,GUIEditor_Window[1]) GUIEditor_Label[1] = guiCreateLabel(15,407,136,30,"By »FAHAD..??«",false,GUIEditor_Window[1]) function resourceStart () bindKey ("F2", "down", menuShow) end addEventHandler ("onClientResourceStart", getResourceRootElement ( getThisResource () ), resourceStart) function menuShow () visableornot = guiGetVisible (GUIEditor_Window[1]) if (visableornot == true) then guiSetVisible (GUIEditor_Window[1], false) showCursor (false) end if (visableornot == false) then guiSetVisible (GUIEditor_Window[1], true) showCursor (true) end end addEventHandler("onClientRender", getRootElement(), function () if guiGetVisible(GUIEditor_Window[1]) then guiSetText(GUIEditor_Label[1]," "..getPlayerName(getLocalPlayer())) end end ) function Ping() local myPing = getPlayerPing(getLocalPlayer()) guiSetText ( GUIEditor_Label[2], "Your Ping: ".. tostring(myPing) .." " ) end جرب هذا الكود كمان مرا انا حدثته
  2. جرب كذا ال يشغل ويطفي النافذه هو اف2 كلنت GUIEditor_Window[1] = guiCreateWindow(288,150,262,437,"Spawn Panel By >>»FAHAD..<<«",false) myLabel1 = guiCreateLabel ( 3, 3, 3, 1, "Your Name:", true,GUIEditor_Window[1]) myLabel2 = guiCreateLabel ( 3, 3, 5, 1, "Your Ping", true,GUIEditor_Window[1] ) GUIEditor_Button[1] = guiCreateButton(11,148,77,28,"النخيل",false,GUIEditor_Window[1]) GUIEditor_Button[2] = guiCreateButton(163,146,80,29,"الدائري",false,GUIEditor_Window[1]) GUIEditor_Button[3] = guiCreateButton(12,242,74,30,"الدخل",false,GUIEditor_Window[1]) GUIEditor_Button[4] = guiCreateButton(166,244,77,31,"الغروب",false,GUIEditor_Window[1]) GUIEditor_Button[5] = guiCreateButton(11,327,77,30,"ساحة القتال",false,GUIEditor_Window[1]) GUIEditor_Button[6] = guiCreateButton(165,326,80,28,"مهمة البنك",false,GUIEditor_Window[1]) GUIEditor_Label[1] = guiCreateLabel(15,407,136,30,"By »FAHAD..??«",false,GUIEditor_Window[1]) function resourceStart () bindKey ("F2", "down", menuShow) end addEventHandler ("onClientResourceStart", getResourceRootElement ( getThisResource () ), resourceStart) function menuShow () visableornot = guiGetVisible (GUIEditor_Window[1]) if (visableornot == true) then guiSetVisible (GUIEditor_Window[1], false) showCursor (false) end if (visableornot == false) then guiSetVisible (GUIEditor_Window[1], true) showCursor (true) end end function refresh() guiSetText(myLabel1,Your Name ..getPlayerName) guiSetText(myLabel2,Your Ping ..getPlayerPing) end setTimer(refresh,500,0) end ==جرب الكود كمان مرا لاني نسيت شي==
  3. على ما اعتقد انت دامج اكواد كلنت وسيرفر مع بعض استخدم الايفينت هذا الي اقدرت عليه الشباب يفيدونك اكثر
  4. السلام عليكم انا لاحظت في بعض السيرفرات بحذفون اشياء مثل اعمده, بيوت من المب الاصليه مود ده ولا كيف ؟؟؟؟؟؟؟
  5. https://community.multitheftauto.com/index.php?p=resources&s=details&id=3054 ربي يعطيك العافيه
  6. فين الاقيه GUI Tooltips انا بحثت عنه وما لقيته
  7. أستخدم الألمنت داتا مثال setElementData(player, "Class", "FBI") جزاك الله خيرا اخي الكريم ظبتت
  8. exports.scoreboard:scoreboardAddColumn("Class") هذا الكود بيحط Class في التاب بس ما اعرف كيف احط اسم بجانب اسم الاعب متل الي بصورة
  9. بس اعطوني المود او الكود انا بضبته
  10. شوف دي الصورة Class الحين اظن انك فهمت
  11. اخ!!لسه ما فهمتني
  12. نعم شوفت الصورة؟ قرأة موضوع زين؟؟
  13. لا اريد اظهار الاي دي اريد اسماء انا اضعها على الكود
  14. Stolen https://community.multitheftauto.com/index.php?p=resources&s=details&id=5613 DONE
  15. سلام عليكم وبعد - اريد كود اظهار اسم في التاب متل البنق + اريد كود عندما مثلا اتي على قائمة كذه واضغط على زر كذه بعدين يكتب كلام انا احطه في الكود ويطلع تحت الاسم الي موضوع على التاب ممكن ؟؟ وشكرا
×
×
  • Create New...