DROP_LOG frage

10/17/2016 08:51 Rambazoti#1
hallo ich habe da eine frage ich habe nun das system eingefügt aber irgendwie bekomme ich 1 einzigen error und hoffe ihr könnt mir dabei helfen


wie bekomme ich diesen weg kann mir das einer sagen wo ich das problem beheben kann oder wie danke im vorraus
10/17/2016 16:19 Rhyder`#2
Code:
void CUser::AddReapGold( const unsigned int &nGold )
{
	if( IsDelete() )
		return;

	m_Snapshot.cb++;
	m_Snapshot.ar << GetId();
	m_Snapshot.ar << SNAPSHOTTYPE_REAP_GOLD;
	m_Snapshot.ar.Write( &nGold, sizeof( unsigned int ) );
}

public:
	void	AddReapGold( const unsigned int &nGold );
10/17/2016 19:44 Rambazoti#3
thanks the problem is solved