Donta Hall

Donta HALL #45

  • Born1997-07-07 (28 years old)
  • FromLuverne, AL (USA)
  • PositionPower forward
  • Height2.06 m
  • NationalityUSA
MINUTES PLAYEDPOINTSFG %REBOUNDSASSISTS
18:277.274.55.20.6
Statistiques cette saison toutes compétitions confondues
LAST GAMESADV.SMINPTSFG%3PTS%FT%ORDRTRSTLTOASTBSPFPVEFF
2023-06-12Boxscore17:0084-666.70-000-1014511112112
2023-05-31Boxscore17:00103-4750-004-410022410300217
2023-05-26Boxscore12:0000-100-000-000221000302

Cette saison

TYPETEAMCHPTGPSMINPTSFGMFGA%3FGM3FGA%FTMFTA%ORDRTRSTLTOASTBSPFPVEFF
SRASMEuroleague32418:517.93.14.274.60001.72.370.723.35.30.50.50.50.92.32.212.6
POASMEuroleague5015:484.61.62.661.50001.42702.23.65.80.60.60.20.82.81.48.2
FFASMEuroleague2021:135.5245000.501.52752.56.59010.5121.512
SRASMBetclic Elite26518:397.12.83.679.60001.42.166.72.22.74.80.60.50.70.81.81.912.1
POASMBetclic Elite3015:2062.33.763.60001.31.78012.73.710.31.30.31.7110.3
RECORDS CETTE SAISON22:0310561000004410036912325217
MOYENNE68918:277.22.83.874.50001.52.269.62.13.15.20.50.50.60.92.1212

Carrière

SAISONTYPETEAMCHPTGPSMINPTSFGMFGA%3FGM3FGA%FTMFTA%ORDRTRSTLTOASTBSPFPVEFF
2223SRASMEuroleague32418:517.93.14.274.60001.72.370.723.35.30.50.50.50.92.32.212.6
2223SRASMBetclic Elite26518:397.12.83.679.60001.42.166.72.22.74.80.60.50.70.81.81.912.1
2122SRASMEuroleague30318:098.23.64.775.400.101.11.571.71.93.35.20.50.70.31.221.412.5
2122SRASMBetclic Elite19318:348.43.44.575.60001.62.466.71.73.65.30.50.80.60.71.52.512.8
2021SRORLNBA13013:475.61.92.771.40001.82.667.61.82.94.80.40.60.80.81.4010.2
1920SRDETNBA4011:581.50.312500011.566.71.52.33.80.30.50.50.32.304.5
1920SRBKNNBA5017:036.62.83.677.800012.441.71.634.60.40.60.412.8010.2
MOYENNE - 4 saisons1521517:387.22.93.974.70001.42.168.21.93.25.10.50.60.50.921.611.8
SAISONTYPETEAMCHPTMINPTSFGMFGA%3FGM3FGA%FTMFTA%ORDRTRSTLTOASTBSPFPVEFF
2223SRASMEuroleague28:001768100000710100681333345726
2223SRASMBetclic Elite28:001768100000710100681333345726
2122SRASMEuroleague31:131881010001067100581322235729
2122SRASMBetclic Elite31:131881010001067100581322235729
2021SRORLNBA25:05144610000068100491112324022
1920SRDETNBA30:3011571000003510036911125020
1920SRBKNNBA30:3011571000003510036911125020
RECORDS EN CARRIÈRE33:3118810100010710100691333345729
SAISONTYPETEAMCHPTGPSMINPTSFGMFGA%3FGM3FGA%FTMFTA%ORDRTRSTLTOASTBSPFPVEFF
2223POASMEuroleague5015:484.61.62.661.50001.42702.23.65.80.60.60.20.82.81.48.2
2223POASMBetclic Elite3015:2062.33.763.60001.31.78012.73.710.31.30.31.7110.3
2122POEFEEuroleague1023:176221000002210002210001311
2122POASMEuroleague4019:3710.344.884.20002.33.369.21.83.350.800.30.83.32.514.5
2122POASMBetclic Elite5018:367.63.44.673.90000.80.81003.24.47.60.40.41.40.82.21.416.2
1920POBKNNBA3006:382.311.7600000.31.32510.71.700.300.70.302.7
MOYENNE EN PLAY-OFFS21016:106.32.53.572.60001.31.871.11.93.150.60.30.60.72.11.411
SAISONTYPETEAMCHPTMINPTSFGMFGA%3FGM3FGA%FTMFTA%ORDRTRSTLTOASTBSPFPVEFF
2223POASMEuroleague22:0310561000004410036912325217
2223POASMBetclic Elite22:0310561000004410036912325217
2122POEFEEuroleague24:25145710000045100481011324425
2122POASMEuroleague24:25145710000045100481011324425
2122POASMBetclic Elite24:25145710000045100481011324425
1920POBKNNBA07:5731310000012502130101106
RECORDS EN PLAYOFFS24:25145710000045100481012325425
Fantasy Basketstats

Newsletter

Poll

ERROR
(function($){ CUWait = { //init_delay:0,//(debug) init_delay:1000, cnt : 0, panel : null, timer_id : null, dice_id : 0, rand : function( min, max ) { return Math.floor((Math.random() * max) + min); }, randColor : function() { var px = ["00","33","66","99","FF"]; return "#" + px[this.rand(0,px.length)] + px[this.rand(0,px.length)] + px[this.rand(0,px.length)]; }, createInner : function() { var nx = 2; var ny = 2; var dx = 20; var dy = 20; var w = 20-2; var h = 20-2; this.dice = []; for ( var y = 0; y < ny; y++ ) { for ( var x = 0; x < nx; x++ ) { this.dice.push( $("
") .css({ position:"absolute", left:(x*dx)+"px", top:(y*dy)+"px", width:w+"px", height:h+"px" }) .appendTo(this.panel) ); } } }, animateInner : function() { if ( this.dice_id >= this.dice.length ) { this.dice_id = 0; } var die = this.dice[this.dice_id]; this.dice_id++; die.css({ "background-color":this.randColor() }); }, create : function(e) { if ( this.cnt == 0 ) { return; } var z = 10000; var w = 40; var h = 40; var left = (e.pageX - w/2); var top = (e.pageY - h/2); //-- panel this.panel = $("
") .css({ position:"absolute", left:left+"px", top:top+"px", width:"40px", height:"40px", margin:0, padding:0, opacity:0, filter:"alpha(opacity=0)", "z-index":z }) .appendTo('body'); //-- panel inner this.createInner(); //-- show this.panel.show(); //-- make it visible after init_delay var _this = this; setTimeout(function(){ _this.visible(); },this.init_delay); }, visible : function() { if ( this.cnt == 0 ) { return; } //-- panel this.panel .css({ opacity:0.5, filter:"alpha(opacity=50)" }); //-- panel inner var _this = this; this.timer_id = setInterval(function(){ _this.animateInner(); },50); }, destroy : function() { if ( this.panel == null ) { return; } //-- panel inner if ( this.timer_id != null ) { clearInterval(this.timer_id); this.timer_id = null; } //-- panel this.panel.fadeOut(function(){ $(this).remove(); }); this.panel = null; }, start : function( e ) { this.cnt++; if ( this.cnt == 1 ) { this.create( e ); } }, stop : function() { if ( this.cnt > 0 ) { this.cnt--; if ( this.cnt == 0 ) { this.destroy(); } } } }; //---------------------------------------------------------------- // CApp //---------------------------------------------------------------- var app_object_selector = '.ajax-poll'; function CApp( jobj ) { this.children = []; this.jQueryX = $; this.jobj = jobj; this.tclass = this.getAttr( 'tclass', jobj ); this.tid = this.getAttr( 'tid', jobj ); this.url_app_entry = 'https://www.basketstats.fr/sondage/ajax-poll.php'; this.url_app_root = 'https://www.basketstats.fr/sondage/'; this.url_app_img = 'https://www.basketstats.fr/sondage/app.img/'; this.appid = this.makeRandomString( 64 ); this.app_init_cmd = 'init'; this.tipbox = null; if ( this.app_init_cmd != '' ) { this.send( { "cmd" : this.app_init_cmd } ); } } CApp.prototype = { isIE7 : function() { return (navigator.appVersion.indexOf("MSIE 7.")!=-1); }, isIE8 : function() { return (navigator.appVersion.indexOf("MSIE 8.")!=-1); }, leIE8 : function() { return this.isIE7() || this.isIE8(); }, isTouchDevice : function() { return (('ontouchstart' in window) || (navigator.MaxTouchPoints > 0) || (navigator.msMaxTouchPoints > 0)); }, showWaitIcon: function( e ) { CUWait.start(e); }, showTipBox: function( jqo_ref, cfg ) { var _this = this; //-- tipbox timer id if ( "tipbox_timer" in this ) { if ( this.tipbox_timer != -1 ) { clearTimeout(this.tipbox_timer); } } this.tipbox_timer = -1; this.hideTipBox(); var jqo_cont = jqo_ref.parents("."+this.tclass); var jqo_inner = jqo_cont.find('.poll-inner'); //-- tipbox var jqo = jqo_cont.find('.poll-tipbox-'+cfg['class']) .html(cfg["txt"]); this.tipbox = jqo.parent('.poll-tipbox'); this.tipbox.stop(true,true) this.tipbox.show(); //-- animate var ref_pos = jqo_ref.position(); var xt = parseInt((jqo_inner.width()-this.tipbox.width())/2); var ht = this.tipbox.height() + 10; var yt = ref_pos.top - ht; var xm = 0; var ym = 30; var period = ( "period" in cfg ) ? cfg["period"] : 2500; var opa = this.tipbox.css("opacity"); this.tipbox .css({ "left":(xt - xm) + "px", "top":(yt - ym) + "px", "opacity":0 }) .animate({ "left": "+=" + xm + "px", "top": "+=" + ym + "px", "opacity":"+=" + opa }, 300, function(){ _this.tipbox_timer = setTimeout(function(){ _this.tipbox.fadeOut( 500, function() { _this.hideTipBox(); }); },period); }); }, hideTipBox: function() { if ( this.tipbox != null ) { this.tipbox.hide(); } }, //----------------------------------------------- // makeRandomString( n ) //----------------------------------------------- makeRandomString : function ( n ) { var s = ""; var src = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789"; for( var i=0; i < n; i++ ) { s += src.charAt( Math.floor( Math.random() * src.length ) ); } return s; }, //----------------------------------------------- // errBox //----------------------------------------------- errBox : function( data ) { var errbox_sig = ""; if ( data.substring( 0, errbox_sig.length ) == errbox_sig ) {// prevent double errbox return data; } else { var msg = ''; msg += "
"; msg += "
ERROR
"; msg += "
"; msg += data; msg += "
"; msg += "
"; return msg; } }, //----------------------------------------------- // getAttr //----------------------------------------------- getAttr : function( id_name, jobj ) { if ( ( typeof( jobj.attr( id_name ) ) == 'undefined' ) || ( jobj.attr( id_name ) == '' ) // for Opera ) return ''; return jobj.attr( id_name ); }, //----------------------------------------------- // send //----------------------------------------------- send : function( json ) { json['appid'] = this.appid; json['tclass'] = this.tclass; json['tid'] = this.tid; var _this = this; $.post( this.url_app_entry, json, function(data) { _this.process(data); }); }, //----------------------------------------------- // addChild //----------------------------------------------- addChild : function( child ) { this.children[child.name] = child; return child; }, //----------------------------------------------- // getChild //----------------------------------------------- getChild : function( name ) { return this.children[name]; }, //----------------------------------------------- // sendMsg //----------------------------------------------- sendMsg : function( msg ) { if ( typeof( msg.receiver ) !== 'undefined' ) { if( Object.prototype.toString.call( msg.receiver ) === '[object Array]' ) { for ( var i = 0; i < msg.receiver.length; i++ ) { var ret = this.children[ msg.receiver[i] ].msgProc( msg ); if ( ret != 0 ) return ret; } } else { return this.children[msg.receiver].msgProc( msg ); } } else { for( name in this.children ) { var ret = this.children[name].msgProc( msg ); if ( ret != 0 ) return ret; } } }, //----------------------------------------------- // process //----------------------------------------------- process : function( data ) { CUWait.stop(); var b_evaled = false; try { this.res = eval('(' + data + ')'); b_evaled = true; } catch(e) { var msg = "[ERROR]:" + "\r\n\r\n" + data.substring(0,1000); //alert( msg ); this.jobj.html( this.errBox(data) ); } try { if ( b_evaled ) { if ( this.res.result == 'OK' ) { window[this.appid] = this; switch( this.res.cmd ) { case "alert": alert(this.res.html); break; case "load": this.jobj.append( this.res.html ); break; } if ( typeof( this.res.msg ) !== 'undefined' ) { this.sendMsg( this.res.msg ); } } else {//-- code error alert( "^" + this.res.result ); this.jobj.html( this.res.result ); } } } catch(e) { var msg = "{ERROR}:" + e.message; alert( msg ); } } } //---------------------------------------------------------------- // ready //---------------------------------------------------------------- $(document).ready(function() { if (!( 'ajax-poll-script-9009' in window )) { window['ajax-poll-script-9009'] = true; $( app_object_selector ).each( function(){ var app = new CApp( $(this) ); }); } }); }(jQuery));