GetPickupCount() and GetVehicleCount() bug

Started by Mariu22S, Jan 25, 2015, 10:44 AM

Previous topic - Next topic

Mariu22S

Number pickup takes the number of vehicles and the number of pickup number of vehicles is a bug function



You can check this bug by doing the timer function get

NewTimer( "get" 1000, 0 );
function get()
{
   print( "Vehicles: " + GetVehicleCount() );
   print( "Pickups: " + GetPickupCount() );
}

Thijn

Fixed in git. Not on a PC that can compile atm.