What's new

Welcome to the forum 👋, Visitor

Discover, download, and share the best FiveM scripts and Fivem mods. Find quality scripts, mods, and resources to enhance your FiveM server easily!

Script cr-3dnui - Interactive 3D DUI panels for FiveM —( real web apps rendered on in-game surfaces) [FREE RELEASE]

fivemshare

Legendary Member
Joined
Oct 7, 2025
Messages
1,445
Reaction score
485
Ekran görüntüsü 2025-12-23 160237.webp

This link is hidden for visitors. Please log in or register to view it.


cr-3dnui​

Interactive 3D DUI panels for FiveM — real web apps on in-game screens.
cr-3dnui is a developer library that lets you render live HTML/JS UIs onto walls, props, and surfaces in FiveM and interact with them in 3D using raycasts.

Instead of opening fullscreen NUI, players walk up to a screen in the world and interact with a web UI that triggers your client/server logic.

Use cases:

  • ATMs with PIN pads
  • PD boards / MDT terminals
  • Hospital check-in kiosks
  • Vending machines / gas pumps / kiosks
  • Arcade machines running HTML/JS games
  • Admin / debug terminals

What it does​

  • Renders a live HTML page via DUI (CreateDui) using nui://... URLs
  • Draws the DUI texture on a world-space quad (arbitrary position + normal)
  • Converts camera ray → panel hit → UV (0..1) via RaycastPanel()
  • Supports two interaction styles:
    • Message-based input (good for menus)
    • Native mouse injection (hover/drag, “real” pointer behavior)
  • Optional helper: draws a HUD cursor sprite via DrawCursor() (your resource decides when)
 

Theme customization system

You can customize some areas of the forum theme from this menu.

  • Wide/Narrow view

    You can control a structure that you can use to use your theme wide or narrow.

    Grid view forum list

    You can control the layout of the forum list in a grid or ordinary listing style structure.

    Picture grid mode

    You can control the structure where you can open/close images in the grid forum list.

    Close sidebar

    You can get rid of the crowded view in the forum by closing the sidebar.

    Fixed sidebar

    You can make it more useful and easier to access by pinning the sidebar.

    Close radius

    You can use the radius at the corners of the blocks according to your taste by closing/opening it.

  • Choose the color combination that reflects your taste
    Background images
    Color gradient backgrounds
Back