Siddin
Rikk-tikk-tikki-tikki-tchk!
- Joined
- Feb 6, 2005
- RedCents
- 504¢
offset: 0x7320B8
put the define at the top of mq2map.cpp and the rest at the end
put the define at the top of mq2map.cpp and the rest at the end

Rich (BB code):
#define Map_in_all_Zones 0x7320B8
PLUGIN_API VOID OnPulse(VOID)
{
//Enable Map in All Zones
PBYTE CanUseMap = (PBYTE)Map_in_all_Zones;
*CanUseMap = 1;
}

