HSC

Snippet Dashboard

A clean, fast snippet hub for integrations, templates, utilities, and internal setup notes.

Total Snippets

75

Categories

10

Favorites

14

Updated Today

6

Integrations

Using Wasabi Banking with JG Scripts

FiveMQBCoreBanking

Replace qb-banking style logic with Wasabi exports for JG resources.

PreviewLua / JS
exports['wasabi_banking']:AddMoney(source, amount)

Inventory

ox_inventory for Custom Shops

FiveMox_inventoryShops

Quick pattern for registering shop stashes, items, and stock behavior.

PreviewLua / JS
exports.ox_inventory:RegisterShop('mechanic_shop', data)

Utilities

PolyZone Example Usage

PolyZoneLuaClient

Base zone enter/leave pattern for interaction points and UI toggles.

PreviewLua / JS
zone:onPlayerInOut(function(isInside) print(isInside) end)

Framework

Target Options for qb-target

qb-targetInteractionQBCore

Attach interaction options to entities, peds, and world props fast.

PreviewLua / JS
exports['qb-target']:AddBoxZone('locker', vec3(...), 1.0, 1.0, options)

UI

NUI Callbacks Example

NUIFrontendCallbacks

Simple message bridge between Lua and your browser UI.

PreviewLua / JS
RegisterNUICallback('saveSnippet', function(data, cb) cb({ ok = true }) end)

Templates

fxmanifest Template

fxmanifestResourceSetup

Starter manifest for shared, client, server, and UI files.

PreviewLua / JS
fx_version 'cerulean'
game 'gta5'