Lauren
Developer
- Joined
- Apr 17, 2021
- Messages
- 19
- Reaction score
- 756
- Points
- 296
Hello everyone, I decided to share the script that I sold for a fee private to the forum.
With this script, you can gave gifts, vehicles, money, etc. on your server. You can do the draw easily.
With this, you can reduce the money economy on your server. (The more tickets you buy, the better your chances.)
Features;
⢠It saves the data to the people who buy the ticket.
⢠You can delete the saved tickets from the menu.
⢠The main winner and the reserve winner are determined at random.
⢠A config file that you can adjust very easily.
⢠/lotterymenu for admins
Adjustments;
Lauren Development
With this script, you can gave gifts, vehicles, money, etc. on your server. You can do the draw easily.
With this, you can reduce the money economy on your server. (The more tickets you buy, the better your chances.)
Features;
⢠It saves the data to the people who buy the ticket.
⢠You can delete the saved tickets from the menu.
⢠The main winner and the reserve winner are determined at random.
⢠A config file that you can adjust very easily.
⢠/lotterymenu for admins
Adjustments;
- We are installing lottery.sql
- Create item named ticket
- In qb-inventory app.js we add the following to the FormatItemInfo function
JavaScript:else if (itemData.name == "ticket") { $(".item-info-title").html('<p>'+itemData.label+'</p>') $(".item-info-description").html('<p><strong>Reward: </strong><span>' + itemData.info.rewardname + '</span></p><p><strong>Ticket Number: </strong><span>' + itemData.info.ticketnumber + '</span></p>'); }Hidden link for visitors, to see Log in or register now. - That's all. Have fun.
You can join my discord server for support.
Hidden link for visitors, to see
Log in or register now.
Lauren Development
Hidden link for visitors, to see
Log in or register now.
Last edited: