View Single Post
WON id code in 1.6
Old
  (#1)
Austin
Moderator
 
Austin's Avatar
 
Status: Offline
Posts: 403
Join Date: Nov 2003
Default 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
  
Reply With Quote