Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.17 KB

README.md

File metadata and controls

31 lines (26 loc) · 1.17 KB

snowy_drops

How to set up?

  1. Download as Zip or clone the repository
  2. Install it on your server
  3. Run ensure snowy_drops in your server console
  4. Its done!

How to add more props?

  1. Go into the snowy_drops folder
  2. Go into the config/client.lua file
  3. Add your props as this (insdie the dropItems table):
item_name = "spawn_code",
  1. Save the file
  2. Restart the script
  3. Its done!

My customdrop model is different then configured?

This is because we changed the dropmodel convar so that we can correctly remove the model spawned by ox_inventory, if you are using this resource please always set a dropmodel on custom drops.

Dependencies

Credits

  • Special Credits to @0Programmer for the spawning part!
  • Me for adding the Interact / Target support.