Exports
Here you will find all the useful exports for this asset, please read each step and example carefully to better understand how it works, we do not recommend using these if you are not an experienced developer.
showHintUI
To show hint for player you need to use the following export.
Example of usage
hideHintUI
To hide hint for player you need to use the following export.
Script Import
You can add following line to shared_scripts in fxmanifest of your script.
Example
Usage
Now you are able to use following code to show / hide hint.
Last updated