House 3D textdraw
#1

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

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
Reply
#3

i understand it.

he means that

at each house . there is the Create3DTextLabel

saying the price , for sale , owner , etc.. :P
Reply
#4

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

Then we can help.
Reply
#5

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

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/
Reply
#7

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);
Reply
#8

ok thanks
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)