Advanced Starter Pack System - 2.2.0 Updates
Features
- Added Check Version option
- Fixed duplication issue with ped spawns.
- 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)
...
}
}
Documentations: https://tcdev.gitbook.io/tcd-documentation
Full Changelog: v2.1.0...v2.2.0