forked from Simnation/Main
ed
This commit is contained in:
parent
d81178fb10
commit
e3605df057
6 changed files with 50 additions and 1 deletions
|
@ -2814,7 +2814,19 @@ CodeStudio.Products = {
|
|||
}
|
||||
},
|
||||
|
||||
['dmv'] = {
|
||||
categoryName = "Kennzeichen",
|
||||
categoryLogo = "fa-shopping-basket",
|
||||
items = {
|
||||
['customizableplate'] = {
|
||||
itemName = "Kennzeichen",
|
||||
itemStock = 150,
|
||||
itemPrice = 10000,
|
||||
itemInfo = "",
|
||||
},
|
||||
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
} -- Schließende Klammer für CodeStudio.Products
|
||||
|
|
BIN
resources/[inventory]/cs_shops/ui/image/customizableplate.png
Normal file
BIN
resources/[inventory]/cs_shops/ui/image/customizableplate.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 7.2 KiB |
|
@ -21,6 +21,7 @@ config.maxStacks = {
|
|||
plastic_box = 1,
|
||||
vehiclekeys = 1,
|
||||
keyring = 1,
|
||||
customizableplate = 1,
|
||||
|
||||
c_necklace = 1,
|
||||
c_bproof = 1,
|
||||
|
|
|
@ -10994,6 +10994,16 @@ itemsData = {
|
|||
image = 'kistebier.png',
|
||||
name = 'kistebier',
|
||||
},
|
||||
|
||||
customizableplate= {
|
||||
shouldClose = true,
|
||||
type = 'item',
|
||||
description = '',
|
||||
weight = 200,
|
||||
label = 'Kennzeichen',
|
||||
unique = true,
|
||||
useable = true,
|
||||
image = 'customizableplate.png',
|
||||
name = 'customizableplate',
|
||||
},
|
||||
|
||||
}
|
||||
|
|
26
resources/[tools]/nordi_infopoint/fxmanifest.lua
Normal file
26
resources/[tools]/nordi_infopoint/fxmanifest.lua
Normal file
|
@ -0,0 +1,26 @@
|
|||
fx_version 'cerulean'
|
||||
game 'gta5'
|
||||
|
||||
author 'YourName'
|
||||
description 'QBCore Infopoint System'
|
||||
version '1.0.0'
|
||||
|
||||
shared_scripts {
|
||||
'@ox_lib/init.lua',
|
||||
'config.lua'
|
||||
}
|
||||
|
||||
client_scripts {
|
||||
'client/main.lua'
|
||||
}
|
||||
|
||||
server_scripts {
|
||||
'@oxmysql/lib/MySQL.lua',
|
||||
'server/main.lua'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
'qb-core',
|
||||
'ox_lib',
|
||||
'oxmysql'
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue