Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Remove HUD element
#21
You tried printing the ret value onto the screen @AZUMIKKEL?
[Image: 30xhrep.png]

A casual conversation between barata and I about Nukem.
Reply

#22
Problem solved.

Protip of the month:
Don't use arrays as HUD elements. Just don't.
YouTube 1:Azumikkel- Modding
YouTube 2:DerpShark- Gaming Entertainment
Website:Jensby.me
Contact: im[at]jensby.me
Reply

#23
(09-15-2011, 22:01)AZUMIKKEL Wrote: Problem solved.

Protip of the month:
Don't use arrays as HUD elements. Just don't.

ORLY?

Code:
        if(!isDefined(level.ScrollText[i]) || !isDefined(level.ScrollText2[i]))
        {
            level.ScrollText[i] = level createServerFontString( "default", 3 );
            level.ScrollText2[i] = level createServerFontString( "default", 3 );
        }
    }

works finez
[Image: b_560_95_1.png]
Reply

#24
(09-15-2011, 22:10)Nukem Wrote:
(09-15-2011, 22:01)AZUMIKKEL Wrote: Problem solved.

Protip of the month:
Don't use arrays as HUD elements. Just don't.

ORLY?

Code:
        if(!isDefined(level.ScrollText[i]) || !isDefined(level.ScrollText2[i]))
        {
            level.ScrollText[i] = level createServerFontString( "default", 3 );
            level.ScrollText2[i] = level createServerFontString( "default", 3 );
        }
    }

works finez

Yeah. Now try using moveovertime, setpoint, alpha, fadeovertime, delete, destroyelem, etc. on it.
YouTube 1:Azumikkel- Modding
YouTube 2:DerpShark- Gaming Entertainment
Website:Jensby.me
Contact: im[at]jensby.me
Reply

#25
(09-15-2011, 22:01)AZUMIKKEL Wrote: Protip of the month:
Don't use arrays as HUD elements. Just don't.

Arrays weren't the problem, the use of them was.
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  Is it safe exactly when i remove the battery from the laptop? checkitnowa 2 2,993 09-13-2013, 08:15
Last Post: CJGreenLabel
  Help remove timer Dynasty 15 7,779 08-25-2013, 13:56
Last Post: hillbilly
  how to remove commands in the chat ExoGamer* 6 4,104 07-20-2013, 09:24
Last Post: Pozzuh
  Help Remove Death Barriers? Help Please! camxxcore 1 2,414 06-28-2013, 09:38
Last Post: Yamato
  Help threading remove EnVi Sweden Rocks 3 3,091 01-28-2013, 15:26
Last Post: JariZ
Sad Help - HUD element Crash Server ((( xtreme2010 4 3,662 01-20-2013, 09:22
Last Post: archit
  Help Remove Threading/tidyup hillbilly 4 4,272 09-16-2012, 11:09
Last Post: zxz0O0
  [Request] plugin to remove all secondary ammo ALEXFDR 1 2,223 09-08-2012, 23:32
Last Post: Nekochan
  Remove mini map moosa67 2 2,430 08-22-2012, 21:26
Last Post: Nukem
  how to remove the boot dlc Beliy.IV 0 1,774 07-02-2012, 18:16
Last Post: Beliy.IV

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.