Modular House Interior problem
#1

I was make a modular house(ID:19854) with Jernejl Map Editor.
After i convert the objects. I saw the interior of the house was lost but in the map editor i could see good
What's wrong with the interior ?
https://imgur.com/a/fbGnA
https://imgur.com/a/nvSBJ
Reply
#2

make sure your streamer is working good or you're not using VirtualWorlds.
Reply
#3

Only house interiors(roof,house walls) was lost. That's not a streamer problem
Reply
#4

show us the createdynamicobjects...
Reply
#5

Код:
                new TempObjectNumber = CreatePlayerObject(playerid,19854,398.02216, 2542.87402, 15.68928,   0.18000, 0.06000, 269.12714,999.0);
			TempObjectNumber = CreatePlayerObject(playerid,19854,398.02216, 2542.87402, 15.68928,   0.18000, 0.06000, 269.12714,999.0);
			SetPlayerObjectMaterial(playerid, TempObjectNumber, 0, 5520, "BDupsHouse_LAe", "shingles3", 0);

			TempObjectNumber = CreatePlayerObject(playerid,19854,398.02216, 2542.87402, 15.68928,   0.18000, 0.06000, 269.12714,999.0);

			SetPlayerObjectMaterial(playerid, TempObjectNumber, 0, 5986, "chateau_lawn", "chatshade02_law", 0);
Reply
#6

are u sure that these Materials are exsists? try without materials.
Reply
#7

did you try using this

put at top of your script

PHP код:
new TempObjectNumber[MAX_PLAYERS]; 
and then

PHP код:
            TempObjectNumber[playerid] = CreatePlayerObject(playerid,19854,398.022162542.8740215.68928,   0.180000.06000269.12714,999.0);
            
SetPlayerObjectMaterial(playeridTempObjectNumber[playerid], 05520"BDupsHouse_LAe""shingles3"0); 
or simply createthem with CreateObject or CreateDynamicObject and you won`t need [playerid] . Just use CreateObjector CreateDynamicObject instead of CreatePlayerObject

also,why do you need a 999 draw distance when this is an interior and players will instantly teleport inside it [ i suppose ] ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)