4 #include "../dpdefs/progsdefs.qh"
5 #include "../common/constants.qh"
8 void te_csqc_lightningarc(vector from,vector to)
10 WriteByte(MSG_BROADCAST, SVC_TEMPENTITY);
11 WriteByte(MSG_BROADCAST, TE_CSQC_ARC);
13 WriteCoord(MSG_BROADCAST, from.x);
14 WriteCoord(MSG_BROADCAST, from.y);
15 WriteCoord(MSG_BROADCAST, from.z);
16 WriteCoord(MSG_BROADCAST, to.x);
17 WriteCoord(MSG_BROADCAST, to.y);
18 WriteCoord(MSG_BROADCAST, to.z);