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