LuaStats.wiki
changeset 1885 0a53771f4619
parent 1842 f33a4823d9c9
child 1922 0e978d0457b1
equal deleted inserted replaced
1884:80ca22fbd97c 1885:0a53771f4619
    74 
    74 
    75 -- team with most skips
    75 -- team with most skips
    76 SendStat(siMaxTurnSkips, "3 teamName")
    76 SendStat(siMaxTurnSkips, "3 teamName")
    77 
    77 
    78 -- set 15 kills for team "MyTeam" and overwrite its rank to 3
    78 -- set 15 kills for team "MyTeam" and overwrite its rank to 3
       
    79 SendStat(siTeamRank, "3")
    79 SendStat(siPlayerKills, "15", "MyTeam")
    80 SendStat(siPlayerKills, "15", "MyTeam")
    80 SendStat(siTeamRank, "3")
       
    81 
    81 
    82 </code>
    82 </code>
    83 
    83 
    84 <b>Important:</b>
    84 <b>Important:</b>
    85 
    85