When using the following bitsum.
PHP Code:
#define fm_cs_set_user_nobuy(%1) set_pdata_int(%1, m_iMapZone, get_pdata_int(%1, m_iMapZone) & ~(1<<0))
How would i Add that specific item back into the m_iMapZone Offset?
I tried the below but not really sure how to do it.
PHP Code:
#define fm_cs_set_user_nobuy(%1) set_pdata_int(%1, m_iMapZone, get_pdata_int(%1, m_iMapZone) & (1<<0))