Jump to content
  • 0
Sign in to follow this  
thanna

Making a Mapflag using plugin

Question

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

6 answers to this question

Recommended Posts

  • 0

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

 

 

:meow:

Share this post


Link to post
Share on other sites
  • 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

Actually it can.. Please use my Plugins as an example No Banking Mapflag..

Share this post


Link to post
Share on other sites
  • 0

 

Actually it can.. Please use my Plugins as an example No Banking Mapflag..

as I see it..its a plain diff...not HPM...

 

:meow:

Share this post


Link to post
Share on other sites
  • 0

 

 

Actually it can.. Please use my Plugins as an example No Banking Mapflag..

as I see it..its a plain diff...not HPM...

 

:meow:

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.