⭐Useful Resources
Resources unrelated to Envi scripts, but can be very helpful in your FiveM Server Development experience
Ox Scripts
Ox Scripts have moved to a new GitHub page and will only be updated in this new location
You can find the new scripts via the Community Ox Github
NOTE: For qb-core users only
Unless Community Ox updates to add qb-core compatibility back to ox_target and ox_inventory, then you should only get ox_lib from the above github.
Download v.1.16.0 of ox_target for qb-core compatibility
Download v.2.41.0 of ox_inventory for qb-core compatibilty
Helpful Websites
FiveM Artifacts DB (Thanks JG Scripts!)
Find the latest stable build artifacts for your server with ease
Has all the IDs of available blips
You can find the Blip Colors at the bottom of this page
This page contains all the possible control inputs for GTA 5 and FiveM
When changing control key values in config files typically you need a number value
This page is where you can find those number values
List of all the vehicle models in GTA 5, with images
List of all the available ped models in GTA 5, with images
List of all the available weapon models in GTA 5, with images
Allows you to compare the changes between two files
Useful for checking what changed in a file between script updates
Helps you determine which config changes you'll need to put back into the new config after an update, without replacing the entire file and potentially breaking the script due to missing new configuration changes
Easy place to view your purchase history, and get tebex ids for said purchases
Helpful Scripts
Dolu Tool (Free on Github)
Play with world options
Manipulate existing and spawn new objects
Get information such as coords about vanilla interiors
Ped Spawner
Vehicle Spawner
Weapon
Play audio
qw-offsetfinder (Free on Github)
Script to easily help you copy offsets for any model, including shells
Software
Highly recommended to use this application, or something similar, to modify scripts
VS Code Extensions (extremely useful installations that will help you quickly navigate and find issues before restarting your server)
Logging Tools
These are highly preferred to Discord as a logging tool. You should never use Discord as your logging solution, but instead pick one of the following. Discord logs are messy, difficult to search through, and any media uploaded to Discord is not permanent, meaning it will be automatically deleted within a couple of months
Adding our clothes to clothing packs
You can integrate our clothing items with any clothing tool, like durty cloth tool (paid) and grzy cloth tool (free).
Similarly, you can do it manually using ymt editor, like this
Alternatively you can just use it as is, as it will work fine without putting it into your own clothing pack.
Last updated