You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like a way to get a list of all cops. Something like Ped[] Functions.GetAllCopPeds(). I assume LSPDFR already tracks that, you see various log entries about "cop manager" and we know it can automatically pull in ambient officers into a pursuit. Even better if I can get a list of all cops who are involved in a pursuit, e.g. Ped[] Functions.GetCopsInPursuit(LHandle).
The text was updated successfully, but these errors were encountered:
I'd like a way to get a list of all cops. Something like
Ped[] Functions.GetAllCopPeds()
. I assume LSPDFR already tracks that, you see various log entries about "cop manager" and we know it can automatically pull in ambient officers into a pursuit. Even better if I can get a list of all cops who are involved in a pursuit, e.g.Ped[] Functions.GetCopsInPursuit(LHandle)
.The text was updated successfully, but these errors were encountered: