docs: update gettingstarted

This commit is contained in:
Administrator 2025-07-06 03:04:02 +00:00 committed by DeLuce
parent c54464f8b0
commit 7b50b6d794

View File

@ -2,7 +2,7 @@
title: Getting Started
description:
published: true
date: 2025-07-06T03:03:01.790Z
date: 2025-07-06T03:04:01.815Z
tags:
editor: code
dateCreated: 2025-06-08T03:06:31.460Z
@ -15,8 +15,8 @@ dateCreated: 2025-06-08T03:06:31.460Z
<hr style="border: none; border-top: 2px solid #4a90e2; margin-bottom: 30px;">
<!-- Video Box -->
<div style="border: 1px solid #555; border-radius: 6px; background-color: #2a2a2a; padding: 12px; margin-bottom: 20px;">
<!-- Video Box (Fixed Width, Centered) -->
<div style="background-color: #2a2a2a; border: 1px solid #555; border-radius: 6px; padding: 12px; margin: 0 auto 30px auto; width: 520px;">
<div style="text-align: center;">
<strong style="color: #fff;">Please follow this simple guide to install <span style="color: #fdd835;">NGD scripts</span>.</strong>
<p style="color: #4a90e2; font-size: 14px;">
@ -33,15 +33,18 @@ dateCreated: 2025-06-08T03:06:31.460Z
<li>Download all NGD resources from <a href="https://keymaster.fivem.net/" target="_blank">Keymaster</a> or <a href="https://portal.cfx.re/" target="_blank">CFX Portal</a>.</li>
<li>Create a folder called <code>[ngd]</code> inside your server's main resource folder.</li>
<li>Extract all your NGD resources into that folder <a href="https://files.fivemerr.com/images/7bf80a1a-f3e0-4892-adb2-76bb68d8da82.png" target="_blank">like shown</a>.</li>
<li>Open your server's <code>server.cfg</code> file. At the bottom, add these lines, then restart your server:
<!-- Code Block (Tighter) -->
<pre style="background: #1e1e1e; padding: 6px 10px; border-radius: 4px; border: 1px solid #444; margin: 8px 0;">
<li>Open your server's <code>server.cfg</code> file. At the bottom, add these lines, then restart your server:</li>
</ol>
<!-- Code Block (Fixed Width, High Contrast, Centered) -->
<div style="background: #111; border: 1px solid #555; padding: 10px; border-radius: 6px; width: 520px; margin: 10px auto; text-align: left; font-family: monospace;">
<pre style="margin: 0;">
ensure ngd-Bridge
ensure ngd-dj
ensure [ngd]
</pre>
</li>
</ol>
</div>
<p><strong>Note:</strong> Skip <code>ngd-dj</code> if you didnt receive it with your resources.</p>
<p>Using CODEM Inventory? Click <a href="#">HERE</a> for additional setup instructions.</p>
<p><strong>Important:</strong> If your script includes items, make sure to add them to your framework/inventory along with all icons from the <code>img</code> folder!</p>