docs: update gettingstarted
This commit is contained in:
parent
3860a00071
commit
c54464f8b0
|
@ -2,7 +2,7 @@
|
||||||
title: Getting Started
|
title: Getting Started
|
||||||
description:
|
description:
|
||||||
published: true
|
published: true
|
||||||
date: 2025-07-06T03:01:34.944Z
|
date: 2025-07-06T03:03:01.790Z
|
||||||
tags:
|
tags:
|
||||||
editor: code
|
editor: code
|
||||||
dateCreated: 2025-06-08T03:06:31.460Z
|
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;">
|
<hr style="border: none; border-top: 2px solid #4a90e2; margin-bottom: 30px;">
|
||||||
|
|
||||||
<!-- Video Box -->
|
<!-- 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;">
|
<div style="text-align: center;">
|
||||||
<strong style="color: #fff;">Please follow this simple guide to install <span style="color: #fdd835;">NGD scripts</span>.</strong>
|
<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;">
|
<p style="color: #4a90e2; font-size: 14px;">
|
||||||
<strong>BE SURE TO WATCH THE VIDEO BELOW IF YOU NEED FURTHER INSTRUCTION</strong>
|
<strong>BE SURE TO WATCH THE VIDEO BELOW IF YOU NEED FURTHER INSTRUCTION</strong>
|
||||||
</p>
|
</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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -34,7 +34,8 @@ dateCreated: 2025-06-08T03:06:31.460Z
|
||||||
<li>Create a folder called <code>[ngd]</code> inside your server's main resource folder.</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>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:
|
<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-Bridge
|
||||||
ensure ngd-dj
|
ensure ngd-dj
|
||||||
ensure [ngd]
|
ensure [ngd]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user