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