[HELP]I cant enter buildings - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [HELP]I cant enter buildings (
/showthread.php?tid=173700)
[HELP]I cant enter buildings -
aneco - 03.09.2010
hi i cant enter 4dragon,caligulas etc... is there any plugin to fix that thanks for comment.
sorry for my bad english
Re: [HELP]I cant enter buildings -
LarzI - 03.09.2010
If you have disabled interior enters and exits, you need to manually add a pickup/checkpoint/command to get teleported to those interiors. I believe you can enter them by default (if you haven't disabled interior enter/exits)
[This forum requires that you wait 120 seconds between posts. Please try again in 24 seconds.] blargh
Re: [HELP]I cant enter buildings -
Mauzen - 03.09.2010
If the yellow arrows are missing, you probably have DisableInteriorEnterExits() somewhere in your code, remove it then
Re: [HELP]I cant enter buildings -
RSX - 03.09.2010
Rearrange your filterscripts maybe... but you can repair it by doing for example:
making a pickup, assigning it and when is picked up you:
1. SetPlayerInterior to needed one
2. SetPlayerPos to needed one
3. LoadInteriorScript or something, look up wiki for Interiors and for this LoadInteriorScript thingy sorry for naming mismatch
Re: [HELP]I cant enter buildings -
aneco - 03.09.2010
Quote:
Originally Posted by Mauzen
If the yellow arrows are missing, you probably have DisableInteriorEnterExits() somewhere in your code, remove it then ![Wink](images/smilies/wink.png)
|
thanks its worked
Re: [HELP]I cant enter buildings -
RSX - 03.09.2010
Quote:
Originally Posted by aneco
thanks its worked
|
Wait what.. i mean you just use functions on random or something, or it was some filterscript?