Results 1 to 9 of 9

Thread: problem hud.size

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #7
    Brigadier General
    Join Date
    Oct 2012
    Posts
    994
    Thanks
    20
    Thanked 588 Times in 388 Posts
    Quote Originally Posted by sabixão View Post
    yes , is a TallyMod function() this is a beautiful shot to reduce many code line , this hud.size allocated in the memory of a server with many huds
    would not be a problem?
    When all elements have been destroyed, and you use the method again, it resets the array:

    Code:
    if( !isDefined( self.txt_hud ) ) self.txt_hud = [];
    So, no: it wont affect server memory.

  2. The Following User Says Thank You to Tally For This Useful Post:

    sabixão (13th May 2014)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •