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:
2026-04-01 20:23:47 +03:00
parent f2ea62d16c
commit 89070f745b
5347 changed files with 450 additions and 12423 deletions
@@ -0,0 +1,26 @@
<!DOCTYPE html>
<html>
<head>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
width: 100vw;
height: 100vh;
background: #0a0a0a;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
img {
max-width: 70%;
max-height: 70%;
object-fit: contain;
filter: drop-shadow(0 0 20px rgba(255, 0, 50, 0.3));
}
</style>
</head>
<body>
<img src="images/logo.webp" alt="Red Valley">
</body>
</html>