is there something new to remove a specific yellow marker?
#1

heey i haven't played or even scripted sa-mp in 15 months. and 0.3d is now out a while i think? and is there an option to remove only 1 specific yellow marker (when you enter a house or something)?
if not, can someone just give me the code to remove m all?
Reply
#2

No, there is not.
Reply
#3

Quote:
Originally Posted by MP2
Посмотреть сообщение
No, there is not.
k but is this it?
pawn Код:
DisableInteriorEnterExits();
can i disable from inside interiour only? or will that to both? damn i wish we could just disable the ones you want
Reply
#4

That will disable them ALL, inside AND out.
Reply
#5

Well, instead of disabling the ones you want, you can do something else! Disable them all and make your own on the ones you want!
Reply
#6

hmm okay. why isn't there a script to do this, to just disable 1? i don't understand why but okay
Reply
#7

pawn Код:
public OnGameModeInit()
{
   DisableInteriorEnterExits();
   //Rest of code here//
   return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)