mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
some DP compatability stuff.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@487 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
9594a8aaa7
commit
9721b3c21d
1 changed files with 5 additions and 0 deletions
|
@ -185,6 +185,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
#define svc_entgravity 50 // gravity change, for prediction
|
#define svc_entgravity 50 // gravity change, for prediction
|
||||||
#define svc_setinfo 51 // setinfo on a client
|
#define svc_setinfo 51 // setinfo on a client
|
||||||
#define svc_serverinfo 52 // serverinfo
|
#define svc_serverinfo 52 // serverinfo
|
||||||
|
#define svcnq_effect 52 // [vector] org [byte] modelindex [byte] startframe [byte] framecount [byte] framerate
|
||||||
|
#define svcnq_effect2 53 // [vector] org [short] modelindex [short] startframe [byte] framecount [byte] framerate
|
||||||
#define svc_updatepl 53 // [qbyte] [qbyte]
|
#define svc_updatepl 53 // [qbyte] [qbyte]
|
||||||
|
|
||||||
#define svc_nails2 54 //qwe - [qbyte] num [52 bits] nxyzpy 8 12 12 12 4 8
|
#define svc_nails2 54 //qwe - [qbyte] num [52 bits] nxyzpy 8 12 12 12 4 8
|
||||||
|
@ -228,6 +230,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
#define svc_setattachment 73
|
#define svc_setattachment 73
|
||||||
|
|
||||||
|
#define svcqw_effect 74 // [vector] org [byte] modelindex [byte] startframe [byte] framecount [byte] framerate
|
||||||
|
#define svcqw_effect2 75 // [vector] org [short] modelindex [short] startframe [byte] framecount [byte] framerate
|
||||||
|
|
||||||
#define svc_invalid 256
|
#define svc_invalid 256
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue