A lightweight Visual Studio Code snippet pack to speed up development for OX events, Net events, and FXManifest scripting. This extension is aimed at developers working with FiveM or similar environments.
π Available Snippets
πΉ OX Events
Client-side
Type the following shortcuts to trigger pre-defined client event templates:
!notify - OX Notify client notification
!alert - OX Alert UI
!textui - OX Text UI display
!skill - OX Skillcheck
!menu - OX Lib menu
!addmodel - Add model to game
!circle - Show radial UI
!progressCircle - Circular progress bar
!progressBar - Linear progress bar
!inputDialog - Input dialog box
!registerContext - Register context menu
!addSphereZone - Add a spherical zone
!addBoxZone - Add a box-shaped zone
!regradial - Re-register radial menu
!command - Add command
Server-side
!!notify - OX Notify from server-side
!fxmanifest - Standard FXManifest boilerplate
!netevent - Template for creating a NetEvent
!createthread - Template to create a Citizen thread