HLFX.Ru Forum (https://hlfx.ru/forum/index.php)
- Half-Life SDK (https://hlfx.ru/forum/forumdisplay.php?forumid=8)
-- Director Hud Message (https://hlfx.ru/forum/showthread.php?threadid=3770)
Отправлено MisterDeath 21-01-2013 в 23:52:
Director Hud Message
Send this error in console:
"Host_Error: UserMsg: Not Present on Client 11"
That is bad in this code ?
C++ Source Code:
1 | MESSAGE_BEGIN( MSG_ONE, SVC_DIRECTOR, NULL, pev ); |
3 | WRITE_BYTE( DRC_CMD_MESSAGE ); |
12 | WRITE_STRING( "Message" ); |
SORRY BAD ENGLISH !!! 
__________________
hl 4 ever
Отправлено Scrama 22-01-2013 в 02:45:
Seems like message SVC_DIRECTOR not supported on client.
__________________
"Злобным гениям не нужна харизма." © Shooter__Andy
"Making stuff for an "old ugly game" can be ten times more fun than grinding on a map for a dull, next-gen title." © Lunaran
Отправлено HAWK0044 24-01-2013 в 08:08:
Messages from SVC_DIRECTOR looks like uses by spectator, I think this is useless thing.