File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed
Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ This script displays a nearest postal next to where PLD would go and also has a
1212 - ` new-postals.json ` -> [ New and Improved Postals] ( https://forum.fivem.net/t/release-postal-code-map-new-improved-v1-1/147458 )
1313 - ` old-postals.json ` -> [ Original Postals] ( https://forum.fivem.net/t/release-modified-street-names-w-postal-numbers/8717 )
1414 - ` ocrp-postals.json ` -> [ OCRP Postals] ( https://forum.fivem.net/t/release-ocrp-community-releases/166277 )
15- 3 . To setup the postal map, open the ` __resource .lua` file and change the variable ` postalFile ` to one of the files above
15+ 3 . To setup the postal map, open the ` fxmanifest .lua` file and change the variable ` postalFile ` to one of the files above
1616 - ** NOTE** : This defaults as the ` new-postals.json ` file
1717
1818## Command
Original file line number Diff line number Diff line change @@ -6,13 +6,19 @@ local postalFile = 'new-postals.json'
66WHAT EVER YOU DO, DON'T TOUCH ANYTHING BELOW UNLESS YOU **KNOW** WHAT YOU ARE DOING
77If you just want to change the postal file, **ONLY** change the above variable
88--]]
9- resource_manifest_version ' 44febabe-d386-4d18-afbe-5e627f4af937'
9+ fx_version ' cerulean'
10+ games { ' gta5' }
11+
12+ author ' blockba5her'
13+ description ' This script displays a nearest postal next to where PLD would go and also has a command to draw a route to a specific postal'
14+ version ' 1.4.2'
15+ url ' https://github.com/blockba5her/nearest-postal'
1016
1117client_scripts {
1218 ' config.lua' ,
1319 ' cl.lua'
1420}
15- server_script {
21+ server_scripts {
1622 ' config.lua' ,
1723 ' sv.lua'
1824}
Original file line number Diff line number Diff line change 11{
2- "version" : " 1.4" ,
3- "changelog" : " Performance Improvements; Config Updates; Bug Fixes "
2+ "version" : " 1.4.2 " ,
3+ "changelog" : " Changed __resource to fxmanifest "
44}
You can’t perform that action at this time.
0 commit comments