var fDesc=new Array(); fDesc[0] = "Grand Theft Auto: London, 1969 is a mission pack for Grand Theft Auto, and the second game in the series. London, 1969 was released on 31 March 1999.

Bulleted List of Features

New missions for the classic crime-spree game
Set in swinging London circa 1969
Excellent graphics and music
Requires GTA disc to play
For 1 player
More than 40 cars
Unique map design
Blood and violence
Police chases with several levels of difficulty
Camera view is from right above the player/car
Parks, hundreds of buildings, lots of cars
3DFX compatibility
British music and DJ's

Special Locations

Docks are where you can drive under a crane and let the it take your car for cash.
Phones are used to receive missions.
Police stations is your starting point after you get arrested.
Respray Shops allow you to have your car repaired and repainted so cops will stop chasing you.
Bomb Shops put a bomb on your car for $5000. To start the five second countdown, use the fire key.
Hospitals are your starting point after death."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }