Page 1 of 2 12 LastLast
Results 1 to 15 of 27
  1. #1
    Transferred's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    766
    Reputation
    31
    Thanks
    447
    My Mood
    Buzzed

    [TUTORIAL] How to fix deathscreen (AS3)

    head over to 02b>_Y_P.as

    and find

    Code:
    private function _H_p():String{
    replace the whole thing with this

    Code:
        private function _H_p():String{
            var _local1:Number = (Number(this.xml.CreatedOn) * 1000);
            var _local2:Date = new Date(_local1);
            var _local3:DateFormat = new DateFormat();
            _local3.formatString = "MMMM D, YYYY";
            return _local3.format(_local2);
        }
    so it should look like this



    Step 2.
    in com>company>util make a new file called DateFormatter.as

    and add this code inside:

    Code:
    package com.company.util {
    public class DateFormatter {
    
        private const MONTHS:Array = [
            "January",
            "February",
            "March",
            "April",
            "May",
            "June",
            "July",
            "August",
            "September",
            "October",
            "November",
            "December"
        ];
    
        public var formatString:String;
    
        public function format(date:Date):String
        {
            var s:String = formatString;
            s = s.replace("D", date.date);
            s = s.replace("YYYY", date.fullYear);
            return s.replace("MMMM", this.MONTHS[date.month]);
        }
    }
    }
    And thats your deathscreen fixed!
    Last edited by Transferred; 04-08-2016 at 09:13 AM. Reason: typo

  2. The Following 4 Users Say Thank You to Transferred For This Useful Post:

    HGAEHaeheadhetdhtertherh (04-08-2016),ImNotMakdoon (04-08-2016),lkdjnfoskjednfblksjdfn (04-08-2016),Orbit (04-08-2016)

  3. #2
    Riigged's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Location
    no
    Posts
    3,846
    Reputation
    401
    Thanks
    10,254
    My Mood
    Devilish
    first consumable skins now death screen fix aw man now randoms are actually gonna use the source xD

     








  4. #3
    BlackRayquaza's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    574
    Reputation
    10
    Thanks
    186
    My Mood
    In Love
    Where is the "tutorial" part? xD
    YEP cock

  5. #4
    Transferred's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    766
    Reputation
    31
    Thanks
    447
    My Mood
    Buzzed
    Quote Originally Posted by BlackRayquaza View Post
    Where is the "tutorial" part? xD
    i am telling them how to fix it, how is it not a tutorial dumbass?


    - - - Updated - - -

    Quote Originally Posted by Riigged View Post
    first consumable skins now death screen fix aw man now randoms are actually gonna use the source xD
    lol, #contribution...

  6. #5
    BlackRayquaza's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    574
    Reputation
    10
    Thanks
    186
    My Mood
    In Love
    Quote Originally Posted by Transferred View Post


    i am telling them how to fix it, how is it not a tutorial dumbass?


    - - - Updated - - -



    lol, #contribution...
    Then explain what "[Source Code]" is.

    "dumbass" huh





    Get yo facts straight
    Last edited by BlackRayquaza; 04-10-2016 at 03:29 AM.
    YEP cock

  7. The Following User Says Thank You to BlackRayquaza For This Useful Post:

    lkdjnfoskjednfblksjdfn (04-15-2016)

  8. #6
    Transferred's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    766
    Reputation
    31
    Thanks
    447
    My Mood
    Buzzed
    Quote Originally Posted by BlackRayquaza View Post


    Then explain what "[Source Code]" is.

    "dumbass" huh





    Get yo facts straight

  9. #7
    BlackRayquaza's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    574
    Reputation
    10
    Thanks
    186
    My Mood
    In Love
    Quote Originally Posted by Transferred View Post


    Exactly. Youre not explaining anything, so its source code, not a tutorial.
    YEP cock

  10. The Following User Says Thank You to BlackRayquaza For This Useful Post:

    lkdjnfoskjednfblksjdfn (04-15-2016)

  11. #8
    Transferred's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    766
    Reputation
    31
    Thanks
    447
    My Mood
    Buzzed
    Quote Originally Posted by BlackRayquaza View Post


    Exactly. Youre not explaining anything, so its source code, not a tutorial.
    one second, so you are saying every single tutorial on mpgh is source code?
    Stupid idiot lol.


    https://www.mpgh.net/forum/showthread.php?t=935741 in this you say TUTORIAL but its just straight up source code...
    Your a fucking hypocrit

  12. #9
    BlackRayquaza's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    574
    Reputation
    10
    Thanks
    186
    My Mood
    In Love
    Quote Originally Posted by Transferred View Post


    one second, so you are saying every single tutorial on mpgh is source code?
    Stupid idiot lol.


    https://www.mpgh.net/forum/showthread.php?t=935741 in this you say TUTORIAL but its just straight up source code...
    Your a fucking hypocrit
    Look up the definition of tutorial.

    Thats old.
    Last edited by BlackRayquaza; 04-10-2016 at 05:05 AM.
    YEP cock

  13. The Following User Says Thank You to BlackRayquaza For This Useful Post:

    lkdjnfoskjednfblksjdfn (04-15-2016)

  14. #10
    Transferred's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    766
    Reputation
    31
    Thanks
    447
    My Mood
    Buzzed
    Quote Originally Posted by BlackRayquaza View Post


    Look up the definition of tutorial.

    Thats old.
    still your saying this is not a tutorial and that its just source code but u have tutorials that are source code.
    Heres a quick tutorial for you

    Step 1) Shut the fuck up
    Step 2) Stop commenting on my threads (are you addicted to me or something?)
    Step 3) Stay the fuck out of my threads

    hope the tutorial works for ya.

  15. #11
    BlackRayquaza's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    574
    Reputation
    10
    Thanks
    186
    My Mood
    In Love
    Quote Originally Posted by Transferred View Post


    still your saying this is not a tutorial and that its just source code but u have tutorials that are source code.
    Heres a quick tutorial for you

    Step 1) Shut the fuck up
    Step 2) Stop commenting on my threads (are you addicted to me or something?)
    Step 3) Stay the fuck out of my threads

    hope the tutorial works for ya.

    Its source code, so is this. Funny that youre hating on me just because youre envious.
    YEP cock

  16. #12
    Transferred's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    766
    Reputation
    31
    Thanks
    447
    My Mood
    Buzzed
    Quote Originally Posted by BlackRayquaza View Post


    Its source code, so is this. Funny that youre hating on me just because youre envious.
    why would i envy you your life is a failure, i could ruin you easily.

  17. #13
    Danny's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    9,617
    Reputation
    2835
    Thanks
    3,002
    My Mood
    Aggressive
    Quote Originally Posted by BlackRayquaza View Post


    Its source code, so is this. Funny that youre hating on me just because youre envious.
    If you don't need this tutorial then don't comment on it. /caseclosed

    Edit: Take your flaming elsewhere and calm down.
    Last edited by Danny; 04-10-2016 at 06:01 AM.

    I am not a middleman nor do I buy/sell anything. If you are being contacted by someone off-site from MPGH then it's not me! Please report these to me via PM. Don't be stupid, think first.

  18. #14
    BlackRayquaza's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    574
    Reputation
    10
    Thanks
    186
    My Mood
    In Love
    Quote Originally Posted by Rotmgstd View Post


    If you don't need this tutorial then don't comment on it. /caseclosed

    Edit: Take your flaming elsewhere and calm down.
    Im not flaming man. He's just mad at me because I wont give him my client.
    YEP cock

  19. The Following User Says Thank You to BlackRayquaza For This Useful Post:

    lkdjnfoskjednfblksjdfn (04-18-2016)

  20. #15
    Danny's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    9,617
    Reputation
    2835
    Thanks
    3,002
    My Mood
    Aggressive
    Quote Originally Posted by BlackRayquaza View Post


    Im not flaming man. He's just mad at me because I wont give him my client.
    It's off-topic. Stop posting here with this nonsense

    I am not a middleman nor do I buy/sell anything. If you are being contacted by someone off-site from MPGH then it's not me! Please report these to me via PM. Don't be stupid, think first.

  21. The Following User Says Thank You to Danny For This Useful Post:

    Transferred (04-10-2016)

Page 1 of 2 12 LastLast

Similar Threads

  1. [Tutorial]How to fix "Cannot Include d3dx9.h" in VC++ 2010[With Pics!]
    By CodeDemon in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 7
    Last Post: 08-03-2010, 09:39 AM
  2. Replies: 14
    Last Post: 07-11-2010, 03:37 AM
  3. [Tutorial]How to Fix MPGH CF Pub
    By Sympony13 in forum CrossFire Tutorials
    Replies: 2
    Last Post: 07-11-2010, 02:23 AM
  4. [Tutorial]How to Fix MPGH CF Pub(32-bit) Vista&XP
    By Sympony13 in forum CrossFire Tutorials
    Replies: 0
    Last Post: 07-08-2010, 12:47 PM
  5. [Tutorial]How to fix MPGH pub hack after patch
    By Andyklk2009 in forum Combat Arms Hacks & Cheats
    Replies: 17
    Last Post: 10-17-2008, 01:49 PM