mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-09-19 12:16:15 +08:00
[server] Implement and match n_SetTeamCount(...)
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user