GTA Wiki
Advertisement
GTA Wiki
21,218
pages

For the property-owned taxi missions, see Private Taxi Fares. For other appearances, see Taxi Driver.

Site-logo
This article or section is currently Under Construction.
The following content may be incomplete and/or not verified.
Under Construction
Under Construction

Taxi Jobs are a taxi-based activity available in Grand Theft Auto V.

Description[]

Taxi Job activities can be activated whilst inside a Taxi by pressing the horn button Left Stick Button (Xbox) / L3 (PlayStation). This will request radio dispatch for a taxi job.

The Downtown Cab Co. can also offer the player taxi jobs. While driving a Taxi, the radio dispatch can occasionally be heard asking if any taxi drivers are able to take a job. The player will also be prompted on-screen. The job can be accepted by pressing the horn button. Taxi jobs can also be declined if offered, or canceled should the player request one, again by pressing the horn button.

Upon accepting a taxi job, the radio dispatch will locate a taxi fare for the player, marking on them on the map several seconds later. Their locations are pre-defined, unlike past titles, however the nearest available location will always be chosen. When arriving at the passenger's location, they will enter the Taxi, and their destination will be marked on the map. Like pick-ups, all drop-off destinations are pre-defined locations.

Once the player arrives at the fare's location, they will exit the cab. The player is awarded cash for completing the job, with the base fare and tip values shown on screen.

The fare's base price will be a fixed-rate amount, depending on the distance their destination is. The tip value is typically half the value of the base price, and will decrease should the player take too long, or damage the car. The fare will also be carrying a random amount of money on their person, between $100 and $300, which can be obtained by killing them after the job has been completed.[1]

Taxi jobs cannot be requested by or offered to the player while Wanted. If a wanted level is attained whilst on the way to collect a fare, the mission will be cancelled. If attained whilst taking a fare to their destination, however, the player will be told to Lose the Cops. Fares will exit the Taxi should the player stop, or spook them, however it is possible to lose the cops and continue on to their destination. Taxi jobs will also be cancelled should the vehicle be destroyed, or if the fare is killed. The player cannot request or be offered a Taxi job if the vehicle is heavily damaged, is on fire or is upside down. Taxi jobs that are offered to the player become unavailable if the player takes over 15 seconds to accept the job.[2]

Main article: Private Taxi Fare

As Franklin, the player can purchase the Downtown Cab Co., earning them extra revenue as fellow employees complete jobs in the background. Franklin can also be offered to complete special, private taxi fare missions at any time; Downtown Cab Co. will ring Franklin when one of these jobs becomes available, appearing as a separate Downtown Cab Co. option in Franklin's phone contact list. These jobs pay significantly better than regular fares. The player is not required to drive a taxi to complete these missions, but instead will require a 4-door vehicle.

Pick-up Locations[]

Fare Pick-ups
# Location description
1 In the Post OP warehouse north parking lot on Buccaneer Way at Terminal, Port of South Los Santos.
2 Stood near the Jetsam Terminal Headquarters sign near the parking lot on Buccaneer Way, Terminal.
3 Stood at the side of the road outside LSIA Terminal 4 on the upper level of New Empire Way, Los Santos International Airport, Los Santos.
4 Stood on the sidewalk island between a loading way and New Empire Way, underneath the upper roadway, east side of the LSIA parking lot buildings.
5 Stood outside LSIA Terminal 1 (Caipira), ground level, on New Empire Way, LSIA.
6 Outside a warehouse on Hanger Way, directly opposite the Cypress Warehouses main building, Cypress Flats, East Los Santos.
7 Stood beside a street light on the west side of the CMC factory on Popular Street.
8 Outside the north side of the Raven Slaughterhouse, opposite the Vitreous warehouses on El Rancho Boulevard, La Mesa, East Los Santos.
9 Outside the entrance to Diego's Garage on Roy Lowenstein Boulevard, Davis, South Los Santos.
10 Within the cul-de-sac of Grove Street, Davis.
11 Roadside, north-west side of the Maze Bank Arena on Davis Avenue, La Puerta, South Los Santos.
12 Near a bus shelter on Innocence Boulevard, south side of the Fridgit factory in La Mesa.
13 Stood near a dumpster along Carson Avenue, outside Licensed Sex Shop and opposite the Davis metro station, Davis.
14 Near Mr Spoke Bike Rentals on the Vespucci Beach Sidewalk near Bay City Avenue, Vespucci Beach, Los Santos.
15 Outside the Dollar Pills store in the Strawberry Plaza along Strawberry Avenue, Strawberry, South Los Santos.
16 Outside an apartment block at the end of Rub Street on the south side of the Puerto Del Sol Marina, Puerto Del Sol, Los Santos.
17 Stood on the corner of Magellan Avenue and Goma Street, outside the Vespucci Beach Sidewalk Market south-side parking lot, Vespucci Beach.
18 Outside The Pit tattoo store on Aguja Street, Vespucci, Los Santos.
19 Near a trashcan outside Steamboat Beers on Palomino Avenue, Vespucci.
20 Near Cluckin' Bell's "The Coop" shack within the Cart-L market on the corner of Carson Avenue and Innocence Boulevard, Davis.

Drop-off Destinations[]

Rewards[]

Instructional Messages[]

While driving a taxi, become available for jobs by pressing Left Stick Button (Xbox) / L3 (PlayStation)
Taxi job offered. To accept, press Left Stick Button (Xbox) / L3 (PlayStation)
For another taxi job, press Left Stick Button (Xbox) / L3 (PlayStation)
The taxi job you were offered has expired. There is only a short time to accept before another driver takes the job. However, more jobs can be accessed by pressing Left Stick Button (Xbox) / L3 (PlayStation)
Taxi has too much damage to start a Taxi job.
This taxi is too damaged. Repair it, or get a taxi in better condition to be offered or ask for taxi jobs.
Taxi jobs are not available while wanted.
Press B (Xbox) / Square (PlayStation) to toggle focus on the target.
Press B (Xbox) / Square (PlayStation) to toggle focus.

Walkthrough[]

Videos[]

See Also[]

References[]

  1. taxi_procedural.#sc Script data
    			if (!ENTITY::IS_ENTITY_DEAD(*iParam2, false))
    			{
    				func_140(uParam1, 320, bParam4);
    				PED::SET_PED_MONEY(*iParam2, MISC::GET_RANDOM_INT_IN_RANGE(100, 300));
    				func_138(uParam1, iParam2, "TAXI_BLIP_PASS" /* GXT: Passenger */, 1);
    				func_41(13, 0);
    				*uParam0 = 1;
    			}
  2. controller_taxi.#sc Script data
    	case 2:
    	if (!func_65(&iLocal_114))
    	{
    		func_64(&iLocal_114);
    	}
    	if (func_61(&iLocal_114) > 15f) /* difference between game time and accepted time */
    	{
    		if (!func_84(Global_113648.f_19099, 32)) /* checking if the job isn't offered yet */
    		{
    			func_57("TC_MISSEDJOB" /* GXT: ~s~The taxi job you were offered has expired. There is only a short time to accept before another driver takes the job. However, more jobs can be accessed by pressing ~INPUT_VEH_HORN~~s~ */, -1);
    			func_82(&(Global_113648.f_19099), 32); /* setting the job to unavailable */
    		}
    		fLocal_107 = (MISC::GET_RANDOM_FLOAT_IN_RANGE(10f, 40f) + func_61(&iLocal_114)); /*wait time till new offer */
    		iLocal_102 = 3;
    	}
    	else if (iLocal_108)
    	{
    		if (func_61(&iLocal_114) > 6f)
    		{
    			iLocal_108 = 0;
    			HUD::CLEAR_HELP(true);
    		}
    	}
    	break;

Navigation[]

[ ve ]Missions in Grand Theft Auto V
IntroductionPrologue | Franklin and Lamar
Simeon Yetarian Simeon-HUDIconRepossession | Complications
Tonya Wiggins Blips-GTAV-66-RandomCharacter-FranklinPulling Favors
Lamar Davis FranklinGreen-HUDIcon FranklinRed-HUDIcon
Part 1Chop | The Long Stretch
Part 2Hood Safari
Michael De Santa MichaelBlue-HUDIcon MichaelGreen-HUDIcon MichaelRed-HUDIcon
Part 1Father/Son | Marriage Counseling | Daddy's Little Girl
Part 2Mr. Philips
Part 3Fame or Shame
Part 4Did Somebody Say Yoga?
Part 5Minor Turbulence
Part 6Bury the Hatchet
Part 7Reuniting the Family
Part 8Meltdown
Lester Crest LesterBlue-HUDIcon LesterGreen-HUDIcon LesterRed-HUDIcon
Part 1Friend Request | Casing the Jewel Store
Part 2The Hotel Assassination | The Multi Target Assassination | The Vice Assassination | The Bus Assassination | The Construction Assassination
Part 3Surveying the Score
Part 4Cleaning out the Bureau
Part 5Planning the Big Score
Heists HeistBlue-HUDIcon HeistGreen-HUDIcon HeistRed-HUDIcon
Option AThe Jewel Store Job (Loud) | The Merryweather Heist (Freighter) | The Bureau Raid (Fire Crew) | The Big Score (Subtle)
Option BThe Jewel Store Job (Smart) | The Merryweather Heist (Offshore) | The Bureau Raid (Roof) | The Big Score (Obvious)
No OptionsBlitz Play | The Paleto Score
Option A Heist Setup
HeistSetupBlue-HUDIcon HeistSetupGreen-HUDIcon HeistSetupRed-HUDIcon
The Jewel Store JobCarbine Rifles
The Merryweather HeistMinisub
The Bureau RaidFire Truck | Getaway Vehicle
The Big ScoreStingers | Gauntlet - Pillbox Hill | Gauntlet - Rockford Hills | Gauntlet - Mission Row
Option B Heist Setup
HeistSetupBlue-HUDIcon HeistSetupGreen-HUDIcon HeistSetupRed-HUDIcon
The Jewel Store JobBugstars Equipment | BZ Gas Grenades
The Merryweather HeistCargobob | Minisub
The Bureau RaidN/A
The Big ScoreDriller | Sidetracked | Getaway Vehicle
Heist Setup (No Options)
HeistSetupBlue-HUDIcon HeistSetupGreen-HUDIcon HeistSetupRed-HUDIcon
Blitz PlayMasks | Boiler Suits | Trash Truck | Tow Truck | Getaway Vehicle
The Paleto ScoreMilitary Hardware
Trevor Philips TrevorBlue-HUDIcon TrevorRed-HUDIcon
Part 1Nervous Ron
Part 2Friends Reunited
Part 3Scouting the Port
Part 4Predator
Part 5Derailed
Part 6Hang Ten
Tao Cheng Chinese-HUDIconTrevor Philips Industries | Crystal Maze
FIB FIBBlue-HUDIcon FIBGreen-HUDIcon FIBRed-HUDIcon
Part 1Dead Man Walking | Three's Company | By the Book
Part 2Paleto Score Setup
Part 3Monkey Business
Part 4The Wrap Up
Devin Weston DevinBlue-HUDIcon DevinGreen-HUDIcon DevinRed-HUDIcon
Part 1I Fought the Law... | Eye in the Sky
Part 2Deep Inside
Part 3Pack Man
Solomon Richards Solomon-HUDIcon
Part 1Mr. Richards
Part 2The Ballad of Rocco | Legal Trouble
Martin Madrazo MadrazoBlue-HUDIcon MadrazoRed-HUDIconCaida Libre
Franklin Clinton FranklinGreen-HUDIcon FranklinRed-HUDIconFresh Meat | Architect's Plans | Lamar Down
Finale
Option A TrevorRed-HUDIconSomething Sensible
Option B MichaelBlue-HUDIconThe Time's Come
Option C FranklinGreen-HUDIconThe Third Way
Optional missions
Amanda De SantaThe Good Husband
Tracey De SantaDoting Dad
Jimmy De SantaParenting 101
Dr. Friedlander Shrink-GTAV-RadarIcon
Part 1Chaos
Part 2Evil
Part 3Negativity
Part 4Fucked Up
Part 5Abandonment Issues
Side MissionsTaxi Jobs | Private Taxi Fares | Towing | Hao Street Races | Offroad Races | Sea Races | Triathlon | Arms Trafficking Air | Arms Trafficking Ground | Hunting | Property Management | Flight School | Random Events | Strangers & Freaks | Stock Car Racing [E] | Wildlife Photography Challenge [E]
Missions in GTA V | Missions | Storyline mission | Side missions

[E] - Enhanced Version only missions


Mission Protagonist:
Michael De Santa | Franklin Clinton | Trevor Philips | Michael & Trevor | Michael & Franklin | Franklin & Trevor
All | Player's Choice
Advertisement