Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - MEGAMIND

#661
General Discussion / Re: Javascript plugin
Aug 06, 2018, 07:39 AM
#662
Servers / Re: [0.4]Top Down City Server
Aug 05, 2018, 08:16 AM
3/8/2018
Added GTA-IV styled radar
Added TDCS forum logo to  server
Added 3D gui text
Added 3D LABEL to map where neccessary

3/8/2018
Added Parkour2
#664
Quote from: Abri on Aug 02, 2018, 11:40 PMHello!

It is only  map edit, with originally object

Id: 560 waterjump1 with "rotation x" settings.

Like this:



Show me a photo of the place where you want to give it and I'll do it for you ;-)


stay out of this will u XD
#665
*bump*
#666
hi everyone i have asked this question almost idk many time probably

my question wass how do i set distance for these 3d labels like samp when u reach it near it displays otherwise when u move away it stops displaying

but how do i we set that distance thing to it, anyone pls

#667
any help regarding above?
#668
Quote from: MatheuS on Aug 02, 2018, 01:34 PM
Quote from: MEGAMIND on Aug 02, 2018, 01:03 PMno effect

function Create( ) {
 Label = ::GUILabel( );
 Label.AddFlags( GUI_FLAG_3D_ENTITY );
 Label.Text = iText;
 Label.FontName = "pricedown";
 Label.TextColour  = iColor;
 Label.FontSize = 100;
 Label.Size3D  = iSize;
 Label.Rotation3D  = GetAngleFromDeg( iRotation );
 Label.Position3D  = iPos;
 Label.AddFlags( GUI_FLAG_VISIBLE );
 }

Try rename the font name to:

Label.FontName = "Pricedown";
no effect
#669
no effect

function Create( ) {
 Label = ::GUILabel( );
 Label.AddFlags( GUI_FLAG_3D_ENTITY );
 Label.Text = iText;
 Label.FontName = "pricedown";
 Label.TextColour  = iColor;
 Label.FontSize = 100;
 Label.Size3D  = iSize;
 Label.Rotation3D  = GetAngleFromDeg( iRotation );
 Label.Position3D  = iPos;
 Label.AddFlags( GUI_FLAG_VISIBLE );
 }
#670
as the topis says how can i load up a custm font

store/fonts/pricedown.ttf
and this in store/scripts/main.nut

Label.FontName = "pricedown.ttf";
am i doing it wrong??
#671
that is one good thing but it didnt worked nor do i got any error in debuglog.txt, i placed it on top of script in store/script but didt worked

so can u tell me where to add it properly cuz i dont find it usefull even to put it on scriptload @!
+ does it require any font file???
#672
Quote from: MatheuS on Aug 01, 2018, 03:10 PM
Quote from: MEGAMIND on Aug 01, 2018, 01:35 PMI dont think thats a 3d textdraw its more like a sprite

No, that's a label in 3d with custom font.
woa thats look something  awsome btw any example to that, its nearly like having samp back in vcmp but more efficient
#673
I dont think thats a 3d textdraw its more like a sprite
#674
so thats what i mnt so how do i make a gui label like that
#675
so its an object or something?