[server] Implement and match n_SetTeamCount(...)

This commit is contained in:
RD42 2024-04-28 22:33:57 +08:00
parent c249a1d0ac
commit 6996d316e6

View File

@ -293,9 +293,9 @@ static cell AMX_NATIVE_CALL n_SetGameModeText(AMX *amx, cell *params)
return 0;
}
// native SetTeamCount(count)
static cell AMX_NATIVE_CALL n_SetTeamCount(AMX *amx, cell *params)
{
// TODO: SetTeamCount
return 0;
}