Jump to content

MineX server

Members
  • Posts

    20
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

MineX server's Achievements

Civilian

Civilian (7/54)

2

Reputation

  1. still when i click F4 nothing happens. This resource work very well for me:https://community.multitheftauto.com/index.php?p=resources&s=details&id=11976
  2. Idk Why But this script is not working please correct it: local browser local browserVisible = false local screenWidth, screenHeight = guiGetScreenSize() function createYouTubeBrowser() -- Create the browser with a custom size and position local browserWidth, browserHeight = 800, 600 local browserPosX, browserPosY = (screenWidth - browserWidth) / 2, (screenHeight - browserHeight) / 2 browser = createBrowser(browserWidth, browserHeight, true, false) setBrowserProperty(browser, "scalable", "false") setBrowserProperty(browser, "movable", "true") -- Load the YouTube website loadBrowserURL(browser, "https://www.youtube.com") end function toggleYouTubeBrowser() if browserVisible then -- If the browser is already showing, hide it destroyElement(browser) browserVisible = false else -- If the browser is not showing, create it createYouTubeBrowser() browserVisible = true end end -- Bind the toggleYouTubeBrowser function to the F4 key bindKey("F4", "down", toggleYouTubeBrowser) This is AI generated script from Chat GPT btw The script is not working and showing no error in the console or in the debug please help
  3. I create a 3d model in blender then i need to use it in mta, But i dont know how, and how i can replace or add an mta interior with 3d interior with blender.
  4. How i can Set vehicle armor.
  5. function Marker() x, y, z = getElementPosition(localPlayer) marker = createMarker(x, y, z, "cylinder") end addCommandHandler("marker", Marker)--هنا تحط اسم الكوماند طبعا تقدر تقرا عن الماركرات فالويكي و تعدل على الماركر يمديك برضو تغير اسم الكوماند
  6. I need to create a admin panel mod, how i can give mySelf a rank, and how i can choose theplayer i want to upgrade him and demote him, if you can give me a script for that.
  7. I need to create a admin panel mod, how i can give mySelf a rank, and how i can choose theplayer i want to upgrade him and demote him, if you can give me a script for that.
  8. لسلام عيكم انا بدي اسوي مود انفنتوري لسرفري حياة واقعية انا عندي خبرة جيدة مسبقة items انا دائما عندما اثبت مودات انفنتوري الاقي يستعملو كيف اسوي هادي الايتمات و كيف اعمل لائحة ب دي اكس عشان الانفنتوري
  9. السلام عيكم

    انا بدي اسوي مود انفنتوري لسرفري حياة واقعية

    انا عندي خبرة جيدة مسبقة

     items انا دائما عندما اثبت مودات انفنتوري الاقي يستعملو 

    كيف اسوي هادي الايتمات و كيف اعمل لائحة ب دي اكس عشان الانفنتوري

  10. شوف قناة اسمها : واحة التكنواوجيا راح تفيدك كتير فيها مودات مرة كويسة
  11. but how others can make a designed panels, like inventory or login panels he use other programming langues ?
×
×
  • Create New...