ammu remove - 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: ammu remove (
/showthread.php?tid=273693)
ammu remove -
tanush - 02.08.2011
how can i remove the checkpoint and ammunation inside the store without removing the interior
Re: ammu remove -
Shockey HD - 02.08.2011
https://sampwiki.blast.hk/wiki/DisableInteriorEnterExits
Re: ammu remove -
Famalamalam - 02.08.2011
After using the above function, proceed to create your own pick-up/checkpoint. Code it so when you step into the checkpoint or pick-up you are transported to the Ammunation interior. Simple.
Re: ammu remove -
tanush - 02.08.2011
no i don't want the interiors remove!!!!!!!!!! i only want the guy in ammunation and the checkpoint in ammu store removed
Re: ammu remove -
Famalamalam - 02.08.2011
Use OnPlayerInteriorChange and GetPlayerPos to detect them going into ammunation, then set their virtual world to something other than 0, I think that removes them.