come's Please

Results 1 to 9 of 9
  1. #1
    Apprentice alex2141990 is offline
    MemberRank
    Jun 2011 Join Date
    14Posts

    come's Please

    Can someone bring me GUNZ.EXE 1.5 are new colors and a command F9 and VIP
    Please
    for my Gunz
    Last edited by alex2141990; 21-06-12 at 01:57 PM.


  2. #2
    Valued Member OceanDeep is offline
    MemberRank
    May 2012 Join Date
    GamesLocation
    144Posts

    Re: come's Please

    Just like what gunz?Evil?

  3. #3
    Apprentice alex2141990 is offline
    MemberRank
    Jun 2011 Join Date
    14Posts

    Re: come's Please

    Yes!!!!!!!!!!

  4. #4
    Account Upgraded | Title Enabled! medotarek is offline
    MemberRank
    Apr 2012 Join Date
    Egypt/RageZoneLocation
    615Posts

    Re: come's Please

    i can't bring for you but i can help you at coding
    the F9:Hp\AP Code
    ===============
    in ZGameInput.cpp
    search:case VK_F9:

    repleace with:
    case VK_F9:
    char szName[128];
    {
    /*if(ZGetGame()->GetMatch()->IsTeamPlay())
    {
    sprintf(szName, "!(HP: %d / %d AP: %d / %d)", (int)ZGetGame()->m_pMyCharacter->GetHP(), (int)ZGetGame()->m_pMyCharacter->GetMaxHP(), (int)ZGetGame()->m_pMyCharacter->GetAP(), (int)ZGetGame()->m_pMyCharacter->GetMaxAP());
    ZApplication::GetGameInterface()->GetChat()->Input(szName);
    return true;
    }
    else*/
    {
    sprintf(szName, "(HP: %d / %d AP: %d / %d)", (int)ZGetGame()->m_pMyCharacter->GetHP(), (int)ZGetGame()->m_pMyCharacter->GetMaxHP(), (int)ZGetGame()->m_pMyCharacter->GetAP(), (int)ZGetGame()->m_pMyCharacter->GetMaxAP());
    ZApplication::GetGameInterface()->GetChat()->Input(szName);
    =================================================================================

  5. #5
    Currently Stoned ! Ronny786 is offline
    MemberRank
    Dec 2011 Join Date
    Lost WorldLocation
    984Posts

    Re: come's Please

    Ahh i remembered my days when i used to ask such things to pro developers here.

    They totally refused me to give all things .. n just bcoz of that i learnt c/c++ , VC++ Sourcing ... n now i have everything i ever wanted.

    So u better try and learn yourself instead of begging/borrowing !!

  6. #6
    Alpha Member Chrisss is offline
    MemberRank
    Feb 2012 Join Date
    Ask the Fox!Location
    1,660Posts

    Re: come's Please

    Quote Originally Posted by medotarek View Post
    i can't bring for you but i can help you at coding
    the F9:Hp\AP Code
    ===============
    in ZGameInput.cpp
    search:case VK_F9:

    repleace with:
    case VK_F9:
    char szName[128];
    {
    /*if(ZGetGame()->GetMatch()->IsTeamPlay())
    {
    sprintf(szName, "!(HP: %d / %d AP: %d / %d)", (int)ZGetGame()->m_pMyCharacter->GetHP(), (int)ZGetGame()->m_pMyCharacter->GetMaxHP(), (int)ZGetGame()->m_pMyCharacter->GetAP(), (int)ZGetGame()->m_pMyCharacter->GetMaxAP());
    ZApplication::GetGameInterface()->GetChat()->Input(szName);
    return true;
    }
    else*/
    {
    sprintf(szName, "(HP: %d / %d AP: %d / %d)", (int)ZGetGame()->m_pMyCharacter->GetHP(), (int)ZGetGame()->m_pMyCharacter->GetMaxHP(), (int)ZGetGame()->m_pMyCharacter->GetAP(), (int)ZGetGame()->m_pMyCharacter->GetMaxAP());
    ZApplication::GetGameInterface()->GetChat()->Input(szName);
    =================================================================================
    You didnt code that, so dont take credits, you copied from ThunderZ tut

  7. #7
    Account Upgraded | Title Enabled! CobraBite is offline
    MemberRank
    Jan 2011 Join Date
    Where?Location
    281Posts

    Re: come's Please

    Quote Originally Posted by Ronny786 View Post
    Ahh i remembered my days when i used to ask such things to pro developers here.

    They totally refused me to give all things .. n just bcoz of that i learnt c/c++ , VC++ Sourcing ... n now i have everything i ever wanted.

    So u better try and learn yourself instead of begging/borrowing !!
    Don't talk, you are the one who asks me everyday, how to fix that, how to do that, handle me the matchserver source and shit. (And you still do)

    @ medotarek: I don't know if I'm right, but don't you think that will give him an error when building o.O?
    Where's the 1 closing } ? And you should removing one of those { from the start.

    case VK_F9:
    char szName[128];
    {
    sprintf(szName, "(HP: %d / %d AP: %d / %d)", (int)ZGetGame()->m_pMyCharacter->GetHP(), (int)ZGetGame()->m_pMyCharacter->GetMaxHP(), (int)ZGetGame()->m_pMyCharacter->GetAP(), (int)ZGetGame()->m_pMyCharacter->GetMaxAP());
    ZApplication::GetGameInterface()->GetChat()->Input(szName);
    }

  8. #8
    Hi, I'm Omar! Vusion is offline
    MemberRank
    Jan 2011 Join Date
    HereLocation
    1,658Posts

    Re: come's Please

    Quote Originally Posted by CobraBite View Post
    Don't talk, you are the one who asks me everyday, how to fix that, how to do that, handle me the matchserver source and shit. (And you still do)

    @ medotarek: I don't know if I'm right, but don't you think that will give him an error when building o.O?
    Where's the 1 closing } ? And you should removing one of those { from the start.
    This code is valid:
    Code:
    {
      int x = 0;
      
      if(x = 0)
        // w/e
    }
    My point is, you can put braces with no statement above it.

  9. #9
    Account Upgraded | Title Enabled! medotarek is offline
    MemberRank
    Apr 2012 Join Date
    Egypt/RageZoneLocation
    615Posts

    Re: come's Please

    i didn't code it right but it from the forum



Advertisement