SA-MP Forums Archive
Location with 3D text on pickup? - 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: Location with 3D text on pickup? (/showthread.php?tid=502533)



Location with 3D text on pickup? - DaZZleViirus - 24.03.2014

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

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


Re: Location with 3D text on pickup? - Hanuman - 24.03.2014

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);


Re: Location with 3D text on pickup? - DaZZleViirus - 24.03.2014

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


Re: Location with 3D text on pickup? - Hanuman - 24.03.2014

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.