#Store and Get Data from Client Cache

1 messages · Page 1 of 1 (latest)

minor wren
#

Hello,

I'm newbie scripter in FiveM.

I would like store and Get some data in client cache to save database traffic and Space.

Someone know if that is possible or not ?
If yes , how to it ?

I've search on Google but I found "tutorial" of how to do clear cache.

Thanks in advance !

strange cobalt
#

What you are looking to do is to use KVP storage. Don't use it for anything sensitive like money, hunger, inventory. Just non sensitive things like hud settings or stuff like that

minor wren
#

I would like create a custom blips manager ressources. I would like store what blips the user want to show or hide

strange cobalt
#

yeah that would be fine to use KVP storage for

minor wren
#

Ok WE have one fnc by type of variable right ?

strange cobalt
minor wren
#

Thanks a lot !