Id 3d text
#1

im sure this is easy but im having trouble im trying to disable the name tag for players and enable a 3d text above their head that shows just id.

this is what i have so far ]

Код:
		new Text3D:label = Create3DTextLabel("%d",playerid, 0x008080FF, 30.0, 40.0, 50.0, 40.0, 0);
		for(new i = 0; i < MAX_PLAYERS; i++) Attach3DTextLabelToPlayer(label, playerid, 0.0, 0.0, 0.7);
but this doesnt work i also tried to define idname = GetPlayerid(playerid), but of cour4se that didnt work either i think im missing making the id into a string so it can print it

thanks i know it is a simple fix
Reply


Messages In This Thread
Id 3d text - by daminOwens - 26.02.2014, 14:51
Re: Id 3d text - by daminOwens - 26.02.2014, 16:18
Respuesta: Id 3d text - by CuervO - 26.02.2014, 16:22
Re: Id 3d text - by daminOwens - 26.02.2014, 16:55
Respuesta: Id 3d text - by CuervO - 26.02.2014, 17:01
Re: Id 3d text - by daminOwens - 26.02.2014, 17:28
Respuesta: Id 3d text - by CuervO - 26.02.2014, 17:33
Re: Id 3d text - by daminOwens - 26.02.2014, 17:34
Respuesta: Id 3d text - by CuervO - 26.02.2014, 17:36

Forum Jump:


Users browsing this thread: 1 Guest(s)