House Help - 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: House Help (
/showthread.php?tid=66292)
House Help -
Eric_Natsu - 20.02.2009
Hey i just want a simple script for a house like you do /enter at the yellow "i" icon and you teleport into a house interior
. any help would be much apreciated
Re: House Help -
x-cutter - 21.02.2009
CreatePickup(little i,pickupcoords);
/enter - onplayercommandtext
if(PlayerToPoint(radius,playerid,pickupcoords)
{
Teleplayer
}
search for the PlayerToPoint function