altmp/altv-docs

persistent early auth localstorage

C0kkie opened this issue · 1 comments

alt.emit("requestLocalStorage", "mykey")
alt.on("localStorage", (key, value) => ...)
alt.emit("setLocalStorage", "mykey", "myvalue")