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:
2026-04-01 22:13:31 +03:00
parent 89070f745b
commit e8141d030a
7 changed files with 153 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 217 KiB

View File

@@ -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',