docs: update gettingstarted

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

View File

@ -2,7 +2,7 @@
title: Getting Started
description:
published: true
date: 2025-07-06T03:01:34.944Z
date: 2025-07-06T03:03:01.790Z
tags:
editor: code
dateCreated: 2025-06-08T03:06:31.460Z
@ -16,13 +16,13 @@ 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: 8px; background-color: #2a2a2a; padding: 16px; margin-bottom: 30px;">
<div style="border: 1px solid #555; border-radius: 6px; background-color: #2a2a2a; padding: 12px; margin-bottom: 20px;">
<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;">
<strong>BE SURE TO WATCH THE VIDEO BELOW IF YOU NEED FURTHER INSTRUCTION</strong>
</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/g-iYc0wXeis" frameborder="0" allowfullscreen></iframe>
<iframe width="480" height="270" src="https://www.youtube.com/embed/g-iYc0wXeis" frameborder="0" allowfullscreen></iframe>
</div>
</div>
@ -34,11 +34,12 @@ dateCreated: 2025-06-08T03:06:31.460Z
<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:
<pre style="background: #1e1e1e; padding: 10px; border-radius: 6px; border: 1px solid #444;">
<!-- Code Block (Tighter) -->
<pre style="background: #1e1e1e; padding: 6px 10px; border-radius: 4px; border: 1px solid #444; margin: 8px 0;">
ensure ngd-Bridge
ensure ngd-dj
ensure [ngd]
</pre>
</pre>
</li>
</ol>
<p><strong>Note:</strong> Skip <code>ngd-dj</code> if you didnt receive it with your resources.</p>