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

  • FiveM Blips

    • Has all the IDs of available blips

    • You can find the Blip Colors at the bottom of this page

  • FiveM Control Keys

    • 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

  • Vehicle Models

    • List of all the vehicle models in GTA 5, with images

  • Ped Models

    • List of all the available ped models in GTA 5, with images

  • Weapon Models

    • List of all the available weapon models in GTA 5, with images

  • Diff Checker

    • 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

  • Tebex Payment History

    • 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


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