alt.getLicenseHash
This will return a hash of the GTA Installation License.
Returns a string
representation of the GTA:V license.
Declaration
alt.getLicenseHash(): string
Usage
const result = alt.getLicenseHash();
Real World Example
const result = alt.getLicenseHash();
console.log(result);
These examples assume you have imported alt
from alt-client
.