11.07.2013, 20:23 
	
	
	
		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;
}

