Close ammunation, pizza store and chicken store
#1

[play in SAMP server] I want close the door to ammunation, pizza store and chicken store
but i can't close door Please help me!

Don't you understand my speak?
i am bad at English -0-...
Reply
#2

pawn Code:
OnGameModeInit()
{
  DisableInteriorEnterExit(1);
  return 1;
}
Reply
#3

I think your code would able the interiors.. I always used this.
DisableInteriorEnterExit();
I know it does it for sure, never tested it with
DisableInteriorEnterExit(1/0);
Use my code althought I think the array with 1 would open it.
Reply
#4

Well it says disable and 1 is the code for true so if you put them together it basically denotes "disable true" whereas with 0 it would denote "disable false", which reciprocally would be "enable true" so I think that 1 might be correct...

wow that was an insight...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)