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 10:02:13 pm
Scripts
[Solved]Register steam players in hc admin Lua
[Solved]Register steam players in hc admin Lua
1

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
Mami Tomoe: You should mention that this hack will make 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
Mami Tomoe:
1
