View Single Post
  #9  
Old 06-21-2012, 12:55 PM
David198502's Avatar
David198502 David198502 is offline
Approved Member
 
Join Date: Dec 2009
Location: Austria
Posts: 1,536
Default

Quote:
Originally Posted by FG28_Kodiak View Post
its 'popping up' but its overridden by the next message so you only see the last, to avoid this you can use Timeout
Example:
Code:
GamePlay.gpHUDLogCenter(null, "First", null);

Timeout(5, () => {
                           GamePlay.gpHUDLogCenter(null, "Second", null);
                       });

Yes its possible but the code then needs some rework.
i would really appreciate, if you could do that, if its not too much rework....
__________________
Reply With Quote