Interiors
#1

Why when i enter some interiors i am just falling thrue the ground?
Reply
#2

Do you have "Interior Objects Loading" in your server?
Reply
#3

I am falling from default interiors too. And custom map is on filterscript.

And i used coords to TP there
Reply
#4

You need to use the real ID like when you set it it needs to be 100% the real Location ID as INterior

"Rp script then /hhedit (Houseid) Interior and get the real id for where you want it
Reply
#5

Try this

If the Floor object is CreateObject change it to CreateDynamicObject and dont forget to add #include <streamer> and if your floor object is CreateDynamicObject Change it to CreateObject

Give me some +rep if i helped
Reply
#6

How can i add that if that interior is orginal not custom
Reply
#7

Quote:
Originally Posted by FaZeRs
Посмотреть сообщение
How can i add that if that interior is orginal not custom
Код:
                TogglePlayerControllable(playerid, 0);
                for(new o = 0; o < 6; o++) {
                    TextDrawShowForPlayer(playerid, ObjectsLoadingTD[o]);
                }
                SetPVarInt(playerid, "LoadingObjects", 1);
                SetTimerEx("SafeLoadObjects", 3000, 0, "d", playerid);
Reply
#8

Fixed.

HINT: Don't use to much CreateObject use better CreateDynamicObject.
I am using like Static Objects,
Quote:

#define MAX_STATIC_OBJECTS 275
new StaticObject[MAX_STATIC_OBJECTS];
StaticObject[126] = CreateObject

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)