Загрузка 3D текстов
#7

Quote:
Originally Posted by Surprice
Посмотреть сообщение
PHP код:
        if(PlayerInfo[playerid][pPhousekey] != 255)
        {
            if(
SpawnChange[playerid] == 1)
            {
                
PlayerInfo[playerid][SetHPos] = PlayerInfo[playerid][pPhousekey];
                new 
house PlayerInfo[playerid][pPhousekey];
                
SetPlayerInterior(playerid,HouseInfo[house][hInt]);
                
SetPlayerPos(playeridHouseInfo[house][hExitx], HouseInfo[house][hExity],HouseInfo[house][hExitz]); // Warp the player
                
PlayerInfo[playerid][pLocal] = house;
                
PlayerInfo[playerid][pInt] = HouseInfo[house][hInt];
                
SetPlayerVirtualWorld(playeridhouse+50);
                return 
true;
            }
        } 
А код входа в гараж?
Reply


Messages In This Thread
Загрузка 3D текстов - by Surprice - 12.04.2015, 10:58
Re: Загрузка 3D текстов - by Gettopro - 12.04.2015, 11:34
Re: Загрузка 3D текстов - by Surprice - 12.04.2015, 11:59
Re: Загрузка 3D текстов - by ZiGGi - 12.04.2015, 16:11
Re: Загрузка 3D текстов - by MeNaceSwagga - 12.04.2015, 16:50
Re: Загрузка 3D текстов - by Surprice - 12.04.2015, 17:34
Re: Загрузка 3D текстов - by ZiGGi - 12.04.2015, 18:00
Re: Загрузка 3D текстов - by Surprice - 12.04.2015, 19:20
Re: Загрузка 3D текстов - by MeNaceSwagga - 13.04.2015, 04:16
Re: Загрузка 3D текстов - by Surprice - 13.04.2015, 06:42

Forum Jump:


Users browsing this thread: 1 Guest(s)