From 8341e41f0451e28b537f23a1477be61642617526 Mon Sep 17 00:00:00 2001 From: Orangutanz Date: Thu, 18 Jan 2007 00:18:31 +0000 Subject: [PATCH] Fixed TE_GLOWSPRITE (vittu) & TE_PLAYERSPRITES examples --- plugins/include/message_const.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/include/message_const.inc b/plugins/include/message_const.inc index db36d7e3..e249eb42 100644 --- a/plugins/include/message_const.inc +++ b/plugins/include/message_const.inc @@ -323,6 +323,8 @@ enum // write_coord(position.z) // write_short(model index) // write_byte(scale / 10) +// write_byte(size) +// write_byte(brightness) #define TE_BEAMRING 24 // Connect a beam ring to two entities // write_byte(TE_BEAMRING) @@ -647,7 +649,7 @@ enum #define TE_PLAYERSPRITES 121 // Sprites emit from a player's bounding box (ONLY use for players!) // write_byte(TE_PLAYERSPRITES) -// write_byte(playernum) +// write_short(playernum) // write_short(sprite modelindex) // write_byte(count) // write_byte(variance) (0 = no variance in size) (10 = 10% variance in size)