AMX Mod X API Documentation

Signature
native is_map_valid(const mapname[]);
Description

Returns if the given mapname is deemed valid by the engine.

Parameters
  • mapname Name of the map
Returns

1 if the map name is valid, 0 otherwise

Назад
Верх