Crowe Progress

Crowe Progress

$11.99

Add to Basket

Modern progress UI for RedM โ€” immersive action feedback with cancellation, animation support, grouped displays, and multiple visual styles.
Crowe Progress is a polished and performance-friendly progress/action system for RedM servers. We kept the reliable core workflow and remade the design presentation to deliver cleaner visuals, better flow control, and easier integration for any script.

๐Ÿ–ผ๏ธ Showcase

๐Ÿ“ธ Show your community how Crowe Progress looks in real gameplay.

c68405ad858e85a0b76b9c333136915b89d76835.png


โœจ Key Features

๐ŸŽจ Remade Design + Reliable Core

  • Reused proven progress logic with a redesigned UI/interaction flow for a cleaner and more premium server experience.

๐Ÿงช Multiple Display Types

  • Choose from linear, boxed, circular, dots, spinner, wave, and pulse.

๐ŸŽฎ Action Lock + Cancellation Control

  • Use canCancel, useWhileDead, and control disabling (movement, mouse, combat) to fit each gameplay scenario.

๐ŸŽญ Animation + Prop Attachment

  • Play scenario tasks or anim dict clips while progress runs, and attach props for immersive actions (crafting, writing, inspecting, etc.).

๐Ÿชถ Visual-Only Mode

  • Show progress UI with visualOnly when you want feedback without locking player controls.

๐Ÿ“š Group + Priority Workflow

  • Use group and priority for stacked/multi-step actions; clear by id, group, or clearAll.

๐Ÿงฉ Easy Integrations

  • Simple exports and client net events make integration quick for existing gameplay scripts and custom systems.

๐Ÿง  Main Export

exports['crowe_progress']:Progress(data, callback)

Key fields: label, duration, type, position, canCancel, visualOnly, animation, prop, controlDisables, group, priority.


๐Ÿงฉ Export List

  • Progress(data, callback)
  • ProgressEmergency(label, duration, options)
  • ProgressJob(label, duration, options)
  • ProgressSocial(label, duration, options)
  • ProgressInfo(label, duration, options)
  • ProgressGroup(groupId, label, duration, options)
  • ClearProgress(options)

๐Ÿงฐ Sample Usage

exports['crowe_progress']:Progress({
  label = "Checking satchel...",
  duration = 4500,
  type = "linear",
  canCancel = true
}, function(cancelled)
  if not cancelled then
    print("Done")
  end
end)
exports['crowe_progress']:Progress({
  label = "Writing notes...",
  duration = 6000,
  animation = {
    animDict = "amb_work@world_human_write_notebook@male_a@base",
    anim = "base",
    flags = 49
  },
  prop = {
    model = "p_notebook01x",
    bone = 60309,
    coords = { x = 0.10, y = 0.02, z = 0.03 },
    rotation = { x = 10.0, y = 160.0, z = 0.0 }
  }
})

๐Ÿงฐ Dependencies

  • Required: None (standalone)
  • Optional: VORP-compatible ecosystem scripts

โš™๏ธ Installation

  1. Place crowe_progress in your server's /resources directory
  2. Add ensure crowe_progress to your server.cfg
  3. Configure defaults in config.lua
  4. Restart your server/resource

๐Ÿ“ฆ What You Will Receive

  • โœ… Fully optimized crowe_progress RedM script (Keymaster escrow encrypted)
  • ๐Ÿงฉ Editable config.lua and usage examples
  • ๐Ÿ“˜ Setup + integration guidance
  • ๐Ÿ“ค Automatic delivery via Keymaster (Tebex orders)

๐Ÿ”‘ License

This script is licensed for personal use only.
Redistribution, resale, or use on unlicensed servers is strictly prohibited.

  • Escrow-protected via Cfx.re Keymaster
  • Licensed for use on one (1) server key

๐Ÿ™‹ Support

Need help?

  • ๐Ÿ“– Review the README for configuration guidance and examples
  • ๐Ÿง‘โ€๐Ÿ’ป Join our Discord Server for support and community

๐Ÿฆ Crowe Scripts โ€“ Code for the Wild Frontier.