20-07-2008, 11:45 AM
Labmonkey Wrote:have you made sure that you are sending the size when you send the other npc data?
That's exactly what I was about to suggest.
When loading the npc, server side, if you have ini loading still, make sure you add the line there that will pull the value from the npc's file.
Also, when sending the npc data, add the size to the packet and don't forget to receive it on the client side.