Making a Mapflag using plugin

thanna

New member
Messages
212
Points
0
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

 
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)))


default_ani_meow.gif


 
Back
Top