mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-12 23:08:03 +03:00
commit
f83e7f0071
@ -35,6 +35,7 @@
|
||||
*
|
||||
* @note Look at the actual HLSDK for details
|
||||
*/
|
||||
#define SVC_BAD 0
|
||||
#define SVC_NOP 1
|
||||
#define SVC_DISCONNECT 2
|
||||
#define SVC_EVENT 3
|
||||
@ -90,6 +91,9 @@
|
||||
#define SVC_VOICEDATA 53
|
||||
#define SVC_SENDEXTRAINFO 54
|
||||
#define SVC_TIMESCALE 55
|
||||
#define SVC_RESOURCELOCATION 56
|
||||
#define SVC_SENDCVARVALUE 57
|
||||
#define SVC_SENDCVARVALUE2 58
|
||||
|
||||
/**
|
||||
* Flags for set_msg_block()
|
||||
|
Loading…
x
Reference in New Issue
Block a user