Referring to https://discord.com/channels/371265202378899476/1330970848101928961
I was using the following code before:
Alt.Core.PoolManager.Blip.GetAllObjects()
But when I updated nuget packages, those method isn't available anymore. And There is no Alt.GetAllBlips() method for blips. I couldn't find any way to get blips in client-side. Is there a way to do it in v16 ?
There are methods for other entities with Alt.GetAll... prefix but blips 😦

Referring to https://discord.com/channels/371265202378899476/1330970848101928961
I was using the following code before:
But when I updated nuget packages, those method isn't available anymore. And There is no Alt.GetAllBlips() method for blips. I couldn't find any way to get blips in client-side. Is there a way to do it in v16 ?
There are methods for other entities with
Alt.GetAll...prefix but blips 😦