Напишу сюда ещё кроме темы вопросов.Помогите пожалуйста хочу перенести City Hall в другое место.Пробовал вставить свои координаты во вход.Не получается.
Двери
CreateObject(1496, 371.245, 166.7, 1007.39, 0.0000, 0.0000, 0.0000);//City Hall
CreateObject(1496, 369.091, 163.08, 1013.14, 0.0000, 0.0000, 270.0000);//City Hall
CreateObject(1536, 369.127, 160.8, 1019.13, 0.0000, 0.0000, 90.0000);//City Hall
CreateObject(1536, 369.127, 163.8, 1019.13, 0.0000, 0.0000, 270.0000);//City Hall if(house == 241)//City Hall
{
SetPlayerInterior(i,0);
SetPlayerPos(i,1479.5825,-1770.6981,18.7958);
PlayerInfo[i][pInt] = 0;
PlayerInfo[i][pLocal] = 255;
}
if(house == 242)
{
SetPlayerInterior(i,0);
SetPlayerPos(i,2876.6047,-2125.0146,4.2071);
PlayerInfo[i][pInt] = 0;
PlayerInfo[i][pLocal] = 255;
}
if(house >= 99 && house != 10000)
{
SetPlayerPos(i, BizzInfo[house-99][bEntranceX], BizzInfo[house-99][bEntranceY],BizzInfo[house-99][bEntranceZ]); // Warp the player
PlayerInfo[i][pLocal] = 255;
SetPlayerInterior(i,0);
PlayerInfo[i][pInt] = 0;
}
else if(house < 99 && house != 10000)
{
SetPlayerPos(i, HouseInfo[house][hEntrancex], HouseInfo[house][hEntrancey],HouseInfo[house][hEntrancez]); // Warp the player
PlayerInfo[i][pLocal] = 255;
SetPlayerInterior(i,0);
PlayerInfo[i][pInt] = 0;
Вот новые координаты (полные /save) 0,207.7029,-63.2025,1.5781,2.2259,0,0,0,0,0,0
Ещё вот что нашёл Входы-Выходы
Create3DTextLabel("City Hall",0x008080FF,1481.1180,-1771.5504,19.2958,40.0,0,1);
AddStaticPickup(1318, 1, 390.7699,173.6328,1008.3828 );
Create3DTextLabel("City Hall",0x008080FF,1413.212280,-1790.427734,15.935560,40.0,0,1);
AddStaticPickup(1318, 1, 1161.489746,-1330.044555,31.493883 );
Желательно разьесните мне плиз.Я хочу понять.