SA-MP Forums Archive
[UNFIXED] 3d text label not working - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [UNFIXED] 3d text label not working (/showthread.php?tid=148269)



[UNFIXED] 3d text label not working - ~Dangun! - 16.05.2010

I am using this:
pawn Код:
//On top
new ObjectiveVehicle, Text3D:vehicle3Dtext;
//OnGameModeInit
vehicle3Dtext = Create3DTextLabel( "Objectivevec", 3dlabelcolor, 0.0, 0.0, 0.0, 400.0, 0, 0 );
Attach3DTextLabelToVehicle( vehicle3Dtext, ObjectiveVehicle, 0.0, 0.0, 0.0);



Re: [UNFIXED] 3d text label not working - Futurezx - 17.05.2010

Anyone can help my m8? :d


Re: [UNFIXED] 3d text label not working - Minio1822 - 17.05.2010

pawn Код:
Attach3DTextLabelToVehicle( vehicle3Dtext, IGuessYouShouldPutThereVehicleID, 0.0, 0.0, 2.0); // "IGuessYouShouldPutThereVehicleID" - Write here your Vehicle ID



Re: [UNFIXED] 3d text label not working - Futurezx - 18.05.2010

ObjectiveVehicle is the vehicle id


Re: [UNFIXED] 3d text label not working - Jokerstyle - 19.05.2010

Hmm doesn'T look like there's an error :O