CR LEAKS
Administrative
- Orders will be the same for all players, once a person receives the order, it will no longer appear in the others.
- If players mark, scrip will receive a notification for each new order.
- 0.00ms when out of use. 0.03 ms when in use.
- open ui command is “openDelivery”
- close ui command if bugged “closeDelivery”
- In the config, you can set the timing with which new orders will be placed, which items, how many pieces, price, duration and maximum number of orders will be ordered.
- Its ready for ESX and QBCORE
- You can integrate it into your framework by editing the server event.
RegisterNetEvent('plt_deliveryelivey')
- With the client side event, you can enable the UI to be opened from any other script you want.
TriggerEvent("plt_delivery:TakeOrders")
- You can use it in your own notification system by changing its function.