Marikuana Posted April 19, 2022 Posted April 19, 2022 Add methods to the IPools interface that are in the class Pools. https://prnt.sc/WSqt3l_tJ8dY https://prnt.sc/geNQ1HwBFv5K Spoiler public interface IPools { List<GTANetworkAPI.Vehicle> GetAllVehicles(); List<GTANetworkAPI.Object> GetAllObjects(); List<GTANetworkAPI.Blip> GetAllBlips(); List<GTANetworkAPI.Marker> GetAllMarkers(); List<GTANetworkAPI.Pickup> GetAllPickups(); List<GTANetworkAPI.TextLabel> GetAllTextLabels(); List<GTANetworkAPI.ColShape> GetAllColShapes(); List<GTANetworkAPI.Checkpoint> GetAllCheckpoints(); List<GTANetworkAPI.DummyEntity> GetAllDummyEntities(); List<GTANetworkAPI.Ped> GetAllPeds(); }
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now