Location with 3D text on pickup?
#1

Hi! How can i make location on a pickup like this?

Also "Blueberry Acress" or the name on the place the pickup is?
Reply
#2

Get the coordinates of pickup and add to it

Create3DTextLabel(text[], color, Float:X, Float:Y, Float:Z, Float: DrawDistance, virtualworld, testLOS=0);

Example

Create3DTextLabel("Your Text", 0xff0000ff, 390.7731, -2282.2744, 14.5813, 50.0, 0, 1);
Reply
#3

Quote:
Originally Posted by Hanuman
Посмотреть сообщение
Get the coordinates of pickup and add to it

Create3DTextLabel(text[], color, Float:X, Float:Y, Float:Z, Float: DrawDistance, virtualworld, testLOS=0);

Example

Create3DTextLabel("Your Text", 0xff0000ff, 390.7731, -2282.2744, 14.5813, 50.0, 0, 1);
I dont want to show the coordinates, I want to show the name on the area
Reply
#4

lol i know that u want to show the text. Coordinates are required to give the position to text in game. Like u give the coordinates for making any pickup.
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)