BattlefieldUI

Page 1 of 2 12 LastLast
Results 1 to 15 of 25
  1. #1
    Valued Member jow is offline
    MemberRank
    Nov 2009 Join Date
    131Posts

    BattlefieldUI

    GUI source only, queue function not included.

    This is a source release, i will not give any support to this on how to add it and how to add function.

    Enjoy :)

    Download



  2. #2
    Account Upgraded | Title Enabled! jm0099 is offline
    MemberRank
    Aug 2007 Join Date
    NewLocation
    211Posts

    Re: BattlefieldUI

    first blood sir jow

  3. #3
    YALL STUPID FOR REAL momongpogs is offline
    MemberRank
    Jun 2010 Join Date
    228Posts

    Re: BattlefieldUI

    Trying right now but Start time,End Time,Duration and Winner is working right?

  4. #4
    Proficient Member markalejo11 is offline
    MemberRank
    Jan 2009 Join Date
    187Posts

    Re: BattlefieldUI

    wow wow wow ! nice share idol :D go to hell KPAP GROUP ULOL

  5. #5
    Proficient Member jkyoune is offline
    MemberRank
    May 2011 Join Date
    157Posts

    Re: BattlefieldUI

    believe me only few here can successfully use this. btw thanks for the share! :P

  6. #6
    Bubu Shutelo is offline
    MemberRank
    Feb 2016 Join Date
    SSDLocation
    262Posts

    Re: BattlefieldUI

    sps map work ?

  7. #7
    Apprentice luxes is offline
    MemberRank
    Dec 2016 Join Date
    15Posts

    Re: BattlefieldUI

    Quote Originally Posted by Shutelo View Post
    sps map work ?
    this is interface for competition window my friend. for the function you need code. if you already have the function, nah..merge it

  8. #8
    YALL STUPID FOR REAL momongpogs is offline
    MemberRank
    Jun 2010 Join Date
    228Posts

    Re: BattlefieldUI

    Its working and its easy to apply just add some declarations. +rep +like
    *i modified it*

  9. #9
    May I Help You? ejsayaaa is offline
    MemberRank
    May 2012 Join Date
    In Your MindLocation
    461Posts

    Re: BattlefieldUI

    Quote Originally Posted by jkyoune View Post
    believe me only few here can successfully use this. btw thanks for the share! :P
    hahaha :)

  10. #10
    Account Upgraded | Title Enabled! Hezuka is offline
    MemberRank
    Mar 2013 Join Date
    267Posts

    Re: BattlefieldUI

    Quote Originally Posted by momongpogs View Post
    Its working and its easy to apply just add some declarations. +rep +like
    *i modified it*
    How to PopUp this battleField Ui window ??

  11. #11
    Apprentice luxes is offline
    MemberRank
    Dec 2016 Join Date
    15Posts

    Re: BattlefieldUI

    Quote Originally Posted by Hezuka View Post
    How to PopUp this battleField Ui window ??
    update your competition button, when click call ur battlefield ui window

    also you can set at innerinterface.cpp, set shortcutkey, press 'u' then call battlefield ui window

    example for competitionbutton
    void CCompetitionWindowButton::TranslateUIMessage(UIGUID ControlID, DWORD dwMsg)
    {
    switch (ControlID)
    {
    case COMPETITION_NOTIFY_BUTTON:
    {
    if (CHECK_MOUSE_IN(dwMsg))
    {
    CInnerInterface::GetInstance().SHOW_COMMON_LINEINFO("Battlefield UI", NS_UITEXTCOLOR::WHITE);
    }


    if (CHECK_MOUSEIN_LBUPLIKE(dwMsg))
    {
    if (CInnerInterface::GetInstance().IsVisibleGroup(RNCOMPETITION_WINDOW))
    CInnerInterface::GetInstance().HideGroup(RNCOMPETITION_WINDOW);
    else
    CInnerInterface::GetInstance().ShowGroupFocus(RNCOMPETITION_WINDOW);
    }
    }
    break;
    }
    }


    RED : CHANGE TO YOUR BATTLEFIELD UI
    Last edited by luxes; 23-01-17 at 09:58 AM.

  12. #12
    Proficient Member jkyoune is offline
    MemberRank
    May 2011 Join Date
    157Posts

    Re: BattlefieldUI

    with just few modification here it goes.
    pure UI only no function and such. lab this HAHAH
    xd.jpg

  13. #13
    Apprentice luxes is offline
    MemberRank
    Dec 2016 Join Date
    15Posts

    Re: BattlefieldUI

    jow, is it possible for you to share the function too ? the timer and record ranking ?

    Quote Originally Posted by jkyoune View Post
    with just few modification here it goes.
    pure UI only no function and such. lab this HAHAH
    xd.jpg
    not just few modification, but you can update the interface itself, change it to whatever design u want, just like what i did


  14. #14
    Account Upgraded | Title Enabled! jm0099 is offline
    MemberRank
    Aug 2007 Join Date
    NewLocation
    211Posts

    Re: BattlefieldUI

    Quote Originally Posted by luxes View Post
    jow, is it possible for you to share the function too ? the timer and record ranking ?


    not just few modification, but you can update the interface itself, change it to whatever design u want, just like what i did

    wowwwwwowowowo

  15. #15
    Account Upgraded | Title Enabled! Hezuka is offline
    MemberRank
    Mar 2013 Join Date
    267Posts

    Re: BattlefieldUI

    Quote Originally Posted by luxes View Post
    update your competition button, when click call ur battlefield ui window

    also you can set at innerinterface.cpp, set shortcutkey, press 'u' then call battlefield ui window

    example for competitionbutton

    RED : CHANGE TO YOUR BATTLEFIELD UI
    sir can you share your BasicLineBoxEx.cpp ??

    Thank you ...



Page 1 of 2 12 LastLast

Advertisement