Can someone bring me GUNZ.EXE 1.5 are new colors and a command F9 and VIP
Please
for my Gunz
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.
Just like what gunz?Evil?
Yes!!!!!!!!!!
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);
=================================================================================
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);
}
i didn't code it right but it from the forum