Config.lua
Configuration Example
Gift Packaging
The Config.GiftPackaging
section defines the locations and settings for gift packaging areas. This is where players will interact to start the gift-wrapping process. Here’s a breakdown of the components:
Config.GiftPackaging allows the customization of in-game gift-wrapping stations, with each entry controlling specific location attributes:
Player Coordinates (
playerCoord
): Starting position for gift wrapping, specified as avector4
with x, y, zcoordinates and player heading.3D Text Position (
Text3D
): Position where interactive 3D text appears, usingvector4
for accurate prop placement and orientation.Map Blip (
Blip
): Visual marker on the map detailing:Show: Toggle visibility (
true
/false
).Coordinates (
Coord
): Location for blip placement.Label: Description shown on the map to identify the gift-wrapping site.
note: If you don't set Blip = { ... } it will default to Blip.Show == false. This is to reduce the number of lines and avoid unnecessary details.
Last updated