Page 1 of 1

reik pagalbos dėl dproto

Posted: 2011 Mar 27 14:20
by alusalus
Sveiki, kaip sukonfiguruoti dproto, kad tik steam klientams rodytu steam Id, o visiems nonsteam, nesvarbu ar 47 ar 48 protokola turintys zaidejai butu steam_id_lan arba panasiai...

Re: reik pagalbos dėl dproto

Posted: 2011 Mar 27 14:29
by beast

Code: Select all

# for HLTV (default is HLTV [7] )cid_HLTV = 7 # for p.47 clients that do not support unique id generation (default is STEAM_ID_LAN [8] )cid_NoSteam47 = 8 # for p.48 clients that do not support unique id generation (default is VALVE_ID_LAN [10] )cid_NoSteam48 = 8 # For Legit Steam clients (default is real STEAM_xx:xx:xx [1])cid_Steam = 1 # Client recognized as pending when they sucessfully authorized, but did not get steam id# REMARK: Actually, it got steamid, but it is useless (STEAM_0:0:0 for example)# default is STEAM_ID_PENDGIND [9]cid_SteamPending = 9 # For players having revEmu ( >= 9.74) on client-side:# default is real STEAM_xx:xx:xx [1]cid_RevEmu = 1 # For players having SteamClient 2009 / revEmu > 9.82 on client-side:# default is real STEAM_xx:xx:xx [1]cid_SC2009 = 1 # For players having old revEmu on client-side:# default is real STEAM_xx:xx:xx [1]cid_OldRevEmu = 1 # For players having hCupa's SteamEmu on client-side:# default is real STEAM_xx:xx:xx [1]cid_SteamEmu = 1 # For players having AVSMP (Cracked Steam) on client-side:# default is real STEAM_xx:xx:xx [1]cid_AVSMP = 1 # For SETTI ServerScanner# default is STEAM_xx:xx:xx generated by IP [3]cid_Setti = 8

Re: reik pagalbos dėl dproto

Posted: 2011 Mar 27 14:53
by alusalus
Aciu tau.