Setup
Steps for setting up your zyke_status resource.
#ESX Guide
#Remove Old Status
Remove your old esx_status resource from the server and server.cfg.
We replicate everything this resource does within zyke_status and more!
#Remove Basic Needs
Remove your old esx_basicneeds resource from the server files, and optionally server.cfg.
We replicate everything that happens in this resource within zyke_status, no need for it anymore.
#QBCore Guide
#Basic Compatibility
To get the basic compatibility going, you will need to modify the SetMetaData function. This allows us to catch any attempts to modify your status, which then dispatch it to our system to handle the rest. Our system will execute everything needed for the rest of your server to proceed as normal.
#Qbox Guide
#Basic Compatibility
To get the basic compatibility going, you will need to modify the SetMetaData function. This allows us to catch any attempts to modify your status, which then dispatch it to our system to handle the rest. Our system will execute everything needed for the rest of your server to proceed as normal.
#Modify SetMetadata
Replace the
SetMetadatafunction inside ofqbx_core/server/player.luawith the snippet below.
