View Single Post
LithuanianJack
Senior Member
Join Date: Nov 2013
Location: Vilnius, Lithuania
Old 11-08-2018 , 09:46   Re: PF_MessageBegin_I: Tried to create a message with a bogus message type ( 0 )
Reply With Quote #7

Quote:
Originally Posted by Ghosted View Post
Code:
if (msg_type == 0)
		Sys_Error("%s: Tried to create a message with a bogus message type ( 0 )", __func__);
If you use message_begin/EngFuncs_MessageBegin with type 0 (2nd argument), you will get this error.
I think you used get_user_msgid and it returned 0.
Quote:
Originally Posted by HamletEagle View Post
Show some code.
What code? I don’t know where the problem from.
LithuanianJack is offline