Skip to content
This repository was archived by the owner on Nov 19, 2025. It is now read-only.

Commit 996fff6

Browse files
committed
2 parents e4b8eb1 + 069766c commit 996fff6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ That's it. Launch your server.
2424

2525
## Suggested Config Edits to Other Plugins
2626
These are edits to other plugins' config files to complete the look of your server's hud.
27-
#### [StreetLabel](https://google.com/)
27+
#### [StreetLabel](https://github.com/codibez/streetLabel)
2828
Edit config.lua to
2929
```lua
3030
x = 1.000
3131
y = 0.980
3232
```
33-
#### [nearest-postal](https://google.com/)
33+
#### [nearest-postal](https://forum.cfx.re/t/release-nearest-postal-script/293511)
3434
Edit config.lua to
3535
```lua
3636
text = {
@@ -39,7 +39,7 @@ text = {
3939
posY = 0.961,
4040
},
4141
```
42-
#### [LegacyFuel](https://google.com/)
42+
#### [LegacyFuel](https://github.com/InZidiuZ/LegacyFuel)
4343
Edit fuel_client.lua in the last Citizen.CreateThread(function() found on line 374 to
4444
```lua
4545
if displayHud then
@@ -49,7 +49,7 @@ if displayHud then
4949
--DrawAdvancedText(0.148 - x, 0.7765 - y, 0.005, 0.0028, 0.5, "Fuel", 255, 255, 255, 255, 6, 1)
5050
else
5151
```
52-
#### [lux_vehcontrol](https://google.com/)
52+
#### [lux_vehcontrol](https://forum.cfx.re/t/release-luxart-vehicle-control/17304)
5353
The easy option would be to take a look at the Custom_Lux_Config.md file for information on how to create a config file for lux_vehcontrol. But if you aren't into that you can look at the client.lua file starting on line 438 to change the controls.
5454

5555
## Contributing

0 commit comments

Comments
 (0)