Vice City: Multiplayer

Server Development => Scripting and Server Management => Script and Content Requests => Topic started by: Luis_Labarca on Feb 17, 2019, 07:27 PM

Title: 3d text?
Post by: Luis_Labarca on Feb 17, 2019, 07:27 PM
the 3d text of gta samp you can create several lines example

(https://forum.vc-mp.org/proxy.php?request=http%3A%2F%2Fi.imgur.com%2FS98epEK.jpg&hash=8ce08e3919114f9a921ecabedabd342fae09aeab)


my doubt is that if vcmp can create a 3d text with several lines as it appears in the image I could only create a text with a line
Title: Re: 3d text?
Post by: DizzasTeR on Feb 18, 2019, 07:10 AM
You can try using \n and if that doesn't work directly there might be a flag for it to enable such stuff, and this can be accomplished
Title: Re: 3d text?
Post by: D4rkR420R on Feb 19, 2019, 02:50 AM
Quote from: Doom_Kill3R on Feb 18, 2019, 07:10 AMYou can try using \n and if that doesn't work directly there might be a flag for it to enable such stuff, and this can be accomplished

Labels won't accept the escape sequence unfortunately as I discussed this in a topic.
Title: Re: 3d text?
Post by: DizzasTeR on Feb 19, 2019, 04:10 AM
Then simply creating and storing labels in different vars, get screen from world pos per frame, and draw the first label, second is +15 y of first and so on.
Title: Re: 3d text?
Post by: Luis_Labarca on Feb 24, 2019, 04:19 AM
Quote from: Doom_Kill3R on Feb 19, 2019, 04:10 AMThen simply creating and storing labels in different vars, get screen from world pos per frame, and draw the first label, second is +15 y of first and so on.

mmm if friend so it was that I managed to do it thanks for the help