
i Really dont want to Annoying someone just write something if u want to be Helpfull
now i Worked on the new Leaked or Released Cryless Source and got some Problems With Parser and ON.Import.Console
now the first Problem is i get this Error:
That the CPU issue is at 100% and it does nothing like it dont Parse just CPU issue is at 100%
or
it shows me something with that code
HTML Code:
Parallel.ForEach(_packetList.Where(o => o[0].Equals("at")), linesave =>
{
if (linesave.Length <= 7 || dictionaryMusic.ContainsKey(int.Parse(linesave[2])))
{
return;
}
dictionaryMusic[int.Parse(linesave[2])] = int.Parse(linesave[7]);
if (_packetList.FirstOrDefault(s => s[0].Equals("c_map") && _packetList.FindIndex(b => b == s) > _packetList.FindIndex(b => b == linesave)) is string[] cmap)
{
dictionaryMap[short.Parse(cmap[2])] = short.Parse(linesave[2]);
}
});
HTML Code:
<add key="PartnerSpXp" value="1"/>
i've did this one too :
HTML Code:
string[] linesave = line.Split(' ');
if (linesave.Length <= 2)
{
continue;
}
EDIT !!!: so now i've got helped by the Code from @
Ty so much btw. and now the Problem is that ive got this one :

if i Click on "Y" it starts up to 100% and my pc freeze
btw. no my pc is good and would be much then enough for it so idk could someone help me ?
Ty in advance
Sorry for my Bad english
Greetings
Inno







