AMX Mod X API Documentation

Signature
native rh_get_mapname(output[], len, MapNameType:type = MNT_SET);
Description

Gets the name of the map.

Parameters
  • output Buffer to copy map name to
  • len Maximum buffer size
  • type MNT_SET will return the name of the current map

    MNT_TRUE will return the original map name independant of the name set with via rh_set_mapname

No return value
Назад
Верх