SA-MP Forums Archive
GTA SA Interiors - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: GTA SA Interiors (/showthread.php?tid=457877)



GTA SA Interiors - DeathFire - 13.08.2013

Can someone tell me how to enable the interiors from SA to your SA-MP Server?
Thanks in advance!


Re : GTA SA Interiors - Matnix - 13.08.2013

I don't understand what you want to know o,o - you want to allow a players to enter/exit in a interiors? Or you want to know the interiors of SA?


Re: Re : GTA SA Interiors - DeathFire - 13.08.2013

Quote:
Originally Posted by Matnix
Посмотреть сообщение
I don't understand what you want to know o,o - you want to allow a players to enter/exit in a interiors? Or you want to know the interiors of SA?
I want the interiors just like in SA, like you can enter ammu-nation, clothes stores etc, if you know that I mean :/


Re: GTA SA Interiors - Onfroi - 13.08.2013

https://sampwiki.blast.hk/wiki/DisableInteriorEnterExits


Re : GTA SA Interiors - Matnix - 13.08.2013

If you don't see it in-game that mean you've this line in your script? Search it and delete it.

pawn Код:
public OnGameModeInit()
{
    DisableInteriorEnterExits(); // this one
    return 1;
}



Re: GTA SA Interiors - DeathFire - 13.08.2013

Shouldn't it be Enable instead of Disable?
But thnx anyway


Re: GTA SA Interiors - Vanter - 13.08.2013

no it's correct, search
Код:
DisableInteriorEnterExits();
and delete it


Re: GTA SA Interiors - DeathFire - 13.08.2013

Thx all, If I could give rep I would