Coding problem 5165

06/22/2010 18:54 sohaib#1
when i was coding today , i got this error after debugging

so when i debug(F5) i see this
[Only registered and activated users can see links. Click Here To Register...]
and when i open NewestCoServer.exe i see this

[Only registered and activated users can see links. Click Here To Register...]
06/23/2010 00:29 Adziunia#2
omg no matter what u add it will cause errors that no1 seen for long time :) i see that this source is to hard for u :P:P well u have added npc wrong check ur last added npc and we dont well me dont understand ur language its French or Portuguese?
06/23/2010 01:01 ftp4life#3
Quote:
Originally Posted by sohaib View Post
when i was coding today , i got this error after debugging

so when i debug(F5) i see this
[Only registered and activated users can see links. Click Here To Register...]
and when i open NewestCoServer.exe i see this

[Only registered and activated users can see links. Click Here To Register...]
in your OldCODB open NPCs.txt erase the last few npcs u have added and retry
06/23/2010 05:23 Arcо#4
Can you translate the error that is shown in the box?
06/23/2010 19:06 Korvacs#5
It looks to me like your trying to add a key to the dictionary which already exists, and you cant have duplicate keys in a dictionary.
06/23/2010 20:36 Arcо#6
Korv is right, look for an npc with the id of 4 in the NPC.txt, and delete it.
06/23/2010 21:49 sohaib#7
i deleted OldCODB and i have put an other one, so i re edited npcs.txt
and it's done, thx anyway