SA-MP Forums Archive
[Comum Question] Interior - 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: [Comum Question] Interior (/showthread.php?tid=162380)



[Comum Question] Interior - fmmalves - 23.07.2010

Comum Question:

How i create an interior
I want to put the interior id3 in my HQ but i dont know how to do


Re: [Comum Question] Interior - fmmalves - 23.07.2010

please help...


Re: [Comum Question] Interior - nuriel8833 - 23.07.2010

What do you mean "id3"
Interior number 3?


Re: [Comum Question] Interior - fmmalves - 23.07.2010

yes yes sorry


Re: [Comum Question] Interior - RichyB - 23.07.2010

You cannot link a HQ to an interior if it is itself an ingame interior.
You can set the Virtual World.
But you cannot set the interior.
Though if you scripted it yourself, you might be able to set its interior possibly.


Re: [Comum Question] Interior - fmmalves - 23.07.2010

i can do a teleport? i play in servers with this interior...
I Know that is possible..


Re: [Comum Question] Interior - nuriel8833 - 23.07.2010

Quote:
Originally Posted by RichyB
Посмотреть сообщение
You cannot link a HQ to an interior if it is itself an ingame interior.
You can set the Virtual World.
But you cannot set the interior.
Though if you scripted it yourself, you might be able to set its interior possibly.
Why not? its possible to link object to an interior (as long as the HQ is objects)


Re: [Comum Question] Interior - fmmalves - 23.07.2010

i dont understand nothing =/
I dont know what codes to put, etc,...


Re: [Comum Question] Interior - Thebest96 - 11.08.2010

dude use ******, and search for: how to make teleport commands in samp


Re: [Comum Question] Interior - gr56 - 11.08.2010

Код:
if(strcmp("/hq", cmdtext, true, 10) == 0)
{
SetPlayerPos(playerid,X,Y,Z); //Change for cords X, Y, Z of your interior
SetPlayerInterior(playerid,3);
SendClientMessage(playerid,0x33AA33AA,"Welcome to the HQ");
return 1;
}