mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-22 22:47:29 +08:00
[server] Implement and match n_SetTeamCount(...)
This commit is contained in:
parent
c249a1d0ac
commit
6996d316e6
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user