Pickup Problem
#1

How can i remove the game's original pickup.
Take a look [img width=1024 height=640]/imageshack/img202/5500/samp033e.png[/img]
Reply
#2

to remove those ugly yellow markers: (they "beam" you in/out at once w/o any action required)
Код:
DisableInteriorEnterExits();
the pickup is done by the gl_property FS i guess..
Reply
#3

I can add
Код:
DisableInteriorEnterExits();
wherever in gm?
Reply
#4

OnGameModeInit

https://sampwiki.blast.hk/wiki/DisableInteriorEnterExits
Reply
#5

I put it and the yellow markers still appear
Код:
public Disable()
{
  DisableInteriorEnterExits();
  return 1;
}
Is something wrong?
Reply
#6

Yes, not Disable but OnGameModeInit.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)