3D Text Label at Red Marker
#1

Hello, how can i make that a 3D Text Label is on the red marker? Because when i try it, the 3D Text Label disappear, so:

Код:
function ShowCheckpoint(playerid)
{
	MoveObject(gateobj,Map[GateX],Map[GateY],Map[MoveGate],3.0);
	foreach(Player,i) SetPlayerCheckpoint(i,Map[CPx],Map[CPy],Map[CPz],5.0);
	SetTimer("EndMap",MAX_END_TIME,false);
	return 1;
}
Reply
#2

https://sampwiki.blast.hk/wiki/Create3DTextLabel can help ya.
Reply
#3

Yes, but when more players going to the checkpoint the text label disappear, but why?

Код:
new Text3D:checkpoint;
Код:
   	checkpoint = Create3DTextLabel("Evacuation Point", 0xFFB405AA, Map[CPx],Map[CPy],Map[CPz], 80.0, 0, 0);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)