lol all this did was destroy my source XD starting from scratch again minus this gay thing
Printable View
lol all this did was destroy my source XD starting from scratch again minus this gay thing
And they are supposed to do with this, because this incliuda and if the replacement will be the same, you have to remove it from there?.
MLadderPicker.h(70):
bool PickMatch(int* pGroupA, int* pGroupB);
MMatchServer.h(416):
void LadderGameLaunch(MLadderGroup* pGroupA, MLadderGroup* pGroupB);
Ronny , to everything true ? , and function to checkbox in if or switch , true , false ?
Checkbox agree my interface not work , for switch :3
Sorry for my english :c
#topic
No error for this release.
Thanks ronny , post your xmls?.
Line error MMatchServer_OnCommand.cpp
nothing
#topic
Quote:
MLadderGroup* pGroupA;
MLadderGroup* pGroupB;
if(pGroupA->GetAntiLeadMatching() != pGroupB->GetAntiLeadMatching());
for fixing this :
http://forum.ragezone.com/attachment...1-captura9.png
It's functional?
Spoiler:
ZPOSTCMDLEAD(MC_GUNZ_ANTILEAD, GetUID(), MCommandParameterBlob(pBlobArray, MGetBlobArraySize(pBlobArray)));
Had to // it twice and compiled perfectly not too sure if that was correct method
Code:------ Build started: Project: Gunz, Configuration: KOR_Release_publish Win32 ------
Compiling...
ZCharacter.cpp
ZCharacter.cpp(2956) : warning C4800: 'const char *' : forcing value to bool 'true' or 'false' (performance warning)
ZCharacter.cpp(3074) : warning C4800: 'FLOAT' : forcing value to bool 'true' or 'false' (performance warning)
ZCharacter.cpp(4431) : error C3861: 'ZPOSTCMDLEAD': identifier not found, even with argument-dependent lookup
ZCharacter.cpp(4444) : warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
ZCharacter.cpp(4445) : warning C4018: '<' : signed/unsigned mismatch
ZCharacter.cpp(4453) : error C3861: 'ZPOSTCMDLEAD': identifier not found, even with argument-dependent lookup
Build log was saved at "file://c:\Gunz\OSGunZ\Gunz\KOR_Release_publish\BuildLog.htm"
Gunz - 2 error(s), 4 warning(s)
Only error I got :( please help?
Something to do with these 2 lines:
Quote:
void SetAntiLead(bool bValue) { MEMBER_SET_CHECKCRC(m_StageSetting, bAntiLead, bValue); }
http://puu.sh/1iahUQuote:
bool GetAntiLead() { return m_StageSetting.Ref().bAntiLead; }