WON id code in 1.6 -
25-08-2004
I was using the following code in 1.5 to check for certain players.
char WONID[32];
sprintf (WONID, "%d\n", g_engfuncs.pfnGetPlayerWONId(pPlayer));
if (strcmp ("3058868", WONID) == 0)
// matched
Does this work in 1.6?
I noticed that HLSW now shows WONid like this.
STEAM_0:0:3363193
|