SetTeamScore Function

Sets the score of a team based on a team index. Note: This native should not be called before OnMapStart.

void SetTeamScore(int index, int value)

Parameters

int index

Team index.

int value

New score value.

Errors

Invalid team index.