In verschiedene datein aufteilen kann?
Zb:
PropItemBoards.txt = Für Flug Boards und Wings alles zum fliegen.
PropItemWeapons.txt = Für alle Waffen.
PropItemSets.txt = Für alle Sets und Setteile.
PropItemCS.txt = Für alle CS Set Sachen.
PropItemScrolls.txt = Für alle Scolls im spiel.
PropItemQuest.txt = Für alle Quest Items.
usw
Ich habe es auch schon mit.
PHP Code:
else if( scanner.Token == "propItem" )
{
scanner.GetToken();
LoadPropItem( "propItemBoards.txt", &m_aPropItem );
OnAfterLoadPropItem();
}






