docs: update gettingstarted

This commit is contained in:
Administrator 2025-07-06 02:43:01 +00:00 committed by DeLuce
parent 49afc4b16a
commit 031d73622e

View File

@ -2,7 +2,7 @@
title: Getting Started title: Getting Started
description: description:
published: true published: true
date: 2025-07-06T02:40:20.462Z date: 2025-07-06T02:43:00.055Z
tags: tags:
editor: markdown editor: markdown
dateCreated: 2025-06-08T03:06:31.460Z dateCreated: 2025-06-08T03:06:31.460Z
@ -14,21 +14,27 @@ dateCreated: 2025-06-08T03:06:31.460Z
<div style=" <div style="display: flex; flex-direction: column; align-items: center; text-align: center;">
<img src="/11f39c35-0150-4b61-b168-a61c673b9cce.png" alt="Logo" style="max-width: 100%; height: auto;" />
<div style="
border: 1px solid #888; border: 1px solid #888;
border-radius: 8px; border-radius: 8px;
padding: 15px; padding: 15px;
background-color: #2a2a2a; background-color: #2a2a2a;
text-align: center;
color: #fff; color: #fff;
font-size: 20px; font-size: 20px;
font-weight: bold; font-weight: bold;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; /* Center horizontally */ align-items: center;
height: auto;
line-height: normal; line-height: normal;
"> margin-top: 20px;
width: 100%;
max-width: 700px;
margin-left: auto;
margin-right: auto;
">
<div> <div>
Please follow this simple guide to install <span style="color: #fdd835;">NGD scripts</span>. Please follow this simple guide to install <span style="color: #fdd835;">NGD scripts</span>.
</div> </div>
@ -41,12 +47,15 @@ dateCreated: 2025-06-08T03:06:31.460Z
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe> allowfullscreen></iframe>
</div> </div>
</div>
</div> </div>
🛠️ MAKE SURE NGD-BRIDGE IS STARTED AFTER YOUR CORE RESOURCES! 🛠️ MAKE SURE NGD-BRIDGE IS STARTED AFTER YOUR CORE RESOURCES!
1. Download all NGD resources from [Keymaster](https://keymaster.fivem.net/) or [CFX Portal](https://portal.cfx.re/). 1. Download all NGD resources from [Keymaster](https://keymaster.fivem.net/) or [CFX Portal](https://portal.cfx.re/).