{"id":24054288,"url":"https://github.com/code1616/fivem-gta-hud","last_synced_at":"2026-05-15T15:33:41.918Z","repository":{"id":271326386,"uuid":"913087766","full_name":"Code1616/fivem-gta-hud","owner":"Code1616","description":"FiveM GTA HUD A modern and customizable HUD designed to enhance your FiveM GTA server experience. Featuring sleek player stats, real-time money tracking, and dynamic location updates, it's built for performance and style. Perfect for any server aiming to deliver an immersive gameplay experience.","archived":false,"fork":false,"pushed_at":"2025-01-07T03:04:24.000Z","size":3537,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-07T03:35:25.868Z","etag":null,"topics":["css","css3","fivem","html5","hud"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Code1616.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-07T02:24:17.000Z","updated_at":"2025-01-07T03:04:27.000Z","dependencies_parsed_at":"2025-01-07T03:45:52.010Z","dependency_job_id":null,"html_url":"https://github.com/Code1616/fivem-gta-hud","commit_stats":null,"previous_names":["code1616/fivem-gta-hud"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code1616%2Ffivem-gta-hud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code1616%2Ffivem-gta-hud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code1616%2Ffivem-gta-hud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code1616%2Ffivem-gta-hud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Code1616","download_url":"https://codeload.github.com/Code1616/fivem-gta-hud/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240833212,"owners_count":19865083,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css","css3","fivem","html5","hud"],"created_at":"2025-01-09T03:02:49.606Z","updated_at":"2026-05-15T15:33:41.885Z","avatar_url":"https://github.com/Code1616.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FiveM GTA HUD  \n\nA clean and modern **Heads-Up Display (HUD)** interface for FiveM GTA servers, offering seamless tracking of player stats, money, and location information.  \n\n![Preview](assest/img/logo.png)  \n\n---\n\n## ✨ Features  \n\n### 🎮 **Player Information**  \n- Real-time **clock** and **date** display  \n- Player **ID tracking**  \n- Server branding with a **custom logo**  \n\n### 💰 **Money Management**  \n- **Cash balance** and **bank account** display  \n- Animated **money icons**  \n- Proper **currency formatting** with `$` symbol  \n\n### ❤️ **Status Indicators**  \n- Health status (percentage display)  \n- Armor shield level  \n- Thirst/Water level  \n- Hunger/Food status  \n- Mental state/Brain activity  \n\n### 🌍 **Location Services**  \n- Current **location name** display  \n- **Safe zone indicators**  \n- Interactive **map integration**  \n\n---\n\n## 🖼️ Project Screenshots  \n\nHere are some screenshots showcasing the HUD in action:  \n\n### Main Interface:  \n![HUD Preview](assest/img/screenshot1.png)\n\n---\n\n## 🚀 Installation  \n\n1. Clone this repository into your server resources folder:  \n   ```bash\n   git clone https://github.com/Code1616/fivem-gta-hud.git\n   ```  \n\n2. Add the resource to your `server.cfg`:  \n   ```lua\n   ensure fivem-gta-hud\n   ```  \n\n3. Copy the `assest` folder to your server resources directory.  \n\n---\n\n## 🕹️ Usage  \n\nOnce installed, the HUD will automatically display when players join the server.  \n\n- **Top Right**: Player ID, Time, and Date  \n- **Top Left**: Location Information (toggleable)  \n- **Right Side**: Money Statistics  \n- **Left Side**: Player Status Bars  \n- **Bottom**: Map Location  \n\n---\n\n## 🎨 Customization  \n\n### 🖍️ Changing Colors  \n\nUpdate the colors in `style.css`:  \n```css\n.pol-kif-text {\n    color: #093200;\n}\n\n.pol-bank-text {\n    color: white;\n}\n```  \n\n### 🖼️ Modifying Icons  \n\nReplace the icons in the `img` directory with your own **SVG files**, ensuring to keep the same filenames.  \n\n---\n\n## 📋 Dependencies  \n\n- FiveM server  \n- Modern web browser support  \n- Font: **'Unbounded'** (included via Google Fonts)  \n\n---\n\n## 🤝 Contributing  \n\n1. **Fork** the repository.  \n2. Create your feature branch:  \n   ```bash\n   git checkout -b feature/AmazingFeature\n   ```  \n3. Commit your changes:  \n   ```bash\n   git commit -m \"Add some AmazingFeature\"\n   ```  \n4. Push to the branch:  \n   ```bash\n   git push origin feature/AmazingFeature\n   ```  \n5. Open a **Pull Request**!  \n\n---\n\n## 📜 License  \n\nThis project is licensed under the **Unlicense**. See the [LICENSE](LICENSE) file for details.  \n\n---\n\n## 🙌 Credits  \n\n- Icons: [SVG Repo](https://www.svgrepo.com/)  \n- Background Image: Hindustan Times  \n- Font: [Google Fonts](https://fonts.google.com/)  \n\n---\n\n## 🛠️ Support  \n\nFor support, please:  \n- Open an **issue** in this repository.  \n- Join our **Discord server** for direct assistance.  \n\n---\n\n### ❤️ Made with love for the FiveM community  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode1616%2Ffivem-gta-hud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcode1616%2Ffivem-gta-hud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode1616%2Ffivem-gta-hud/lists"}