Security HUD
System Watchdog
×
Threads Scanned ⟳
-- / --
SYS. LOAD --%
AI SHIELD ACTIVE
DMCA Policy
×

šŸ“‹ DMCA Compliance

This platform and community fully complies with the Digital Millennium Copyright Act (DMCA) and international copyright laws. We take all copyright protection seriously.

šŸ›”ļø Copyright Protection

If you believe a posted item belongs to you or violates your copyright, you may file a DMCA takedown request through our official channels. Upon receiving a valid claim, the infringing content will be removed within 24 hours.

What's new
×
Fiveguard

Script šŸ”„Lauren Lottery Draw Script for QBCore šŸ”„

Biap1206

Member
Joined
Oct 24, 2022
Messages
1
Reaction score
1
Points
156
Location
USA
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;
  1. We are installing lottery.sql
  2. Create item named ticket
  3. 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>');
            }
  4. That's all. Have fun.





Download Link
*** Hidden text: cannot be quoted. ***




Lauren Development
Thanks
 

macabingkel22

Silver Elite
Joined
Aug 23, 2021
Messages
17
Reaction score
18
Points
166
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;
  1. We are installing lottery.sql
  2. Create item named ticket
  3. 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>');
            }
  4. That's all. Have fun.





Download Link
*** Hidden text: cannot be quoted. ***




Lauren Development
nice
 

Shcoksua

Member
Joined
Oct 15, 2022
Messages
1
Reaction score
0
Points
156
Location
Mdq
Hola a todos, decidĆ­ compartir el script que vendĆ­ por una tarifa privada en el foro.

Con este script, puede dar regalos, vehƭculos, dinero, etc. en su servidor. Puedes hacer el sorteo fƔcilmente.
Con esto, puede reducir la economƭa monetaria en su servidor. (Cuantos mƔs boletos compre, mayores serƔn sus posibilidades).

CaracterĆ­sticas;
• Guarda los datos de las personas que compran el billete.
• Puede eliminar las entradas guardadas desde el menĆŗ.
• El ganador principal y el ganador de reserva se determinan al azar.
• Un archivo de configuración que puede ajustar muy fĆ”cilmente.
• /menĆŗ de loterĆ­a para administradores

Ajustes;
  1. Estamos instalando lottery.sql
  2. Crear artĆ­culo llamado ticket
  3. En qb-inventory app.js agregamos lo siguiente a la función FormatItemInfo
    JavaScript:
    else if (itemData.name == "ticket") { 
                $(".item-info-title").html('<p >'+itemData.label+'</p>') 
                $(".item-info-description").html('<p><strong>Recompensa: </strong><span>' + itemData.info.rewardname + '</span></p><p><strong>NĆŗmero de boleto: </strong><span>' + itemData.info.ticketnumber + '</span></p>'); 
            }
  4. Eso es todo. Divertirse.





Enlace de descarga
*** Texto oculto: no se puede citar. ***




Lauren Desarrollo
que
 

papabaldas

Member
Joined
Apr 12, 2021
Messages
4
Reaction score
1
Points
146
Bonjour Ć  tous, j’ai dĆ©cidĆ© de partager le script que j’ai vendu pour un prix privĆ© au forum.

Avec ce script, vous pouvez donner des cadeaux, des vĆ©hicules, de l’argent, etc. sur votre serveur. Vous pouvez faire le tirage facilement.
Avec cela, vous pouvez rĆ©duire l’économie d’argent sur votre serveur. (Plus vous achetez de billets, meilleures sont vos chances.)

FonctionnalitƩs;
• Il enregistre les donnĆ©es pour les personnes qui achĆØtent le billet.
• Vous pouvez supprimer les tickets enregistrĆ©s du menu.
• Le vainqueur principal et le gagnant de rĆ©serve sont dĆ©terminĆ©s au hasard.
• Un fichier de configuration que vous pouvez ajuster trĆØs facilement.
• /lotterymenu pour les administrateurs

Ajustements;
  1. Nous installons une loterie.sql
  2. CrƩer un ƩlƩment nommƩ ticket
  3. Dans l’application qb-inventory.js nous ajoutons ce qui suit Ć  la fonction
    FormatItemInfo
    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>'); 
    }
  4. C’est tout. Amusez-vous.





Lien de tƩlƩchargement
Texte masqué : ne peut pas être cité. ***




DƩveloppement Lauren
 

ReinTheReaper

Silver Elite
Joined
Mar 25, 2022
Messages
61
Reaction score
27
Points
166
Location
Denmark
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;
  1. We are installing lottery.sql
  2. Create item named ticket
  3. 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>');
            }
  4. That's all. Have fun.





afDownload Link
*** Hidden text: cannot be quoted. ***




Lauren Development
faa
 

Joelitou

Member
Joined
Jun 30, 2021
Messages
37
Reaction score
0
Points
156
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;
  1. We are installing lottery.sql
  2. Create item named ticket
  3. 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>');
            }
  4. That's all. Have fun.





Download Link
*** Hidden text: cannot be quoted. ***




Lauren Development
 

AnxietyPills990

Gold Elite
Joined
Mar 6, 2022
Messages
90
Reaction score
57
Points
231
Location
United States
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;
  1. We are installing lottery.sql
  2. Create item named ticket
  3. 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>');
            }
  4. That's all. Have fun.





Download Link
*** Hidden text: cannot be quoted. ***




Lauren Development
 

D$4R

Bronze Elite
Joined
Dec 22, 2022
Messages
11
Reaction score
5
Points
166
Location
New Zealand
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;
  1. We are installing lottery.sql
  2. Create item named ticket
  3. 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>');
            }
  4. That's all. Have fun.





Download Link
*** Hidden text: cannot be quoted. ***




Lauren Development
ok
 

Tate

Gold Elite
Joined
Jun 9, 2021
Messages
180
Reaction score
154
Points
256
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;
  1. We are installing lottery.sql
  2. Create item named ticket
  3. 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>');
            }
  4. That's all. Have fun.





Download Link
*** Hidden text: cannot be quoted. ***




Lauren Development
 

progamingdk

Silver Elite
Joined
Jul 20, 2021
Messages
37
Reaction score
5
Points
166
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;
  1. We are installing lottery.sql
  2. Create item named ticket
  3. 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>');
            }
  4. That's all. Have fun.





Download Link
*** Hidden text: cannot be quoted. ***




Lauren Development
Nice thx ;)
 

Judayss

Member
Joined
Sep 23, 2022
Messages
8
Reaction score
0
Points
156
Location
usa
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;
  1. We are installing lottery.sql
  2. Create item named ticket
  3. 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>');
            }
  4. That's all. Have fun.





Download Link
*** Hidden text: cannot be quoted. ***




Lauren Development
sheesh
 

ZayThaGamerFb1

Bronze Elite
Joined
Apr 4, 2023
Messages
6
Reaction score
3
Points
156
Location
Baltimore
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;
  1. We are installing lottery.sql
  2. Create item named ticket
  3. 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>');
            }
  4. That's all. Have fun.





Download Link
*** Hidden text: cannot be quoted. ***




Lauren Development
 

ekajanonymous

Bronze Elite
Joined
Jun 3, 2022
Messages
8
Reaction score
5
Points
156
Location
PH
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;
  1. We are installing lottery.sql
  2. Create item named ticket
  3. 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>');
            }
  4. That's all. Have fun.





Download Link
*** Hidden text: cannot be quoted. ***




Lauren Development
Nice
 

Rickardomon

Silver Elite
Joined
Oct 29, 2021
Messages
45
Reaction score
7
Points
166
Location
canada
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;
  1. We are installing lottery.sql
  2. Create item named ticket
  3. 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>');
            }
  4. That's all. Have fun.





Download Link
*** Hidden text: cannot be quoted. ***




Lauren Development
yyy
 

Mwuhahaa

Bronze Elite
Joined
Mar 17, 2021
Messages
30
Reaction score
4
Points
156
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;
  1. We are installing lottery.sql
  2. Create item named ticket
  3. 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>');
            }
  4. That's all. Have fun.





Download Link
*** Hidden text: cannot be quoted. ***




Lauren Development
 
Top