rg_update_teamscores
Syntax
native rg_update_teamscores(const iCtsWins = 0, const iTsWins = 0, const bool:bAdd = true);
Usage
| Parameter | Description |
|---|---|
| iCtsWins | The amount of wins for counter-terrorists |
| iTsWins | The amount of wins for terrorists |
| bAdd | Adds the score to the current amount |
Description
Updates current scores.
Return
This function has no return value.