Bug with ppl dead
true i even got 3.51 files and still doing that shit :ph34r:
QUOTE (ADDKiD @ Dec 1 2006, 4:01 PM) <br>You guys make me laugh alot, half the shit I say, is bullshit...<br><br><img src='http://img485.imageshack.us/img485/492/banssig1ng.gif' border='0' alt='user posted image' /><br><br><b>I see no changes at all, wake up in the morning and ask myself...<br>Is life worth living? Should I blast myself?</b><br><br><b><a href='http://2paclegacy.com' target='_blank'>2PacLegacy.com</a></b>
when someone is moving, the server calls the iClientMotion_Move_Handler now if you look in that, there is the iGetPlayerABSStatus (it determons what the other player looks like)
the problem is, there is 2 iGetPlayerABSStatus functions.
How to fix:
search for: int CGame::iGetPlayerABSStatus(int iClientH)
change to: int CGame::iGetPlayerABSStatus2(int iClientH)
change all: iTemp2 = iGetPlayerABSStatus(iClientH);
to: iTemp2 = iGetPlayerABSStatus2(iClientH);
(there should only be 2)
Now it should work...
the problem is, there is 2 iGetPlayerABSStatus functions.
How to fix:
search for: int CGame::iGetPlayerABSStatus(int iClientH)
change to: int CGame::iGetPlayerABSStatus2(int iClientH)
change all: iTemp2 = iGetPlayerABSStatus(iClientH);
to: iTemp2 = iGetPlayerABSStatus2(iClientH);
(there should only be 2)
Now it should work...
<!--QuoteBegin--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->Human knowleag belongs to THE WORLD<!--QuoteEnd--></td></tr></table><div class='signature'><!--QuoteEEnd--><br>So i highly dislike people who keep to their proud selfs... thats why i wanna share everything i got with you guys 

on HGservers????????? :unsure:
QUOTE (ADDKiD @ Dec 1 2006, 4:01 PM) <br>You guys make me laugh alot, half the shit I say, is bullshit...<br><br><img src='http://img485.imageshack.us/img485/492/banssig1ng.gif' border='0' alt='user posted image' /><br><br><b>I see no changes at all, wake up in the morning and ask myself...<br>Is life worth living? Should I blast myself?</b><br><br><b><a href='http://2paclegacy.com' target='_blank'>2PacLegacy.com</a></b>
i forgot to add:
in game.h:
change: int iGetPlayerABSStatus(int iClientH);
to: int iGetPlayerABSStatus2(int iClientH);
in game.h:
change: int iGetPlayerABSStatus(int iClientH);
to: int iGetPlayerABSStatus2(int iClientH);
<!--QuoteBegin--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->Human knowleag belongs to THE WORLD<!--QuoteEnd--></td></tr></table><div class='signature'><!--QuoteEEnd--><br>So i highly dislike people who keep to their proud selfs... thats why i wanna share everything i got with you guys 

Damn You're good... B)wannabee wrote: when someone is moving, the server calls the iClientMotion_Move_Handler now if you look in that, there is the iGetPlayerABSStatus (it determons what the other player looks like)
the problem is, there is 2 iGetPlayerABSStatus functions.
How to fix:
search for: int CGame::iGetPlayerABSStatus(int iClientH)
change to: int CGame::iGetPlayerABSStatus2(int iClientH)
change all: iTemp2 = iGetPlayerABSStatus(iClientH);
to: iTemp2 = iGetPlayerABSStatus2(iClientH);
(there should only be 2)
Now it should work...
thats the source file B)
QUOTE (ADDKiD @ Dec 1 2006, 4:01 PM) <br>You guys make me laugh alot, half the shit I say, is bullshit...<br><br><img src='http://img485.imageshack.us/img485/492/banssig1ng.gif' border='0' alt='user posted image' /><br><br><b>I see no changes at all, wake up in the morning and ask myself...<br>Is life worth living? Should I blast myself?</b><br><br><b><a href='http://2paclegacy.com' target='_blank'>2PacLegacy.com</a></b>
for now i am using 2.19 no multi trade but this bug is fixed B)
QUOTE (ADDKiD @ Dec 1 2006, 4:01 PM) <br>You guys make me laugh alot, half the shit I say, is bullshit...<br><br><img src='http://img485.imageshack.us/img485/492/banssig1ng.gif' border='0' alt='user posted image' /><br><br><b>I see no changes at all, wake up in the morning and ask myself...<br>Is life worth living? Should I blast myself?</b><br><br><b><a href='http://2paclegacy.com' target='_blank'>2PacLegacy.com</a></b>
wanabee i did this on the game.cpp and in the game.h like you told and compile and build the HGserver and still people crashin :unsure:
QUOTE (ADDKiD @ Dec 1 2006, 4:01 PM) <br>You guys make me laugh alot, half the shit I say, is bullshit...<br><br><img src='http://img485.imageshack.us/img485/492/banssig1ng.gif' border='0' alt='user posted image' /><br><br><b>I see no changes at all, wake up in the morning and ask myself...<br>Is life worth living? Should I blast myself?</b><br><br><b><a href='http://2paclegacy.com' target='_blank'>2PacLegacy.com</a></b>
wannabe may you asnwer this plz is really important to me

QUOTE (ADDKiD @ Dec 1 2006, 4:01 PM) <br>You guys make me laugh alot, half the shit I say, is bullshit...<br><br><img src='http://img485.imageshack.us/img485/492/banssig1ng.gif' border='0' alt='user posted image' /><br><br><b>I see no changes at all, wake up in the morning and ask myself...<br>Is life worth living? Should I blast myself?</b><br><br><b><a href='http://2paclegacy.com' target='_blank'>2PacLegacy.com</a></b>