Skip to content

Commit

Permalink
Original Files Added
Browse files Browse the repository at this point in the history
  • Loading branch information
MonkeyWhisper authored Feb 12, 2022
1 parent 641f6f6 commit 0d94fbf
Show file tree
Hide file tree
Showing 41 changed files with 2,251 additions and 0 deletions.
35 changes: 35 additions & 0 deletions __resource.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
resource_manifest_version '44febabe-d386-4d18-afbe-5e627f4af937'

description 'QB Drug Trafficing'

version '1.0.0'

server_scripts {
'config.lua',
'server/main.lua',
'server/coke.lua',
'server/lsd.lua',
'server/meth.lua',
'server/weed.lua',
'server/heroin.lua',
'server/chemicals.lua',
'server/lisenceshop.lua',
'server/moneywash.lua',
}

client_scripts {
'config.lua',
'client/main.lua',
'client/weed.lua',
'client/meth.lua',
'client/coke.lua',
'client/lsd.lua',
'client/heroin.lua',
'client/chemicals.lua',
'client/hydrochloricacid.lua',
'client/sodiumhydroxide.lua',
'client/sulfuricacid.lua',
'client/lisenceshop.lua',
'client/moneywash.lua',
'client/gui.lua',
}
Binary file added assets/qb-inventory-images/Chemicals.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/qb-inventory-images/PoppyResin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/qb-inventory-images/cannabis.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/qb-inventory-images/coca_leaf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/qb-inventory-images/coke.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/qb-inventory-images/heroin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/qb-inventory-images/hydrochloric_acid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/qb-inventory-images/lsa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/qb-inventory-images/lsd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/qb-inventory-images/marijuana.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/qb-inventory-images/meth.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/qb-inventory-images/sodium_hydroxide.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/qb-inventory-images/sulfuric_acid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/qb-inventory-images/thionyl_chloride.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/stream/mw_chemical_barrel.ydr
Binary file not shown.
Binary file added assets/stream/mw_coke_plant.ydr
Binary file not shown.
Binary file added assets/stream/mw_heroin_plant.ydr
Binary file not shown.
Binary file added assets/stream/mw_hydro_barrel.ydr
Binary file not shown.
Binary file added assets/stream/mw_props.ytyp
Binary file not shown.
Binary file added assets/stream/mw_sodium_barrel.ydr
Binary file not shown.
Binary file added assets/stream/mw_sulfuric_barrel.ydr
Binary file not shown.
Binary file added assets/stream/mw_weed_plant.ydr
Binary file not shown.
Loading

0 comments on commit 0d94fbf

Please sign in to comment.