Interior Help - 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: Interior Help (
/showthread.php?tid=69653)
Interior Help -
Shellegg - 19.03.2009
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![Cool](images/smilies/cool.gif)
{
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?
Re: Interior Help -
Jack_Fox - 19.03.2009
https://sampwiki.blast.hk/wiki/SetPlayerInterior ?
Re: Interior Help -
Shellegg - 19.03.2009
this interior is not appearing on wiwki samp..
anyone know?
Re: Interior Help -
pen_theGun - 19.03.2009
Its interior 0.
Re: Interior Help -
Shellegg - 19.03.2009
and in my code, where should i put the 0? -.-
Re: Interior Help -
pen_theGun - 19.03.2009
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);
}
Re: Interior Help -
Shellegg - 19.03.2009
still not working..
Re: Interior Help -
Shellegg - 19.03.2009
here is a pic
Re: Interior Help -
[RP]Rav - 19.03.2009
well, the interior ID is wrong, try a few different ones.. 0-20 or something.. or just look it up
Re: Interior Help -
Shellegg - 19.03.2009
up where? xD