engine_changelevel
- Синтаксис
-
native engine_changelevel(const map[]);
Переменная | Описание |
---|---|
map |
Map name to change to |
- Описание
- Changes the map.
- Пометка
-
This calls the pfnChangelLevel engine function.
- Пометка
-
This has the same behavior as using the "changelevel" server command, but will also trigger the server_changelevel() forward in AMXX plugins. It will also notify any Metamod plugins that are hooking the pfnChangeLevel function.
- Возвращает
- Функция ничего не возвращает