SA-MP Forums Archive
question about houses - 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: question about houses (/showthread.php?tid=81791)



question about houses - killdahobo99 - 14.06.2009

Is it possible to remove the "yellow portal" thing from houses? i wanna make houses in my Gamemode, but any interior i add, it has the "yellow portal" thing and when you leave threw there, it makes you end up at a different place, not the place where you /enter the house


Re: question about houses - Abernethy - 14.06.2009

pawn Код:
// OnGameModeInit
DisableInteriorEnterExits();



Re: question about houses - killdahobo99 - 14.06.2009

Quote:
Originally Posted by Abernethy
pawn Код:
// OnGameModeInit
DisableInteriorEnterExits();
Thank you so much!


Re: question about houses - Abernethy - 14.06.2009

Quote:
Originally Posted by killdahobo99
Quote:
Originally Posted by Abernethy
pawn Код:
// OnGameModeInit
DisableInteriorEnterExits();
Thank you so much!
No problem.