Help with interrior!
#1

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;
}
Reply
#2

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
Reply
#3

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
Reply
#4

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.
Reply
#5

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
Reply
#6

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;
}
Reply
#7

Help me !
Reply
#8

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.
Reply
#9

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
Reply
#10

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 ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)