View Single Post
Ghosted
Veteran Member
Join Date: Apr 2015
Location: Georgia
Old 11-07-2018 , 07:47   Re: PF_MessageBegin_I: Tried to create a message with a bogus message type ( 0 )
Reply With Quote #5

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.
__________________

[MOD] CS Weapon Mod V1.7.1
[MM] MetaMod-C V1.0
[MOD] CS NPC Mod (5%)


Probably Left AM

Last edited by Ghosted; 11-07-2018 at 07:47.
Ghosted is offline