- Joined
- Mar 19, 2021
- Messages
- 786
- Solutions
- 5
- Reaction score
- 88,222
- Points
- 421
- Location
- Hungary
- Website
- vfivem.com
1. Open es_extended/client/main.lua
2. Find esx:addInventoryItem and esx:removeInventoryItem
3. Edit/remove ESX.UI.ShowInventoryItemNotification(false, v.label, v.count - count) or replace ex.
exports['okokNotify']:Alert("Added", v.label, 1000, 'success')
exports['okokNotify']:Alert("Removed", v.label, 1000, 'error')