How to make a building with a icon - 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 to make a building with a icon (
/showthread.php?tid=96045)
How to make a building with a icon -
Despare - 06.09.2009
Well I'm new to coding and I would like to know how to make a house or building and icon and you do /enter such as the bank. I'm using Westcoast Roleplay script.
Re: How to make a building with a icon -
Takumi.WS - 06.09.2009
You create a pickup, ( id 1239 ), then you add a teleport with the /enter command, ( SetPlayerPos & SetPlayerInterior) then you added a /exit command ( /setplayerpos & /SetPlayerInterior too ) And add IsPlayerToPoint to the command !
easy
Re: How to make a building with a icon -
Despare - 06.09.2009
Alright thanks