native
cs_get_user_mapzones
Syntax
native cs_get_user_mapzones(index);
Description
Returns in bitwise form if the user is in a specific map zone.
NOTE: If user can't plant (cs_get_user_plant(index) is 0) then cs_get_user_mapzones(index) & CS_MAPZONE_BOMBTARGET will return 0 too.