Galeria
Trabalho em imagens.
Clica em qualquer card para ver os detalhes do projeto.
RegisterNetEvent('hg17:chop')
AddEventHandler('hg17:chop',
function(data)
local reward =
Config.Tiers[data.tier]
TriggerServerEvent(
'hg17:payout', reward
)
end
)
hg17-chopshop
FiveM · Lua · QBox
.modal-container {
background: #ffffff;
border-radius: 16px;
font-family: 'DM Sans';
padding: 2rem;
}
.step-progress {
height: 3px;
background: #111;
}
hg17-moneywash
FiveM · NUI · HTML/CSS
.emote-menu {
background: rgba(
12, 28, 36, 0.85
);
backdrop-filter: blur(16px);
border: 1px solid
rgba(0,180,160,.15);
border-radius: 14px;
}
hg17-emotes
FiveM · UI Rework
const { data } = await
supabase
.from('filaments')
.select(`
*,
brand:brands(name),
model:models(name)
`)
.eq('user_id', user.id)
FilaTrack
React · Supabase · PostgreSQL
export default function
AdminPanel() {
const [sites, set] =
useState([])
useEffect(() => {
fetch('/api/sites')
.then(r => r.json())
.then(set)
}, [])
}
HG17 Server Solutions
Next.js · Node.js · Prisma
/* HG17 Scripts Showcase */
.hero-title {
font-family: 'Syne', sans-serif;
font-size: clamp(3rem, 8vw, 7rem);
font-weight: 800;
letter-spacing: -2px;
color: var(--white);
}
HG17 Scripts Showcase
HTML · CSS · JS