Hey, I would like to have a native called SetEntityData, which you can save some data “inside” an entity, and so it will be reached from any resource. Like SetElemetData from MTA
https://wiki.multitheftauto.com/wiki/SetElementData
With this native, you will be able to sync data between resources, client-server, without using triggers and event handlers inside every resource, and get the data over and over every time you want an up to date data.