|
发表于 2007-10-7 21:42:22
|
显示全部楼层
来自 中国–广东–潮州–湘桥区
回复: 求助——如何知道正在观察哪个人?
event:
StatusValue
Sends/updates the status values. For the Flag 1 the Value is TeamRelation, for 2 is PlayerID, for 3 is Health. For TeamRelation, 1 is Teammate player, 2 is Non-Teammate player, 3 is Hostage. If TeamRelation is Hostage, PlayerID will be 0 or will be not sent at all.
Usually is fired as a triple message, for example:
{1, 2} - non-teammate player{2, 17} - player index is 17{3, 59} - player health is 59Name: StatusValue Structure: byte Flag short Value |
|