Interior Enter/Exit hide/show comamnd - 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: Interior Enter/Exit hide/show comamnd (
/showthread.php?tid=161035)
Interior Enter/Exit hide/show comamnd -
[KMA]DlennartD - 18.07.2010
Is it possible to make a command that enables and disables the "DisableInteriorEnterExits();" function?
I tryd to make something but it didn't work out.
I need to know if its possible so I won't sped any more of my time on this.
Thanks!
Re: Interior Enter/Exit hide/show comamnd -
Scenario - 18.07.2010
No, you can't. It has to be under
pawn Код:
public OnGameModeInit()
{
// bla bla
}
I've tried making a command for it, but it doesn't work!