native change_level(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.
This function has no return value.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.