SA-MP Forums Archive
Need really help - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Need really help (/showthread.php?tid=449701)



Need really help - vlat - 09.07.2013

How do I add an interrior checkpoint so when a player stand there it teleport him to an interrior?


Re: Need really help - Alternative112 - 09.07.2013

You can use checkpoints with SetPlayerCheckpoint() (https://sampwiki.blast.hk/wiki/Function:SetPlayerCheckpoint), but a player can only have one checkpoint at a time. So if you need more, I recommend using pickups.


Re: Need really help - vlat - 10.07.2013

How can I ONLY delete default SA HOUSE enter and exits! ONLY houses, I need the shop's enter and exits! Please help


Re: Need really help - Konstantinos - 10.07.2013

You cannot. Use this function
pawn Код:
DisableInteriorEnterExits();
in OnGameModeInit and add to the shops yellow markers and then teleport them.


Re: Need really help - JimmyCh - 10.07.2013

But you can't just delete the house ones, you need to delete them all.
With DisableInteriorEnterExits();


Re: Need really help - vlat - 10.07.2013

Ohh thank you guys
But i want to know how to teleport to a interior when I havent got the Default SA enter exits! Please