LETS CRAFT (VORP)
Updated (8/5/2024) - New Custom Menu UI
Placeable Crafting Props as Items, and Location Crafting.
This RedM resource is meticulously crafted with input from the RedM community. It’s designed to be straightforward to use; simply customize each element in the config.lua
and editable.lua
files according to your preferences.
DEPENDENCIES:
- ox_lib
- oxmysql
- vorp_core - Latest Version (Required)
- vorp_inventory - Latest Version (Required)
- uiprompt
- vorp_progressbar (Optional; configure your own or if not used, follow the instructions in the README.)
- syn_minigame (Optional; configure your own minigam or if not used, disable minigame option.)
Crafting Props:
• Crafting Props utilize an item that spawns a prop. Preconfigured props are provided, but you can customize them as needed.
• Navigate to the Crafting table in config.lua
for detailed setup instructions. Options are available to restrict access and removal permissions for placed props, as well as to set job requirements or disable job checks.
Crafting Locations:
• Locations utilize vector3 coordinates and can only be restricted by job. Setting RequiredJob = nil
allows unrestricted access.
Structure and Idea:
• This script empowers players to place crafting prop items anywhere they desire. You must configure recipes for each crafting prop item, with the option to disable the ingredient lists for a deeper roleplay experience.
• The progress bar in the menu indicates players’ proximity to obtaining all ingredients. Once obtained, the crafting option becomes available.
• Rewards and Ingredients can be items or weapons, with weapon detection provided for in the WeaponLabels
table at the bottom of the config.lua
.
• The script checks players’ inventory capacity for items they can carry. If capacity is exceeded, they receive a notification.
• Animations or Scenarios all editable to your needs.
• Crafting Failure Effects all open and editable to your needs.
| Code is accessible | No (Config and Functions Open)
| Subscription-based | No
| Lines (approximately) | 2300+
| Requirements | See Listed Dependencies Above
| Support | Yes