-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #53 from MTDOJRP/postals
Postals (initial)
- Loading branch information
Showing
2 changed files
with
32 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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"label": "Postals", | ||
"position": 3, | ||
"link": { | ||
"type": "generated-index", | ||
"description": "Find out how to utilize postal codes on our server!" | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
sidebar_position: 1 | ||
--- | ||
|
||
# What are postal codes? | ||
|
||
Postal codes are 4-digit identifiers for basically every possible location on the map that isn't a road. Looking for the Vinewood P.D.? The postal would be 7104 (as seen in the screenshot below)! | ||
|
||
These postal codes will display both on the big main map, as well as the small mini-map in the bottom left corner of your screen. | ||
|
||
![](https://cdn.discordapp.com/attachments/863455325805608960/1258904619657072732/image.png?ex=6689bdca&is=66886c4a&hm=2fa95cd8754f3f3630f087dbe25001941fb8ff2a8a4db3d2b45f9cb58d93e703&) | ||
|
||
### Custom Locations | ||
|
||
Some custom areas of interest will also have their own icons. For example, the mechanic shop at postal '7203' has a wrench icon. This is all customizable via our custom Kelly Menu (the F1 menu) within `Miscallaneous Options` -> `Blip Settings`. | ||
|
||
![](https://cdn.discordapp.com/attachments/863455325805608960/1258906543618002954/image.png?ex=6689bf95&is=66886e15&hm=2fe01e177cd3a23fafcbf17ffb78b0081d42f6f1e84c7477ed3006efa34c3145&) | ||
|
||
### The postal command | ||
|
||
You also have the ability to use the `/postal [code]` command in-game. | ||
This command allows you to enter one of the postal codes and it will draw a route on your mini-map to the location, like so: | ||
|
||
![](https://cdn.discordapp.com/attachments/863455325805608960/1258907989121695794/image.png?ex=6689c0ed&is=66886f6d&hm=d8171658024638ca727569e34bbb7c1cdac478937ae0f8d45370d3a37545b513&) |