Help with Interiors
#1

Hello.

I need help with interiors.

So i made my interior somewhere in the sky. So now I am asking a question:

- How should i get(spawn) into that interior??
Reply
#2

Just do /save <description here>

OR

pawn Код:
CMD:mypos(playerid, arg[])
{
    new Float:x, Float:y, Float:z, line[128];
    GetPlayerPos(playerid, x, y, z);
    format(line, sizeof(line), "Position: {FF0000}%0.2f,%0.2f,%0.2f", x, y, z);
    SendClientMessage(playerid, -1, line);
    printf("Position: %0.2f,%0.2f,%0.2f", x, y, z);
    return 1;
}
Reply
#3

Nonono. You dont understand. I want to save the position but i can't reach into interior which i made and put into my script.
Reply
#4

Use the map editor you created it with, i know JernelJ's has an option where you can save SetCameraPos, which can be used for SetPlayerPos.
Reply
#5

Hey,thank you I will try this.
Reply
#6

Quote:
Originally Posted by NoDi522
Посмотреть сообщение
Hello.

I need help with interiors.

So i made my interior somewhere in the sky. So now I am asking a question:

- How should i get(spawn) into that interior??
Using SetPlayerPos and SetPlayerInterior of course. You made so you know the coords.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)