{"id":151228,"date":"2024-08-29T07:00:31","date_gmt":"2024-08-29T05:00:31","guid":{"rendered":"https:\/\/hifivem.com\/?post_type=product&#038;p=151228"},"modified":"2026-08-06T12:40:07","modified_gmt":"2026-08-06T10:40:07","slug":"script-dinterface-utilisateur-texte-fivem","status":"publish","type":"product","link":"https:\/\/fivemx.com\/fr\/script-dinterface-utilisateur-texte-fivem\/","title":{"rendered":"Script d&#039;interface utilisateur textuelle FiveM"},"content":{"rendered":"<div class=\"fivemx-video-embed\">\n<div class=\"video-container\"><iframe title=\"Fivem TEXTUI Script | Standalone | Custom adjustable colors and pages | frkn-textui\" width=\"1170\" height=\"658\" src=\"https:\/\/www.youtube.com\/embed\/jLsjwAjQ9vo?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe><\/div>\n<\/div>\n<h2>FiveM Text-UI Script &#8211; Standalone Display Solution<\/h2>\n<p>A lightweight, high-performance text display script that brings clean UI notifications to your FiveM server.<\/p>\n<h3>What Makes It Stand Out<\/h3>\n<p>Unlike bloated notification systems, this Text-UI focuses on doing one thing exceptionally well: displaying text prompts with zero performance impact. The optimized code uses native GTA V rendering, resulting in crisp text that appears instantly and disappears without flicker.<\/p>\n<p>Built by 0Resmon, this script has become the go-to choice for developers who need reliable text displays for interactions, help prompts, keybind hints, and contextual information. It&#8217;s the foundation that powers countless other scripts.<\/p>\n<h3>Key Features<\/h3>\n<ul>\n<li><strong>Standalone Architecture<\/strong> &#8211; No framework dependency, works with ESX, QBCore, QBOX, or any custom base<\/li>\n<li><strong>Export System<\/strong> &#8211; Simple API for triggering text from any other script<\/li>\n<li><strong>Event-Based Control<\/strong> &#8211; Show and hide text through client\/server events<\/li>\n<li><strong>Customizable Appearance<\/strong> &#8211; Adjust position, color, size, and styling to match your theme<\/li>\n<li><strong>Performance Optimized<\/strong> &#8211; Uses native rendering with minimal resource usage (0.00ms typical)<\/li>\n<li><strong>Multiple Display Modes<\/strong> &#8211; Support for different text styles and positions<\/li>\n<li><strong>Thread-Safe<\/strong> &#8211; Handles rapid show\/hide calls without breaking<\/li>\n<li><strong>Documentation Included<\/strong> &#8211; Complete API reference and implementation examples<\/li>\n<\/ul>\n<h3>Perfect For<\/h3>\n<ul>\n<li>Interaction prompts (doors, vehicles, NPCs, objects)<\/li>\n<li>Job system notifications and instructions<\/li>\n<li>Vehicle interaction displays (fuel, trunk, hood, engine)<\/li>\n<li>Shop and business UI text (ATMs, registers, terminals)<\/li>\n<li>Keybind hints and help text<\/li>\n<li>Custom minigame instructions<\/li>\n<li>Any script that needs clean text display<\/li>\n<\/ul>\n<h3>How to Setup<\/h3>\n<div class=\"fivemx-video-embed\">\n<div class=\"video-container\"><iframe title=\"FRKN-DRAWTEXT SETUP\" width=\"1170\" height=\"658\" src=\"https:\/\/www.youtube.com\/embed\/7DaAMdvCJC8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe><\/div>\n<\/div>\n<ol>\n<li>Download and extract to your resources folder<\/li>\n<li>Add <code>ensure fivem-text-ui-script<\/code> to your server.cfg<\/li>\n<li>Review the config file to customize appearance<\/li>\n<li>Use exports from your other scripts to trigger displays<\/li>\n<li>Test and adjust positioning for your UI layout<\/li>\n<\/ol>\n<h3>Implementation Examples<\/h3>\n<p><strong>Client-Side Export:<\/strong><\/p>\n<p>Call <code>exports['script-name']:Show(text)<\/code> to display text and <code>exports['script-name']:Hide()<\/code> to remove it. The documentation includes dozens of working examples for common scenarios.<\/p>\n<p><strong>Event-Based Triggers:<\/strong><\/p>\n<p>Use <code>TriggerEvent()<\/code> or <code>TriggerClientEvent()<\/code> to show\/hide text from server-side scripts, perfect for job systems and interactive elements that need server validation.<\/p>\n<h3>Documentation &#038; Support<\/h3>\n<p>Full API documentation available at: <a href=\"https:\/\/docs.0resmon.org\/0resmon\/frkn-resources\/frkn-drawtext\/export-and-events\" target=\"_blank\" rel=\"noopener\">https:\/\/docs.0resmon.org\/0resmon\/frkn-resources\/frkn-drawtext\/export-and-events<\/a><\/p>\n<p>The documentation covers every export, event, and configuration option with code examples you can copy directly into your projects.<\/p>\n<h3>Technical Details<\/h3>\n<ul>\n<li><strong>Resource Type:<\/strong> Standalone (framework-independent)<\/li>\n<li><strong>File Size:<\/strong> Minimal (~500 KB)<\/li>\n<li><strong>Performance:<\/strong> 0.00ms average (client-side only)<\/li>\n<li><strong>Dependencies:<\/strong> None required<\/li>\n<li><strong>Language Support:<\/strong> Works with all character sets<\/li>\n<li><strong>Client\/Server:<\/strong> Client-side with optional server events<\/li>\n<\/ul>\n<h3>Framework Compatibility<\/h3>\n<ul>\n<li>\u2705 <strong>ESX Legacy<\/strong> &#8211; Full compatibility, commonly used for job interactions<\/li>\n<li>\u2705 <strong>QBCore<\/strong> &#8211; Perfect replacement for default QB text displays<\/li>\n<li>\u2705 <strong>QBOX<\/strong> &#8211; Works seamlessly with QBOX framework<\/li>\n<li>\u2705 <strong>Standalone<\/strong> &#8211; Use with any custom framework or vanilla FiveM<\/li>\n<li>\u2705 <strong>OX Framework<\/strong> &#8211; Compatible with ox_lib resource systems<\/li>\n<\/ul>\n<h3>Why Developers Love It<\/h3>\n<p>This script has become an essential dependency for countless FiveM resources because it just works. No complex setup, no performance issues, no compatibility headaches. It&#8217;s the reliable text display solution that lets you focus on building features instead of debugging UI glitches.<\/p>\n<p>The clean API makes integration trivial &#8211; add two lines of code to any script and you&#8217;ve got professional text displays. Whether you&#8217;re building a complex job system or just need to show &#8220;Press E to open,&#8221; this script handles it perfectly.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Un script d&#039;interface utilisateur texte vraiment cool (autonome), facile \u00e0 utiliser et \u00e0 configurer rapidement<\/p>\n<p>Documentation : <a href=\"https:\/\/docs.0resmon.org\/0resmon\/frkn-resources\/frkn-drawtext\/export-and-events\" target=\"_blank\" rel=\"noopener\">https:\/\/docs.0resmon.org\/0resmon\/frkn-resources\/frkn-drawtext\/export-and-events<\/a><\/p>","protected":false},"featured_media":151229,"comment_status":"open","ping_status":"closed","template":"","meta":[],"product_brand":[2902],"product_cat":[512,96,511],"product_tag":[3085],"class_list":["post-151228","product","type-product","status-publish","has-post-thumbnail","product_brand-0resmon","product_cat-qbcore-scripts","product_cat-esx-scripts","product_cat-standalone-scripts","product_tag-0resmon","first","instock","sale","downloadable","virtual","taxable","purchasable","product-type-simple"],"_links":{"self":[{"href":"https:\/\/fivemx.com\/fr\/wp-json\/wp\/v2\/product\/151228","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fivemx.com\/fr\/wp-json\/wp\/v2\/product"}],"about":[{"href":"https:\/\/fivemx.com\/fr\/wp-json\/wp\/v2\/types\/product"}],"replies":[{"embeddable":true,"href":"https:\/\/fivemx.com\/fr\/wp-json\/wp\/v2\/comments?post=151228"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/fivemx.com\/fr\/wp-json\/wp\/v2\/media\/151229"}],"wp:attachment":[{"href":"https:\/\/fivemx.com\/fr\/wp-json\/wp\/v2\/media?parent=151228"}],"wp:term":[{"taxonomy":"product_brand","embeddable":true,"href":"https:\/\/fivemx.com\/fr\/wp-json\/wp\/v2\/product_brand?post=151228"},{"taxonomy":"product_cat","embeddable":true,"href":"https:\/\/fivemx.com\/fr\/wp-json\/wp\/v2\/product_cat?post=151228"},{"taxonomy":"product_tag","embeddable":true,"href":"https:\/\/fivemx.com\/fr\/wp-json\/wp\/v2\/product_tag?post=151228"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}