Description: Up to eight coordinates may be revealed per frame
| Property | Value |
|---|---|
| Native Name | SET_MINIMAP_FOW_REVEAL_COORDINATE |
| Hash | 0x73348402566ECB6E |
| Return Type | void |
| Build | 1207 |
| Parameters | x (float), y (float), z (float), p3 (Hash) |
Parameters
x(float)y(float)z(float)p3(Hash)
Usage
Lua (Direct):
SetMinimapFowRevealCoordinate(x, y, z, p3)
Lua (Hash):
Citizen.InvokeNative(0x73348402566ECB6E, x, y, z, p3)