🚗 Safe Vehicle Spawn
🔍 What It Does:
⚙️ Configuration Example:
PrettyPacketAC.SafeVehicleSpawn = {
enabled = false,
action = "WARN", -- or "KICK"/"BAN"
distance = 50, -- Max allowed distance from a garage/shop to spawn a vehicle
}📍 Setup Required:
PrettyPacketAC.VehicleLocations = {
vector3(308.19, -595.35, 43.29), -- Example: Pillbox Garage
vector3(-56.78, -1096.45, 26.42), -- Example: Car Dealership
-- Add more here 💕
}Last updated