3d Text Label disappear
#1

Hello, why this 3d text label disappear when someone is near it?

Код:
new Text3D:checkpoint[MAX_PLAYERS];
at function ShowCheckPoint:
Код:
	checkpoint[playerid] = Create3DTextLabel("Evacuation Point", 0xFFB405AA, Map[CPx],Map[CPy],Map[CPz], 80.0, 0);
at function StartMap:

Код:
Delete3DTextLabel(checkpoint[i]);
Reply
#2

Why u used max_players

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

Код:
Delete3DTextLabel(checkpoint);
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)