GetPlayerWantedCentrePosition
Docslocal retval = GetPlayerWantedCentrePosition(playerSrc)Description
Gets the current known coordinates for the specified player from cops perspective. This native is used server side when using OneSync.
Parameters
| Name | Type | Description |
|---|---|---|
playerSrc | char* | The target player |
Returns
Vector3Returns a 3D vector (x, y, z).