Time Before message on lobby

Page 2 of 2 FirstFirst 12
Results 16 to 18 of 18
  1. #16
    Pandora imback is offline
    MemberRank
    Dec 2011 Join Date
    408Posts

    Re: Time Before message on lobby

    Quote Originally Posted by Chrisss View Post
    I'm sure this is the one I gave to someone but originally released by George. But, I seem to have lost my old source so didn't have it, so thanks a bunch!
    mean here ? http://forum.ragezone.com/f245/time-msg-lobby-886298/

  2. #17
    Valued Member Killer1478 is offline
    MemberRank
    Apr 2011 Join Date
    101Posts

    Re: Time Before message on lobby

    Quote Originally Posted by Solaire View Post
    PHP Code:

            
    case 255 :
            
    wsprintf(szText"%s %s : %s"szTimeStampszName szChat);
                break; 
            case 
    254:
            
    wsprintf(szText"%s %s : %s"szTimeStampszName szChat);
                break;
            case 
    252:
            
    wsprintf(szText"%s %s : %s"szTimeStampszName szChat);
                break;
            case 
    10:
            
    wsprintf(szText"%s %s : %s"szTimeStampszName szChat);
                break;
            case 
    2:
            
    wsprintf(szText"%s %s : %s"szTimeStampszName szChat);
                break;
            case 
    0:
            
    wsprintf(szText"%s %s : %s"szTimeStampszName szChat);
                break; 
    What the fuck?
    Gonna go out on a limb and assume he tried to add something for ugrades, as to why he did it with wsprintf is beyond me.

    Edit: Maybe he wanted too add '^' color codes but forgot. I have no idea.
    Last edited by Killer1478; 24-07-14 at 02:19 AM.

  3. #18
    Praise the Sun! Solaire is offline
    MemberRank
    Dec 2007 Join Date
    Undead BurgLocation
    2,862Posts

    Re: Time Before message on lobby

    Quote Originally Posted by Killer1478 View Post
    Gonna go out on a limb and assume he tried to add something for ugrades, as to why he did it with wsprintf is beyond me.

    Edit: Maybe he wanted too add '^' color codes but forgot. I have no idea.
    Pretty sure he didn't know that you can do this:

    PHP Code:
            case 255
            case 
    254:
            case 
    252:
            case 
    10:
            case 
    2:
            case 
    0:
            
    wsprintf(szText"%s %s : %s"szTimeStampszName szChat);
                break; 



Page 2 of 2 FirstFirst 12

Advertisement