1,584
edits
DrinkyBird (talk | contribs) (Created page with "{{ACSWarning}} int '''ChangeTeamScore''' (int ''team'', int ''type'', int ''value''[, bool ''announce'']) {{Devfeature|3.2|alpha}} == Usage == Changes the score of a team. === Parameters === * ''player'': The number of the team whose score to change. * ''type'': One of: :*'''SCORE_FRAGS''' = 0 ::How many frags this team has. :*'''SCORE_POINTS''' = 1 ::How many points this team has. :*'''SCORE_WINS''' = 2 ::How many wins this team has. :*'''SCORE_DEATHS''' = 3 ::How ma...") Tag: Source edit |
DrinkyBird (talk | contribs) Tag: Source edit |
||
Line 1: | Line 1: | ||
{{ACSWarning}} | {{ACSWarning}} | ||
{{DevfeatureWarning|version=3.2|type=an [[ACS]] function}} | |||
int '''ChangeTeamScore''' (int ''team'', int ''type'', int ''value''[, bool ''announce'']) {{Devfeature|3.2|alpha}} | int '''ChangeTeamScore''' (int ''team'', int ''type'', int ''value''[, bool ''announce'']) {{Devfeature|3.2|alpha}} |