Re: [hlcoders] Message Problems

2002-02-10 Thread Cortex
:) - Cortex : mapper coder www.hlalbator.fr.st - Original Message - From: Tom To: [EMAIL PROTECTED] Sent: Sunday, February 10, 2002 12:09 AM Subject: Re: [hlcoders] Message Problems it draws the hud element fine! Iit just gets the damn error message. Read what I posted

RE: [hlcoders] Message Problems

2002-02-10 Thread Leon Hartwig
'PF_MessageEnd_I: Unknown User Msg' error messages are on the server side, not the client. Either you are sending this message before the REG_USER_MSG() for this message has been executed, or you are sending messages before the engine is ready to send any user messages. When the server first

[hlcoders] Message Problems

2002-02-09 Thread Tom
Im having some problems sending over a message, it seems to not like anything. Ive spent now about 3 hours trying to get it to work!! this is my code: player.cpp: ... int gmsgTeams = 0; int gmsgZone = 0; ... gmsgVGUIMenu = REG_USER_MSG(VGUIMenu, 1); gmsgZone = REG_USER_MSG(zones, -1); in

Re: [hlcoders] Message Problems

2002-02-09 Thread Christopher Long
D00d you forgot DECLARE_MESSAGE(blah, blah); in that cp file. and maybe you didn't make an instance of the hud variable and call its init func. - Original Message - From: Tom [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, February 10, 2002 7:30 AM Subject: [hlcoders] Message

Re: [hlcoders] Message Problems

2002-02-09 Thread Tom
on the client? None of the rest seem to do it - Original Message - From: Christopher Long [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, February 09, 2002 10:02 PM Subject: Re: [hlcoders] Message Problems D00d you forgot DECLARE_MESSAGE(blah, blah); in that cp file. and maybe

Re: [hlcoders] Message Problems

2002-02-09 Thread Christopher Long
. Thats your problem d00d trust me. - Original Message - From: Tom [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, February 10, 2002 8:07 AM Subject: Re: [hlcoders] Message Problems on the client? None of the rest seem to do it - Original Message - From: Christopher Long

Re: [hlcoders] Message Problems

2002-02-09 Thread Christopher Long
to do. Its the problem i am telling you now. - Original Message - From: Tom [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, February 10, 2002 8:12 AM Subject: Re: [hlcoders] Message Problems just tried it, still got the error message - Original Message - From: Tom [EMAIL