docs: update gettingstarted

This commit is contained in:
Administrator 2025-07-06 03:08:15 +00:00 committed by DeLuce
parent f9c3259663
commit 1226647c00

View File

@ -2,7 +2,7 @@
title: Getting Started title: Getting Started
description: description:
published: true published: true
date: 2025-07-06T03:06:57.655Z date: 2025-07-06T03:08:14.555Z
tags: tags:
editor: code editor: code
dateCreated: 2025-06-08T03:06:31.460Z dateCreated: 2025-06-08T03:06:31.460Z
@ -28,10 +28,9 @@ dateCreated: 2025-06-08T03:06:31.460Z
</div> </div>
</div> </div>
<!-- Instructions Box (Same Style as Video Box) -->
<div style="background-color: #2a2a2a; border: 1px solid #555; border-radius: 6px; padding: 16px; margin: 0 auto 30px auto; width: 700px;">
<!-- Instructions --> <div style="text-align: left; color: #e0e0e0; font-size: 15px;">
<div>
<p><strong>🛠️ MAKE SURE NGD-BRIDGE IS STARTED AFTER YOUR CORE RESOURCES!</strong></p> <p><strong>🛠️ MAKE SURE NGD-BRIDGE IS STARTED AFTER YOUR CORE RESOURCES!</strong></p>
<ol> <ol>
<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>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>
@ -40,8 +39,8 @@ dateCreated: 2025-06-08T03:06:31.460Z
<li>Open your server's <code>server.cfg</code> file. At the bottom, add these lines, then restart your server:</li> <li>Open your server's <code>server.cfg</code> file. At the bottom, add these lines, then restart your server:</li>
</ol> </ol>
<!-- Code Block (Left-Aligned, High Contrast, No Centering) --> <!-- Code Block (Still Inside Box) -->
<div style="background: #111; border: 1px solid #555; padding: 10px; border-radius: 6px; width: 520px; margin: 10px 0; text-align: left; font-family: monospace;"> <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;"> <pre style="margin: 0;">
ensure ngd-Bridge ensure ngd-Bridge
ensure ngd-dj ensure ngd-dj
@ -53,3 +52,4 @@ ensure [ngd]
<p>Using CODEM Inventory? Click <a href="#">HERE</a> for additional setup instructions.</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> <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>
</div> </div>
</div>