3D Text Label at Red Marker - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: 3D Text Label at Red Marker (
/showthread.php?tid=450153)
3D Text Label at Red Marker -
Blackazur - 11.07.2013
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;
}
Re: 3D Text Label at Red Marker -
Darnell - 11.07.2013
https://sampwiki.blast.hk/wiki/Create3DTextLabel can help ya.
AW: 3D Text Label at Red Marker -
Blackazur - 11.07.2013
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);