SA-MP Forums Archive
3D text bug, help?! - 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)
+--- Thread: 3D text bug, help?! (/showthread.php?tid=614712)



3D text bug, help?! - martintasin - 11.08.2016

The problem is, when i leave the server house 3dtext dissaper, but for only one house.


Re: 3D text bug, help?! - Luicy. - 11.08.2016

Should I use my brain to try get the exact code as you have?


Re: 3D text bug, help?! - LifeRah - 11.08.2016

Dude, kindly show the code or otherwise no one will be able to help you.


Re: 3D text bug, help?! - martintasin - 11.08.2016

Код:
format(houset, sizeof(houset), "Собственик: {FFFF00}%s\n{32cd32}Цена: {FFFFFF}%d\n{32cd32}Интериор: {FFFFFF}%d\n{32cd32}Състояние: {FFFFFF}%s\n{32cd32}ID: {FFFFFF}%d", HouseInfo[i][HouseOwnerName], HouseInfo[i][HousePrice], HouseInfo[i][HouseInterior], houses, i);
HouseInfo[i][HouseLabel] = Create3DTextLabel(houset, 0xE60000FF, HouseInfo[i][HouseEnterX], HouseInfo[i][HouseEnterY], HouseInfo[i][HouseEnterZ], 50, 0, 0);
This is the text when load houses.