protocol.h: added 2021 re-release server message defines

from https://steamcommunity.com/sharedfiles/filedetails/?id=2679459726
This commit is contained in:
Ozkan Sezer 2022-04-21 23:55:10 +03:00
parent 7bd751327d
commit 533a00262c

View file

@ -201,9 +201,21 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#define svc_spawnstaticsound2 44 // [coord3] [short] samp [byte] vol [byte] aten
//johnfitz
//used by the 2021 rerelease
//Note: same value as svcdp_effect!
#define svc_achievement 52 // [string] id
// 2021 re-release server messages: the list is from
// https://steamcommunity.com/sharedfiles/filedetails/?id=2679459726
#define svc_setviews 45
#define svc_updateping 46
#define svc_updatesocial 47
#define svc_updateplinfo 48
#define svc_rawprint 49
#define svc_servervars 50
#define svc_seq 51
// Note: svc_achievement has same value as svcdp_effect!
#define svc_achievement 52 // [string] id
#define svc_chat 53 // Prints a message in the chat
#define svc_levelcompleted 54 // Probably used for achievements
#define svc_backtolobby 55 // Tells the client that they should go back to the lobby screen
#define svc_localsound 56 // Plays a sound that is only heard by the client
//
// client to server