thanna 11 Posted November 8, 2014 Hello everyone, Im planning to make a mapflag using plugin but is this possible? if someone can show me a sample that would be better, thanks in advance Share this post Link to post Share on other sites
0 GmOcean 92 Posted November 8, 2014 Currently not possible. probably no ... there is currently no known way to add mapflags through plugin from this topic: http://herc.ws/board/topic/4830-noitem-mapflag/?p=42296 Share this post Link to post Share on other sites
0 malufett 247 Posted November 8, 2014 Currently not possible. probably no ... there is currently no known way to add mapflags through plugin from this topic: http://herc.ws/board/topic/4830-noitem-mapflag/?p=42296 yes it is possible...since this is available.. /* map_data */#define addToMAPD(ptr,data,index,autofree) (HPMi->addToHPData(HPDT_MAP,HPMi->pid,(ptr),(data),(index),(autofree)))#define getFromMAPD(ptr,index) (HPMi->getFromHPData(HPDT_MAP,HPMi->pid,(ptr),(index)))#define removeFromMAPD(ptr,index) (HPMi->removeFromHPData(HPDT_MAP,HPMi->pid,(ptr),(index))) Share this post Link to post Share on other sites
0 Mhalicot 392 Posted November 8, 2014 Hello everyone, Im planning to make a mapflag using plugin but is this possible? if someone can show me a sample that would be better, thanks in advance Actually it can.. Please use my Plugins as an example No Banking Mapflag.. Share this post Link to post Share on other sites
0 malufett 247 Posted November 8, 2014 Actually it can.. Please use my Plugins as an example No Banking Mapflag.. as I see it..its a plain diff...not HPM... Share this post Link to post Share on other sites
0 GmOcean 92 Posted November 8, 2014 Well, my information was off by a long shot xD Share this post Link to post Share on other sites
0 thanna 11 Posted November 9, 2014 Actually it can.. Please use my Plugins as an example No Banking Mapflag.. as I see it..its a plain diff...not HPM... sir can you make an example of a HPM mapflag? I want to learn from it then make 1 of my own too, thanks in advance Share this post Link to post Share on other sites
Hello everyone, Im planning to make a mapflag using plugin but is this possible? if someone can show me a sample that would be better, thanks in advance
Share this post
Link to post
Share on other sites