map_manager_blocklist.inc

Original include source with line numbers.

Back Download .inc
1 #if defined _map_manager_blocklist_included
2 #endinput
3 #endif
4 #define _map_manager_blocklist_included
5
6 #if AMXX_VERSION_NUM >= 175
7 #pragma reqlib map_manager_blocklist
8 #if !defined AMXMODX_NOAUTOLOAD
9 #pragma loadlib map_manager_blocklist
10 #endif
11 #else
12 #pragma library map_manager_blocklist
13 #endif
14
15 /**
16 * Check map if it in blocklist.
17 *
18 * @param map Map name
19 *
20 * @return Blocked count
21 */
22 native mapm_get_blocked_count(map[]);