Interior Help
#1

When i set up an interior of the bank, it doesent appear.
Well it aappears bue i dont any objects or walls, i just see a blue sky with doors..

this is the pwd of the bank

Quote:

else if(id2 == 1
{
Building[id][ExitX] = 2319.714843;
Building[id][ExitY] = -14.838361;
Building[id][ExitZ] = 26.749565;
Building[id][ExitInterior] = 4;
format(string, sizeof string, "Construcзгo ID: %d - Descriзгo: Bank.", id);
SendClientMessage(playerid, COLOR_ADMINCMD,string);
}

this is a dynamic script where i just type /setbuildingint [id] and it sets up an interior.
but in this one i just see a blue sky with doors :/

anyone?
Reply
#2

https://sampwiki.blast.hk/wiki/SetPlayerInterior ?
Reply
#3

this interior is not appearing on wiwki samp..
anyone know?
Reply
#4

Its interior 0.
Reply
#5

and in my code, where should i put the 0? -.-
Reply
#6

pawn Код:
else if(id2 == 18)
{
    Building[id][ExitX] = 2319.714843;
    Building[id][ExitY] = -14.838361;
    Building[id][ExitZ] = 26.749565;
    Building[id][ExitInterior] = 0;
    format(string, sizeof string, "Construccao ID: %d - Descricao: Bank.", id);
    SendClientMessage(playerid, COLOR_ADMINCMD,string);
}
Reply
#7

still not working..
Reply
#8

here is a pic

Reply
#9

well, the interior ID is wrong, try a few different ones.. 0-20 or something.. or just look it up
Reply
#10

up where? xD
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)