GetAllVehicles
Gets all the vehicles created in the server.
C# Syntax
List<Vehicle> NAPI.Pools.GetAllVehicles();
Example
// Code here...
Gets all the vehicles created in the server.
List<Vehicle> NAPI.Pools.GetAllVehicles();
// Code here...