Results 1 to 2 of 2

Thread: Constant Hint

Hybrid View

  1. #1

    Constant Hint

    I want to have a constant menu/hint msg. If I go for hint or so; it will do what a hint does it will slowly fade after some time. What I want is that it always shows, like a constant msg. I dont want to throw it in a trigger and have it "if X in thislist" or present X etc.. there must be a better way to have a hint be constant.

    It must be able to do on all machine on a server, as its for a pvp game/mission.

    I started out using this
    Code:
    hintSilent parseText format["<t size='1.25' font='Zeppelin33' color='#ff0000'>%1 lives remaining.</t>",12];

  2. #2
    I shall not insult moderators
    Join Date
    Nov 25 2010
    Posts
    1,576
    You need the hint (pref hintSilent) example from here or use the alternative CBA framework:
    http://community.bistudio.com/wiki/M...ayer_framework
    put it in a loop with a suitable sleep:
    http://community.bistudio.com/wiki/Control_Structures

Similar Threads

  1. Constant BSOD in OA
    By Pipemould in forum ARMA 2 & OA - TROUBLESHOOTING
    Replies: 9
    Last Post: Sep 12 2010, 02:21
  2. OA constant CTD
    By Urbanski in forum ARMA 2 & OA - TROUBLESHOOTING
    Replies: 8
    Last Post: Aug 18 2010, 13:12
  3. Constant stutter
    By fasterthanlight in forum ARMA 2 & OA - TROUBLESHOOTING
    Replies: 10
    Last Post: Jun 24 2010, 22:17
  4. Constant Lag
    By ainigma in forum ARMA 2 & OA - MULTIPLAYER
    Replies: 0
    Last Post: Jul 14 2009, 07:58
  5. Constant stuttering
    By Storey in forum TROUBLESHOOTING
    Replies: 5
    Last Post: Sep 18 2005, 07:48

Posting Permissions

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