100 Kilos

Cast (28)

  • Glenn Plummer

    Glenn Plummer

    'Freeway' Ricky Ross

  • Dwayne Adway

    Dwayne Adway

    Big Loc

  • MC Eiht

    MC Eiht

    Pooh

  • Larry B. Scott

    Larry B. Scott

    Joe

  • Suzanne Mari

    Suzanne Mari

    Little Peaches

  • Tracey Cherelle Jones

    Tracey Cherelle Jones

    Tenisha

  • Ski Carr

    Ski Carr

    Big Nousie

  • Carlos Carrasco

    Carlos Carrasco

    Oscar Danilo Blandón

  • Mane Rich Andrew

    Mane Rich Andrew

    Junior

  • Keno K. Deary

    Keno K. Deary

    Amp

  • Crystal Scales

    Crystal Scales

    Veronica

  • Jamaica Charley

    Jamaica Charley

    Co Co

  • Wayne Collins Jr.

    Wayne Collins Jr.

    Little X

  • Sydney 'Big Dawg' Colston

    Sydney 'Big Dawg' Colston

    Governer

  • Bryan Charles Feldman

    Bryan Charles Feldman

    Car Salesman

  • Chris Grayson

    Chris Grayson

    Officer Miller

  • Mike Moroff

    Mike Moroff

    Solar

  • Toy Newkirk

    Toy Newkirk

    Momma Peaches

  • Champagne Powell

    Champagne Powell

    Caveman

  • Regina Randolph

    Regina Randolph

    Margie

  • Ahmad Reese

    Ahmad Reese

    Big Dee

  • Jason Ross-Azikiwe

    Jason Ross-Azikiwe

    Mafia

  • Nesa Sims

    Nesa Sims

    Nancy

  • Bryan Swerling

    Bryan Swerling

    CIA Agent

  • John Toles-Bey

    John Toles-Bey

    DEA Agent Parks

  • Datari Turner

    Datari Turner

    O.G.

  • Adam Welsh

    Adam Welsh

    Little X's Friend

  • Lynn 'Red' Williams

    Lynn 'Red' Williams

    Officer James

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
100 Kilos

Cast (28)

  • Glenn Plummer

    Glenn Plummer

    'Freeway' Ricky Ross

  • Dwayne Adway

    Dwayne Adway

    Big Loc

  • MC Eiht

    MC Eiht

    Pooh

  • Larry B. Scott

    Larry B. Scott

    Joe

  • Suzanne Mari

    Suzanne Mari

    Little Peaches

  • Tracey Cherelle Jones

    Tracey Cherelle Jones

    Tenisha

  • Ski Carr

    Ski Carr

    Big Nousie

  • Carlos Carrasco

    Carlos Carrasco

    Oscar Danilo Blandón

  • Mane Rich Andrew

    Mane Rich Andrew

    Junior

  • Keno K. Deary

    Keno K. Deary

    Amp

  • Crystal Scales

    Crystal Scales

    Veronica

  • Jamaica Charley

    Jamaica Charley

    Co Co

  • Wayne Collins Jr.

    Wayne Collins Jr.

    Little X

  • Sydney 'Big Dawg' Colston

    Sydney 'Big Dawg' Colston

    Governer

  • Bryan Charles Feldman

    Bryan Charles Feldman

    Car Salesman

  • Chris Grayson

    Chris Grayson

    Officer Miller

  • Mike Moroff

    Mike Moroff

    Solar

  • Toy Newkirk

    Toy Newkirk

    Momma Peaches

  • Champagne Powell

    Champagne Powell

    Caveman

  • Regina Randolph

    Regina Randolph

    Margie

  • Ahmad Reese

    Ahmad Reese

    Big Dee

  • Jason Ross-Azikiwe

    Jason Ross-Azikiwe

    Mafia

  • Nesa Sims

    Nesa Sims

    Nancy

  • Bryan Swerling

    Bryan Swerling

    CIA Agent

  • John Toles-Bey

    John Toles-Bey

    DEA Agent Parks

  • Datari Turner

    Datari Turner

    O.G.

  • Adam Welsh

    Adam Welsh

    Little X's Friend

  • Lynn 'Red' Williams

    Lynn 'Red' Williams

    Officer James

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
100 Kilos

Cast (28)

  • Glenn Plummer

    Glenn Plummer

    'Freeway' Ricky Ross

  • Dwayne Adway

    Dwayne Adway

    Big Loc

  • MC Eiht

    MC Eiht

    Pooh

  • Larry B. Scott

    Larry B. Scott

    Joe

  • Suzanne Mari

    Suzanne Mari

    Little Peaches

  • Tracey Cherelle Jones

    Tracey Cherelle Jones

    Tenisha

  • Ski Carr

    Ski Carr

    Big Nousie

  • Carlos Carrasco

    Carlos Carrasco

    Oscar Danilo Blandón

  • Mane Rich Andrew

    Mane Rich Andrew

    Junior

  • Keno K. Deary

    Keno K. Deary

    Amp

  • Crystal Scales

    Crystal Scales

    Veronica

  • Jamaica Charley

    Jamaica Charley

    Co Co

  • Wayne Collins Jr.

    Wayne Collins Jr.

    Little X

  • Sydney 'Big Dawg' Colston

    Sydney 'Big Dawg' Colston

    Governer

  • Bryan Charles Feldman

    Bryan Charles Feldman

    Car Salesman

  • Chris Grayson

    Chris Grayson

    Officer Miller

  • Mike Moroff

    Mike Moroff

    Solar

  • Toy Newkirk

    Toy Newkirk

    Momma Peaches

  • Champagne Powell

    Champagne Powell

    Caveman

  • Regina Randolph

    Regina Randolph

    Margie

  • Ahmad Reese

    Ahmad Reese

    Big Dee

  • Jason Ross-Azikiwe

    Jason Ross-Azikiwe

    Mafia

  • Nesa Sims

    Nesa Sims

    Nancy

  • Bryan Swerling

    Bryan Swerling

    CIA Agent

  • John Toles-Bey

    John Toles-Bey

    DEA Agent Parks

  • Datari Turner

    Datari Turner

    O.G.

  • Adam Welsh

    Adam Welsh

    Little X's Friend

  • Lynn 'Red' Williams

    Lynn 'Red' Williams

    Officer James

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
100 Kilos

Cast (28)

  • Glenn Plummer

    Glenn Plummer

    'Freeway' Ricky Ross

  • Dwayne Adway

    Dwayne Adway

    Big Loc

  • MC Eiht

    MC Eiht

    Pooh

  • Larry B. Scott

    Larry B. Scott

    Joe

  • Suzanne Mari

    Suzanne Mari

    Little Peaches

  • Tracey Cherelle Jones

    Tracey Cherelle Jones

    Tenisha

  • Ski Carr

    Ski Carr

    Big Nousie

  • Carlos Carrasco

    Carlos Carrasco

    Oscar Danilo Blandón

  • Mane Rich Andrew

    Mane Rich Andrew

    Junior

  • Keno K. Deary

    Keno K. Deary

    Amp

  • Crystal Scales

    Crystal Scales

    Veronica

  • Jamaica Charley

    Jamaica Charley

    Co Co

  • Wayne Collins Jr.

    Wayne Collins Jr.

    Little X

  • Sydney 'Big Dawg' Colston

    Sydney 'Big Dawg' Colston

    Governer

  • Bryan Charles Feldman

    Bryan Charles Feldman

    Car Salesman

  • Chris Grayson

    Chris Grayson

    Officer Miller

  • Mike Moroff

    Mike Moroff

    Solar

  • Toy Newkirk

    Toy Newkirk

    Momma Peaches

  • Champagne Powell

    Champagne Powell

    Caveman

  • Regina Randolph

    Regina Randolph

    Margie

  • Ahmad Reese

    Ahmad Reese

    Big Dee

  • Jason Ross-Azikiwe

    Jason Ross-Azikiwe

    Mafia

  • Nesa Sims

    Nesa Sims

    Nancy

  • Bryan Swerling

    Bryan Swerling

    CIA Agent

  • John Toles-Bey

    John Toles-Bey

    DEA Agent Parks

  • Datari Turner

    Datari Turner

    O.G.

  • Adam Welsh

    Adam Welsh

    Little X's Friend

  • Lynn 'Red' Williams

    Lynn 'Red' Williams

    Officer James

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
100 Kilos

Cast (28)

  • Glenn Plummer

    Glenn Plummer

    'Freeway' Ricky Ross

  • Dwayne Adway

    Dwayne Adway

    Big Loc

  • MC Eiht

    MC Eiht

    Pooh

  • Larry B. Scott

    Larry B. Scott

    Joe

  • Suzanne Mari

    Suzanne Mari

    Little Peaches

  • Tracey Cherelle Jones

    Tracey Cherelle Jones

    Tenisha

  • Ski Carr

    Ski Carr

    Big Nousie

  • Carlos Carrasco

    Carlos Carrasco

    Oscar Danilo Blandón

  • Mane Rich Andrew

    Mane Rich Andrew

    Junior

  • Keno K. Deary

    Keno K. Deary

    Amp

  • Crystal Scales

    Crystal Scales

    Veronica

  • Jamaica Charley

    Jamaica Charley

    Co Co

  • Wayne Collins Jr.

    Wayne Collins Jr.

    Little X

  • Sydney 'Big Dawg' Colston

    Sydney 'Big Dawg' Colston

    Governer

  • Bryan Charles Feldman

    Bryan Charles Feldman

    Car Salesman

  • Chris Grayson

    Chris Grayson

    Officer Miller

  • Mike Moroff

    Mike Moroff

    Solar

  • Toy Newkirk

    Toy Newkirk

    Momma Peaches

  • Champagne Powell

    Champagne Powell

    Caveman

  • Regina Randolph

    Regina Randolph

    Margie

  • Ahmad Reese

    Ahmad Reese

    Big Dee

  • Jason Ross-Azikiwe

    Jason Ross-Azikiwe

    Mafia

  • Nesa Sims

    Nesa Sims

    Nancy

  • Bryan Swerling

    Bryan Swerling

    CIA Agent

  • John Toles-Bey

    John Toles-Bey

    DEA Agent Parks

  • Datari Turner

    Datari Turner

    O.G.

  • Adam Welsh

    Adam Welsh

    Little X's Friend

  • Lynn 'Red' Williams

    Lynn 'Red' Williams

    Officer James

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
100 Kilos

Cast (28)

  • Glenn Plummer

    Glenn Plummer

    'Freeway' Ricky Ross

  • Dwayne Adway

    Dwayne Adway

    Big Loc

  • MC Eiht

    MC Eiht

    Pooh

  • Larry B. Scott

    Larry B. Scott

    Joe

  • Suzanne Mari

    Suzanne Mari

    Little Peaches

  • Tracey Cherelle Jones

    Tracey Cherelle Jones

    Tenisha

  • Ski Carr

    Ski Carr

    Big Nousie

  • Carlos Carrasco

    Carlos Carrasco

    Oscar Danilo Blandón

  • Mane Rich Andrew

    Mane Rich Andrew

    Junior

  • Keno K. Deary

    Keno K. Deary

    Amp

  • Crystal Scales

    Crystal Scales

    Veronica

  • Jamaica Charley

    Jamaica Charley

    Co Co

  • Wayne Collins Jr.

    Wayne Collins Jr.

    Little X

  • Sydney 'Big Dawg' Colston

    Sydney 'Big Dawg' Colston

    Governer

  • Bryan Charles Feldman

    Bryan Charles Feldman

    Car Salesman

  • Chris Grayson

    Chris Grayson

    Officer Miller

  • Mike Moroff

    Mike Moroff

    Solar

  • Toy Newkirk

    Toy Newkirk

    Momma Peaches

  • Champagne Powell

    Champagne Powell

    Caveman

  • Regina Randolph

    Regina Randolph

    Margie

  • Ahmad Reese

    Ahmad Reese

    Big Dee

  • Jason Ross-Azikiwe

    Jason Ross-Azikiwe

    Mafia

  • Nesa Sims

    Nesa Sims

    Nancy

  • Bryan Swerling

    Bryan Swerling

    CIA Agent

  • John Toles-Bey

    John Toles-Bey

    DEA Agent Parks

  • Datari Turner

    Datari Turner

    O.G.

  • Adam Welsh

    Adam Welsh

    Little X's Friend

  • Lynn 'Red' Williams

    Lynn 'Red' Williams

    Officer James

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
100 Kilos

Cast (28)

  • Glenn Plummer

    Glenn Plummer

    'Freeway' Ricky Ross

  • Dwayne Adway

    Dwayne Adway

    Big Loc

  • MC Eiht

    MC Eiht

    Pooh

  • Larry B. Scott

    Larry B. Scott

    Joe

  • Suzanne Mari

    Suzanne Mari

    Little Peaches

  • Tracey Cherelle Jones

    Tracey Cherelle Jones

    Tenisha

  • Ski Carr

    Ski Carr

    Big Nousie

  • Carlos Carrasco

    Carlos Carrasco

    Oscar Danilo Blandón

  • Mane Rich Andrew

    Mane Rich Andrew

    Junior

  • Keno K. Deary

    Keno K. Deary

    Amp

  • Crystal Scales

    Crystal Scales

    Veronica

  • Jamaica Charley

    Jamaica Charley

    Co Co

  • Wayne Collins Jr.

    Wayne Collins Jr.

    Little X

  • Sydney 'Big Dawg' Colston

    Sydney 'Big Dawg' Colston

    Governer

  • Bryan Charles Feldman

    Bryan Charles Feldman

    Car Salesman

  • Chris Grayson

    Chris Grayson

    Officer Miller

  • Mike Moroff

    Mike Moroff

    Solar

  • Toy Newkirk

    Toy Newkirk

    Momma Peaches

  • Champagne Powell

    Champagne Powell

    Caveman

  • Regina Randolph

    Regina Randolph

    Margie

  • Ahmad Reese

    Ahmad Reese

    Big Dee

  • Jason Ross-Azikiwe

    Jason Ross-Azikiwe

    Mafia

  • Nesa Sims

    Nesa Sims

    Nancy

  • Bryan Swerling

    Bryan Swerling

    CIA Agent

  • John Toles-Bey

    John Toles-Bey

    DEA Agent Parks

  • Datari Turner

    Datari Turner

    O.G.

  • Adam Welsh

    Adam Welsh

    Little X's Friend

  • Lynn 'Red' Williams

    Lynn 'Red' Williams

    Officer James