rv-props-tablet add + Loading Edit + qb-target
- rv-props: prop tableta custom cu logo-ul serverului (prop_rv_tablet) - 17mov_JobCenter: trigger tableta custom cand playerul este la Job Center - Loading Screen: logo 320px, texte in romana, accent rosu #cc1133, card info RV - qb-target: punctul (eye) dublu ca size (8px→16px), hover text rosu #cc1133 - 17mov_JobCenter: GlobalColor #cc1133 (accent mai inchis) - colors.css: tema Red Valley pe toate NUI-urile (accent, background alb transparent) - docs: 17mov_Hud API reference complet, server knowledge update
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Red Valley Roleplay — Resource Dependency Map
|
||||
|
||||
> Scanat din codul sursă: exports, TriggerEvent, TriggerServerEvent, TriggerClientEvent.
|
||||
> Ultima actualizare: 2026-03-29
|
||||
> Ultima actualizare: 2026-04-01
|
||||
|
||||
---
|
||||
|
||||
@@ -297,6 +297,22 @@
|
||||
└── Framework → qb-core
|
||||
```
|
||||
|
||||
### Dacă modifici `rv-props` (Custom Props):
|
||||
```
|
||||
├── Streamed → [stream]/rv-props/stream/ (YDR, YTYP)
|
||||
├── Consumat de → 17mov_JobCenter (prop_rv_tablet)
|
||||
├── TextureDictionary → prop_cs_tablet (GTA V Legacy)
|
||||
└── Dependințe → niciunul (standalone stream resource)
|
||||
```
|
||||
|
||||
### Dacă modifici `rv-qb-target` (Target QoL — în dezvoltare):
|
||||
```
|
||||
├── Depinde de → qb-target (exports + event trigger)
|
||||
├── Funcționalitate → Highlight entități interactabile la ALT
|
||||
├── Vizual → DrawSprite deasupra capului (vizibil prin ziduri)
|
||||
└── CPU → Zero când inactiv (event-driven)
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## 🔄 Diagrama Vizuală a Dependințelor
|
||||
@@ -342,6 +358,9 @@ graph TD
|
||||
TL --> |target| QBT[qb-target]
|
||||
TL --> |society| QM
|
||||
|
||||
RVP[rv-props] --> |prop_rv_tablet| JC[17mov_JobCenter]
|
||||
RVQBT[rv-qb-target] -.-> |exports + events| QBT
|
||||
|
||||
IDC --> |notif| HUD
|
||||
BDS --> |notif| HUD
|
||||
BDS --> |license| IDC
|
||||
@@ -355,6 +374,9 @@ graph TD
|
||||
style CS fill:#ff9900,color:#fff
|
||||
style HUD fill:#ff9900,color:#fff
|
||||
style LA fill:#9933cc,color:#fff
|
||||
style RVP fill:#33aa33,color:#fff
|
||||
style RVQBT fill:#33aa33,color:#fff
|
||||
style JC fill:#3399ff,color:#fff
|
||||
```
|
||||
|
||||
---
|
||||
@@ -376,3 +398,5 @@ graph TD
|
||||
| Character delete | qb-core/server/player.lua → playertables array |
|
||||
| Stash/storage | qs-inventory, t1ger_lib |
|
||||
| Phone features | qs-smartphone-pro ↔ pma-voice, qs-vehiclekeys |
|
||||
| Custom props (rv-props) | 17mov_JobCenter (prop_rv_tablet) |
|
||||
| qb-target behavior | rv-qb-target, t1ger_lib, toate resursele cu AddTargetEntity/Model |
|
||||
|
||||
Reference in New Issue
Block a user