24.03.2014, 16:41
Hi! How can i make location on a pickup like this?
Also "Blueberry Acress" or the name on the place the pickup is?

Also "Blueberry Acress" or the name on the place the pickup is?
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); |