Game Development Community

Need Help with error message

by Kimberly Unger · in Technical Issues · 09/29/2003 (7:38 pm) · 0 replies

I'm getting the following error message: "Error: Attempting to re-link namespace HCowData from AIPlayer to HCow with non-zero refcount". I'm tring to get aiPlayer to work. I have created a script, HCow.cs, with the HCowData datablock and the HCow methods.

$Cow[0] = aiAddPlayer("Cow 0", HCowData);

is called in createserver method of server.cs.

Can anyone tell me what this error message means and possible fixs?