QBCore Installation
This explains the small installation steps which are necessary for persistent death/armor across server restarts. You can remove qb- ambulancejob as this is a complete replacement.
ONE SYNC (WITH INFINITY) IS REQUIRED.
Metadata
(Old Format) Add this entry for metadata in qb-core/server/player.lua if you do NOT have them already.
(New Format) If you're using a newer version of qb-core, the format was changed to QBConfig.Player.PlayerDefaults in the config.lua. You should find the metadata = {} part of the QBConfig.Player.PlayerDefaults and insert these below if they don't exist:
Adding new heal items
If adding a new heal item to the Server.HealItems table, you can simply add them to qb-core/shared/items.lua like the following example:
Last updated