Has anyone already developed a patch to save steam data in the hc command sequence?
(And administrate it from hc Lua )
Before hand thanks , bye
edited 1×, last 10.12.19 11:02:13 pm
local _p = player function player(p, s) 	if s == 'usgn' then 		local usgn, steam = _p(p, s), _p(p, 'steamid') 		 		return (((usgn and usgn > 0) and usgn) or steam) 	elseif s == 'usgnid' then 		return _p(p, 'usgn') 	else 		return _p(p, s) 	end end
player(id, 'usgn')return the Steam ID instead of the USGN ID for every player who is using Steam but no USGN.
player(id, 'usgn')
0,Mod2,[b]AgainstCheaters