SA-MP Forums Archive
How can I? - 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: How can I? (/showthread.php?tid=147912)



How can I? - ViruZZzZ_ChiLLL - 15.05.2010

Okay, so whenever I go to the LS ammunation
theres a man there selling me guns, but, how
can I remove him there? and all of the other
CheckPoints and Diamond Arrow when you
enter and exit the ammunation.


Re: How can I? - Anthony_Brassi - 15.05.2010

As for the guy selling guns, Idk, but for the diamonds.
OnGameModeInit
{
DisableInteriorEnterExits();
}


Re: How can I? - Simon - 15.05.2010

I think by removing the interior enter/exits you will remove the ammunation guy even if you warp.


Re: How can I? - ViruZZzZ_ChiLLL - 15.05.2010

Quote:
Originally Posted by Anthony_Brassi
As for the guy selling guns, Idk, but for the diamonds.
OnGameModeInit
{
DisableInteriorEnterExits();
}
Thanks man!

Quote:
Originally Posted by Simon
I think by removing the interior enter/exits you will remove the ammunation guy even if you warp.
Yes, the guy in the ammu is gone


Re: How can I? - Anthony_Brassi - 15.05.2010

Quote:
Originally Posted by ViruZZzZ_ChiLLL
Quote:
Originally Posted by Anthony_Brassi
As for the guy selling guns, Idk, but for the diamonds.
OnGameModeInit
{
DisableInteriorEnterExits();
}
Thanks man!

Quote:
Originally Posted by Simon
I think by removing the interior enter/exits you will remove the ammunation guy even if you warp.
Yes, the guy in the ammu is gone
You're welcome