A fully-featured Postman Delivery Job for RSG Core on RedM, using ox_lib, ox_target and rsg-inventory.
Players can work as a postman, collect packages from an NPC, deliver them around Saint Denis (or any configured town), earn money, and return unused packages.
---VIDEO https://medal.tv/games/red-dead-2/clips/kZqZrxdK3FfXhZXQC?invite=cr-MSxDZ1osMjI4MTc2ODAw&v=121
- 🧍♂️ NPC Interaction via ox_target
- 📦 Physical
packageitem inrsg-inventory - 📍 Random delivery locations (configurable)
- 🚶 Progress bars on deliver & return (ox_lib)
- 🎬 Delivery animation (
handover_moneyanimscene) - ⏱️ Configurable delay between deliveries
- ❌ Stop Deliveries option – return all packages to NPC
- 🗺️ Waypoint & blip for each delivery destination
- 🔔 All notifications via ox_lib
🕹️ Usage
Approach the Postman NPC (blip on map).
Interact (E key via ox_target):
Take packages (choose amount, up to 50).
Stop Deliveries (return unused packages).
Follow blip/waypoint to random delivery address.
Press E at destination to hand over package (with animation).
Get paid in cash.
Wait a short delay, then receive your next delivery location.
- Clone or download this resource into your RedM server’s
resourcesfolder:resources/[jobs]/rsg-postman
add item in your rsg-core shared items package = { name = 'package', label = 'Pachet', weight = 1, type = 'item', image = 'package.png', unique = true, useable = true, shouldClose = true, description = 'Pachet Livrare' },
Dependencies
rsg-core
ox_lib
ox_target
rsg-inventory 📜 License
This script is released under the MIT License. Feel free to use, modify, and share with proper credit.