[Comum Question] Interior
#1

Comum Question:

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

please help...
Reply
#3

What do you mean "id3"
Interior number 3?
Reply
#4

yes yes sorry
Reply
#5

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.
Reply
#6

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

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)
Reply
#8

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

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

Код:
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;
}
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)