twinded_libs — Changelog
All notable changes to this library will be documented here.
v3.0.0 — 2026-04-11
Added
- Add 24 new modules: math, string, date, promise, waiter, screen, debugger, file, utils, light, emit, hook, callback, i18n, raw-keys, ui, player, game-events, camera, database, ped-texture, framework-bridge, trigger-event, version-checker
- Add
tw.playermodule (unified player info: ped, coords, serverId, move tracking) - Add
tw.callbackmodule for client-server bidirectional callbacks - Add
tw.emitmodule for optimized event emission with bandwidth control - Add
tw.hookmodule for action/filter hook system - Add
tw.frameworkmodule for VORP Core integration - Add
tw.databasemodule for MySQL table/column management via oxmysql - Add
tw.camera.freemodule for interactive freecam system - Add
tw.i18nmodule for internationalization support - Add
tw.versionCheckermodule for automatic update checking via Cloudflare Pages - Add
tw.utils.fallback()helper function - Add
tw.isServerSide()andtw.isClientSide()helpers to init.lua
v2.5.0 — 2026-04-11
Added
- Add print module (
tw.print) for colored console output and debug logging
v2.4.0 — 2026-04-11
Added
- Add animation module (
tw.animation)
v2.3.0 — 2026-04-11
Added
- Add text3d module (
tw.text3d) for floating 3D text above world coordinates
v2.2.0 — 2026-04-10
Added
- Add input module (
tw.input.native)
v2.1.0 — 2026-04-09
Added
- Add witness module (
tw.witness) for broadcast alerts by job with temporary blip
v2.0.0 — 2026-04-09
Changed
- New module system with lazy-loaded
twglobal
v1.0.0 — 2026-04-09
- Initial release with
tw.blip,tw.prompt,tw.entity,tw.notif,tw.timeout,tw.tablemodules

