Quote:
if( 0 < pUser->GetPartyId() )
{
if( pUser->GetPartyId() != pLeader->GetPartyId() )
g_DPCoreClient.SendGCRemoveParty( pUser->GetPartyId(), pUser->m_idPlayer );
|
do you mean this sir? so it mean im going to change
if( 0 < pUser->GetPartyId() )
to
if( pUser->GetPartyId() > 0 )
its that correct sir?