Cocodrulo

Results 16 issues of Cocodrulo

Added keyFilter and bagFilter to be optional as it is said in docs for AddStateBagChangeHanlder function.

## Description Implementation of the suggestion [[SUGGESTION] Implement monetary transactions as a function](https://github.com/qbcore-framework/qb-core/issues/943). There have been added to two new functions. One in functions (`QBCore.Functions.TransferMoney`) and other one on player...

enhancement
help wanted
question
Needs Testing/Reviews

**Describe Pull request** This PR makes so the aquired keys will be saved into DB so when the server restarts you will still have the keys you were given. This...

**Describe Pull request** Fixed the problem where restricted channels where not checked when connecting through NUI and radio HUD not updating the channel number when increasing, decreasing or changin channel....

Snipcart logo was missing in the web, so I added it.

## Description Nowadays most servers using QBCore uses discord whitelist, so the player will have their discord linked to FiveM. To ease integration with webapges I think discord information in...

enhancement
help wanted
Needs Testing/Reviews

**Describe Pull request** Removed armor handling from ambulance job, to do it in the core. (Should be merged with [qb-core #1164](https://github.com/qbcore-framework/qb-core/pull/1164)) If your PR is to fix an issue mention...

**Describe Pull request** Fixed some styles and added menu item specification in the readme. **Questions (please complete the following information):** - Have you personally loaded this code into an updated...

## Description I don't know why QBCore has never include this feature widely used by RP servers. Some inventories include this feature, but I don't think it is a job...

## Description Added GetOnDuty exports both client and server side. In order to add this `QBCore.Functions.GetOnDuty` was added client-side and a callback was added server-side. ```lua -- Client side local...