SA-MP Forums Archive
how to add interior coord? - 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 add interior coord? (/showthread.php?tid=158469)



how to add interior coord? - [Weponz] - 10.07.2010

How to add interior coordinates?

(294,2195.1614,-1203.7998,1049.0234,69.8020,0,0,0,0,0,0);

Wat Parts I Use After PickUp For Tele/x/y/z

Interior id 6


Re: how to add interior coord? - zSuYaNw - 10.07.2010

Visit Tutorials: http://forum.sa-mp.com/showthread.ph...ar+Coordenadas

This is easy:

pawn Код:
if(strcmp(cmd, "/COMMAND_HERE", true) )
{
SetPlayerPos(playerid,2195.1614,-1203.7998,1049.0234);
SetPlayerInterior(playerid,6);
return 1;
}