AMX Mod X API Documentation

Signature
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
No return value
Назад
Верх