SA-MP Forums Archive
Help with interrior! - 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: Help with interrior! (/showthread.php?tid=158525)



Help with interrior! - GBLTeam - 10.07.2010

So i want to add interrior created in mta

is this correct:
Код:
if(strcmp(cmd, "/bank", true) ) 
{
SetPlayerPos(playerid,1415.951171,-988.971191,1639.980224);
SetPlayerInterior(playerid,6);
return 1;
}



Re: Help with interrior! - ViruZZzZ_ChiLLL - 10.07.2010

Quote:
Originally Posted by GBLTeam
Посмотреть сообщение
So i want to add interrior created in mta

is this correct:
Код:
if(strcmp(cmd, "/bank", true) ) 
{
SetPlayerPos(playerid,1415.951171,-988.971191,1639.980224);
SetPlayerInterior(playerid,6);
return 1;
}
Yeah it should be right

But I think the bank interior of SA-MP (The one in Palomino creek)
is 0


Re: Help with interrior! - willsuckformoney - 10.07.2010

pawn Код:
if(strcmp(cmd, "/bank", true) )
{
SetPlayerPos(playerid, 2315.952880,-1.618174,26.742187);
SetPlayerInterior(playerid, 0);
return 1;
}
there ya go here is for some more just copy the coordinates for the tele into interior and the numbers in middle is the interior http://weedarr.wikidot.com/interior


Re: Help with interrior! - Mr187 - 10.07.2010

First thing your gonna wanna do if you "decide" to use a "custom interior" is find out the cords did you so do?, Because for all we know you just added random cords.


Re: Help with interrior! - willsuckformoney - 10.07.2010

Quote:
Originally Posted by Mr187
Посмотреть сообщение
First thing your gonna wanna do if you "decide" to use a "custom interior" is find out the cords did you so do?, Because for all we know you just added random cords.
You go here http://weedarr.wikidot.com/interior you get:

name of interior
interior id
interior telepos

check it if you want more proof xD


Re: Help with interrior! - GBLTeam - 10.07.2010

ok so bank that but im asking for other created INTERRIOR in mta like this

https://sampforum.blast.hk/showthread.php?tid=144039

[MAP] Church interior


Код:
CreateObject(14394, 370.92697143555, 2328.2631835938, 1888.7946777344, 0, 0, 179.43969726563);
What of this is coords for teleport ?
Which needed to be added in
Код:
if(strcmp(cmd, "/bank", true) ) 
{
SetPlayerPos(playerid, 2315.952880,-1.618174,26.742187);
SetPlayerInterior(playerid, 0);
return 1;
}



Re: Help with interrior! - GBLTeam - 10.07.2010

Help me !


Re: Help with interrior! - Mr187 - 10.07.2010

Quote:
Originally Posted by willsuckformoney
Посмотреть сообщение
You go here http://weedarr.wikidot.com/interior you get:

name of interior
interior id
interior telepos

check it if you want more proof xD
He said "He wants to add an interior created in MTA" that means a custom interior not a interior allready made read befor you reply.


Re: Help with interrior! - willsuckformoney - 10.07.2010

Quote:
Originally Posted by Mr187
Посмотреть сообщение
He said "He wants to add an interior created in MTA" that means a custom interior not a interior allready made read befor you reply.
oh whoops i didn't read the MTA part lol i got 2 MTA house maps i made... I can send if you want


Re: Help with interrior! - GBLTeam - 10.07.2010

Quote:
Originally Posted by willsuckformoney
Посмотреть сообщение
oh whoops i didn't read the MTA part lol i got 2 MTA house maps i made... I can send if you want
So ?