SUPPORT ACCOUNT CLANS
Welcome, Unregistered.
 

Thread: Time of game in minutes?

Results 1 to 3 of 3
  1. #1

    Time of game in minutes?

    Just wondering where to find the current game time in minute for use in modding, cheers =)

  2. #2
    Offline
    Account Icon
    Join Date
    Jul 2009
    Posts
    668
    watch="MatchTime"
    param0 = game time in milliseconds

    http://honwiki.net/wiki/XAML_reference#Conversions

    also:

    <!-- Game Time -->
    <label
    textalign="center" textvalign="top"
    height="1.6h"
    font="dyn_9"
    color="white"
    watch="MatchTime"
    ontrigger="If(param1, SetText(FtoT(param0, 1, 0, '-')), SetText(FtoT(param0, 1)));"
    noclick="1"
    />
    Last edited by kevs926; 02-15-2010 at 08:53 AM.

  3. #3
    cheers, ty

Posting Permissions

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