[R] on National Gunz is messed up
Hey all,
Has anybody fixed the issue wit the [R] instant reload on Sahars National Gunz source? The one where you cannot Reload shot when its in use. If you have can you please share the code with me.
Thanks.
Re: [R] on National Gunz is messed up
check snippets and replace with one Vusion posted in comments.... i think the thread was by george (Qet123) ... but i prefer vusions code.
Re: [R] on National Gunz is messed up
Quote:
Originally Posted by
Ronny786
check snippets and replace with one Vusion posted in comments.... i think the thread was by george (Qet123) ... but i prefer vusions code.
Yeah i saw this code by Vusion quite a while ago but when i tried using it Gunz closed on me everytime i used it. Ill try it again tough, thanks.
Re: [R] on National Gunz is messed up
bump please this is my problem lol!!
Re: [R] on National Gunz is messed up
Quote:
Originally Posted by
Kobe Maaraataas
bump please this is my problem lol!!
I can help you, add me on skype or facebook .
Re: [R] on National Gunz is messed up
Quote:
Originally Posted by
zellum
i can help you, add me on skype or facebook .
accept me on fb!
Re: [R] on National Gunz is messed up
ZGame.cpp , find ZGame::OnPeerReload function:
replace the condition you have for [R] with this
Code:
if(strstr(strlwr((char*)ZGetGameClient()->GetStageName()), "[R]"))
{
m_pMyCharacter->Animation_Reload();
OnReloadComplete(pCharacter);
}
else
{
if(pCharacter==m_pMyCharacter)
m_pMyCharacter->Animation_Reload();
else
OnReloadComplete(pCharacter);
}
Re: [R] on National Gunz is messed up
Quote:
Originally Posted by
Tannous
ZGame.cpp , find ZGame::OnPeerReload function:
replace the condition you have for [R] with this
Code:
if(strstr(strlwr((char*)ZGetGameClient()->GetStageName()), "[R]"))
{
m_pMyCharacter->Animation_Reload();
OnReloadComplete(pCharacter);
}
else
{
if(pCharacter==m_pMyCharacter)
m_pMyCharacter->Animation_Reload();
else
OnReloadComplete(pCharacter);
}
http://s7.postimg.org/9g1jt9md6/Untitled.jpg
WHERE??!!
- - - Updated - - -
Quote:
Originally Posted by
Zellum
I can help you, add me on skype or facebook .
Fcking talkshit lmao. I add u on facebook i give u the national gunz server but u didn't reply now lmao!!!
Re: [R] on National Gunz is messed up
Quote:
Originally Posted by
Kobe Maaraataas
Anywhere under the variable declaration... just put it under the first if line
Re: [R] on National Gunz is messed up
Quote:
Originally Posted by
Tannous
Anywhere under the variable declaration... just put it under the first if line
Not working, even the [IA] now not working anymore. :3
Re: [R] on National Gunz is messed up
Quote:
Originally Posted by
Kobe Maaraataas
Not working, even the [IA] now not working anymore. :3
Are you sure you're doing the things, that everyone is telling you, correct ?
Re: [R] on National Gunz is messed up
Quote:
Originally Posted by
Tannous
Are you sure you're doing the things, that everyone is telling you, correct ?
http://s11.postimg.org/3zcmq082q/Untitled.jpg
http://s15.postimg.org/728zva07f/AKo...301_025940.jpg
Re: [R] on National Gunz is messed up
Quote:
Originally Posted by
Kobe Maaraataas
Seems like you didn't build the solution, seems like you didn't even save the file at all (see * next to the file's name on top) !
Re: [R] on National Gunz is messed up
Quote:
Originally Posted by
Tannous
Seems like you didn't build the solution, seems like you didn't even save the file at all (see * next to the file's name on top) !
I already build it.
Re: [R] on National Gunz is messed up
Quote:
Originally Posted by
Kobe Maaraataas
I already build it.
And, does it work ?