๐Ÿ–ฅ๏ธInterface

Our FiveM implementation comes with a user interface to showcase the core features.

The core features are separated from the UI features in order to allow you to fully customize the interface. We chose to use ox_lib to create a basic interface for the resource. You can of course, replace this by any library of your choice, or your own implementation. In this section we will describe the events used to communicate between the client and the server and also the different interface methods the core.lua is going to call.

Last updated