-------------------------------------------------------------------------------- -- Handler.......... : onInit -- Author........... : -- Description...... : -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- function FPSMainHUD.onInit ( ) -------------------------------------------------------------------------------- hud.setDefaultFont ( this.getUser ( ), "Serpentine1024" ) this.createAmmo ( this.getUser ( ) ) this.createOptionScreen ( this.getUser ( ) ) this.createLogoScreen ( this.getUser ( ) ) this.createBlackScreen ( this.getUser ( ) ) this.sendEvent ( "onBlackScreenHide" ) this.postEvent ( 2, "onBlackScreenShow" ) this.postEvent ( 3, "onLogoScreenHide" ) this.postEvent ( 4, "onBlackScreenHide" ) -------------------------------------------------------------------------------- end --------------------------------------------------------------------------------