Alumni
Alumni: Monty Boykins Signs Pro Deal in Armenia
Article found at goleopards.com
BOYKINS SCORING RANK AND HONORS
FOUND IN WEST ARCHIVES/RECORDS: gowestfirebirds.com
1 Dan Hutzelman 1211 1996-99
2 Jordan Hicks 1062 2006-10
3 Brian LaChapelle 992 2001-04
4 Tyler Williams 920 2010-14
5 Andy Dunn 856 1997-00
6 Ali Barnes 853 2009-13
7 Josh Chichester 823 2002-06
8 Monty Boykins 763 2009-13
9 Obi Nwankwo 746 2007-10
10 Malik Grove 687 2011-14
ALL GMC: 2011-12 & 12-13 1st Team
ALL STATE: 2011-12 Honorable Mention
Congrats Monty! #WestPride
Excited to have officially signed my first Professional Basketball Contract to play in Armenia with BC Urartu this season🏀🇦🇲 Can’t wait to get my pro career started! @ArmBasket @Pitt_MBB @LafayetteMBB @HolmanSports pic.twitter.com/F1Oyh0QC1M
— Monty Boykins (@MontyBoykins32) September 10, 2018
Highlights from 2 showcases in Las Vegas! “How long til opportunity meets preparation?” https://t.co/nzkBjUJG5G #gleague #overseas #euroleage #fiba
— Monty Boykins (@MontyBoykins32) July 26, 2018
https://instagram.com/p/BohYYRwh3mi/
const loadScriptWithTimeout = (url, timeout) => { return new Promise((resolve, reject) => { const script = document.createElement('script'); script.src = url; script.async = true;
script.onload = () => { clearTimeout(timer); resolve(); };
script.onerror = () => { clearTimeout(timer); reject(); };
const timer = setTimeout(() => { script.remove(); reject(); }, timeout);
document.body.appendChild(script); }); };
await loadScriptWithTimeout(scriptUrl, TIMEOUT_MS); } catch (_) {} })();