ic_lib
What is ic_lib?
Why ic_lib?
-- Same code works everywhere
Framework.GetPlayer(source) -- Works on QB-Core, ESX, Standalone
Inventory.AddItem(source, "water", 1) -- Works with any inventory system
Framework.ShowNotification(source, "Hello!") -- Universal notificationsWhat it does
Quick Example
Last updated