So this is my official thread for posting my problems and questions. This is so I don't go posting 50 threads on each problem I have.1. My HUD displays server name, but if the server name is ~37 characters long(Including spaces) it just cuts off. Anyway to legnthen it?2. Is it possible to get Total In-game time on servers. Like Utime.3. how in the world do I get my HUD to do a drop down effect to display stuff in that? (Think Utime drop down when you target someone.and more questions and problems when they come.
If you've got brackets around it you need to include the Variable too, so it'll be (Cping < 100) thenblah
if Cping < 100 then draw.RoundedBox(2, 500, 5, 10, 5, Color(0,255,0,255)) draw.RoundedBox(2, 500, 12, 10, 5, Color(0,255,0,255)) draw.RoundedBox(2, 500, 20, 10, 5, Color(0,255,0,255))endif Cping >= 130 then draw.RoundedBox(2, 500, 5, 10, 5, Color(0,0,0,255)) draw.RoundedBox(2, 500, 12, 10, 5, Color(255,255,0,255)) draw.RoundedBox(2, 500, 20, 10, 5, Color(255,255,0,255))endif Cping >= 180 then draw.RoundedBox(2, 500, 5, 10, 5, Color(0,0,0,255)) draw.RoundedBox(2, 500, 12, 10, 5, Color(0,0,0,255)) draw.RoundedBox(2, 500, 20, 10, 5, Color(255,0,0,255))end
Umm... the bar dissappearing is because of the scriptif Cping < 100 then blahDraws boxes if the ping is less than 100Next is if Cping >= 130 thenThat draws boxes if ping is over or equal to 130You have nothing between those two, making it draw nothing
22:25 - Donkie: go it22:25 - Donkie: got tit22:25 - Donkie: aergaergaer22:25 - Donkie: got it*