This repository has been archived by the owner on Dec 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f8e254c
commit 9f786e9
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,20 @@ | ||
# KD_Display | ||
A FiveM Script to show the KD of each player | ||
|
||
## Download & Installation | ||
|
||
### Using Git | ||
``` | ||
cd server-data/resources/ | ||
git clone https://github.com/MichaelCoding25/KD_Display | ||
``` | ||
|
||
### Manually | ||
- Download the most recent `.zip` file/archive from the **[releases](https://github.com/MichaelCoding25/KD_Display/releases)** page. | ||
- Extract the contents to your `server-data/resources/` directory. | ||
|
||
## Installation | ||
- Ensure you've added the following to your `server.cfg` file: | ||
``` | ||
start KD_Display | ||
``` |