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)HSC
A clean, fast snippet hub for integrations, templates, utilities, and internal setup notes.
Total Snippets
75
Categories
10
Favorites
14
Updated Today
6
Integrations
Replace qb-banking style logic with Wasabi exports for JG resources.
exports['wasabi_banking']:AddMoney(source, amount)Inventory
Quick pattern for registering shop stashes, items, and stock behavior.
exports.ox_inventory:RegisterShop('mechanic_shop', data)Utilities
Base zone enter/leave pattern for interaction points and UI toggles.
zone:onPlayerInOut(function(isInside) print(isInside) end)Framework
Attach interaction options to entities, peds, and world props fast.
exports['qb-target']:AddBoxZone('locker', vec3(...), 1.0, 1.0, options)UI
Simple message bridge between Lua and your browser UI.
RegisterNUICallback('saveSnippet', function(data, cb) cb({ ok = true }) end)Templates
Starter manifest for shared, client, server, and UI files.
fx_version 'cerulean'
game 'gta5'