feat(rv-maphold): resursa standalone harta fizica + item map in inventar
- Animatie hartă în mână (WORLD_HUMAN_TOURIST_MAP) la ESC - Blipuri ascunse fara item map in inventar - Item map adaugat in qb-core + qs-inventory items.lua - StarterItems: harta se da la crearea personajului nou - Imagine map.png GTA-style in inventar
This commit is contained in:
BIN
resources/[framework]/[core]/qs-inventory/html/images/map.png
Normal file
BIN
resources/[framework]/[core]/qs-inventory/html/images/map.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 217 KiB |
@@ -2369,6 +2369,19 @@ ItemList = {
|
||||
['object'] = 'prop_cs_swipe_card',
|
||||
['description'] = 'Weapon License'
|
||||
},
|
||||
['map'] = {
|
||||
['name'] = 'map',
|
||||
['label'] = 'Hartă',
|
||||
['weight'] = 100,
|
||||
['type'] = 'item',
|
||||
['image'] = 'map.png',
|
||||
['unique'] = false,
|
||||
['useable'] = true,
|
||||
['shouldClose'] = true,
|
||||
['combinable'] = nil,
|
||||
['object'] = 'prop_tourist_map_01',
|
||||
['description'] = 'O hartă a orașului Los Santos'
|
||||
},
|
||||
['creditcard'] = {
|
||||
['name'] = 'creditcard',
|
||||
['label'] = 'Credit Card',
|
||||
|
||||
Reference in New Issue
Block a user