SA-MP Forums Archive
House 3D textdraw - 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: House 3D textdraw (/showthread.php?tid=343249)



House 3D textdraw - Spike Cena - 16.05.2012

Doese anyone have or know were to finde a house textdraw(3D text) instad of that green icon??if you know what l mean


Re: House 3D textdraw - ViniBorn - 16.05.2012

Is this?
pawn Код:
CreatePickup(1273, 1, X, Y, Z, VW);
Create3DTextLabel("House", -1, X, Y, Z, 20.0, VW, 1);
I don't understand your question


Re: House 3D textdraw - Kirollos - 17.05.2012

i understand it.

he means that

at each house . there is the Create3DTextLabel

saying the price , for sale , owner , etc.. :P


Re: House 3D textdraw - iGetty - 17.05.2012

You need to show us how your houses are loaded into the server.

Then we can help.


Re: House 3D textdraw - Spike Cena - 17.05.2012

OK tell me where to finde thet in the GM and l will post


Re: House 3D textdraw - Spike Cena - 17.05.2012

I want them to be like this if you understand:
http://imageshack.us/photo/my-images/560/samp019an.png/
http://imageshack.us/photo/my-images/708/samp018hc.png/


Re: House 3D textdraw - ViniBorn - 17.05.2012

Just use format + Create3DTextLabel

Example:
pawn Код:
format(YourString, sizeof YourString, "Proprietary: %s\nCost: %d", Proprietary[HouseID], Cost[HouseID]);
Create3DTextLabel(YourString, -1, HouseX[HouseID], HouseY[HouseID], HouseZ[HouseID], 30.0, 0, 1);



Re: House 3D textdraw - Spike Cena - 17.05.2012

ok thanks