Manip wrote:
I got that, the problem I'm having at the moment is GetUserMessageInfo()
crashing the server each time it is called. Here is what I'm using:
char name[128] = ""; int sizereturn = 0;

bool boolrtn = false;

boolrtn = srvdllfwd->GetUserMessageInfo(x, name, 128, sizereturn);

Whatever x is (1~10) it crashes. No error..


try "static char" for name, maybe the name pointer its used before freed

_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders



Reply via email to