[FREE] Starter Pack

This script provides a convenient way for players to receive starter packs containing predefined items by interacting with a designated NPC at a certain location. Below, you’ll find everything you need to know about installing, configuring, and using this system effectively.

:video_camera: Preview
:link: Download Here

Features

  • Allows players to interact with an NPC to receive starter packs.
  • Customizable NPC ped, position, and animation.
  • Easily configurable starter pack contents.
  • Server-side functionality to check and mark players who have received starter packs.

Dependencies

Ensure that the following dependencies are installed:

Your feedback is invaluable! Please share your thoughts or report any issues you encounter. This system will be frequently updated to add more features.

12 Likes

Actually very cool, great release been looking for something like this for a while!

1 Like

I mean… it’s cool, but why would you wanna use like sql for something like that, when you can use kvp

1 Like

Hey,

Thanks for the suggestion. By default, I am more used to storing and managing data through SQL since it is convenient when writing systems. However, I see the potential benefits of using a Kvp string/int for this data type. I’ll give it a try and rewrite the implementation accordingly—unless you’d like to submit a pull request for it. :blush:

1 Like

Would this be able to be set to give new hire leo or ems certain equipment to start out with their job?

This system was meant for new players to receive starter items only once when making a character. Although, you can edit source to make it do what you need to do, add some checks for a specific job, etc.

In your case, I’d highly recommend utilizing an armoury system for items that your leo/ems might need on the job.