We’ve made a huge re-structure of the resource, introducing new features, enhancements, and optimizations to improve functionality and performance. This update includes better organization, expanded capabilities, and a more user-friendly experience.
Key Highlights:
Completely revamped resource structure
A lot of new features and improvements
Well-documented setup and usage instructions in our GitBook
Check the documentation for a detailed guide on how to get started with the new version!
Starter item can be disabled if you only want to provide the starter vehicle.
Display the ped only for new players joining the server.
ped = { -- Settings for the ped (NPC)
...
show_only_for_newbie = true, -- Show the ped only for the player who hasn't received the starter pack
...
}
Config.Locations = {
["1"] = {
starterpack_type = false, -- Type of starter pack given to the player (set to false if you don't want to give a starter pack item)
...
}
}