3D Text Label
#1

Hi,

So, let's say that I have a CMD to create a 3D text label. Something along the lines of:
Код:
YCMD:3d(playerid, params[], help)
{
	new Float:X, Float:Y, Float:Z;
	GetPlayerPos(playerid, X, Y, Z);
	Create3DTextLabel("3D Text Label", 0xFFFFFFFF, X, Y, Z, 30.0, 0, 0);
	return true;
}
How could I give each 3D text label it's own unique ID so that after some time the text labels would begin to disappear one at a time? Anyone got an ideas?

EDIT: Also, how could I create another CMD to delete a 3D text label I'm standing near/on?

Thanks in advance.
Reply


Messages In This Thread
3D Text Label - by CarsonDev - 04.04.2014, 08:04
Re: 3D Text Label - by AssBlaster - 04.04.2014, 09:37
Re: 3D Text Label - by CarsonDev - 04.04.2014, 09:45

Forum Jump:


Users browsing this thread: 1 Guest(s)