HG-Wanted Developer Guide
The HG-Wanted script provides a set of exports that allow you to interact with the wanted system. Here's how you can use them:
Set Wanted Status
You can set a player's wanted status using the SetWanted
export.
Remove Wanted Status
You can remove a player's wanted status using the RemoveWanted
export.
Check Wanted Status
You can check if a player is wanted using the CheckWanted
export.