-
Offline
Time of game in minutes?
Just wondering where to find the current game time in minute for use in modding, cheers =)
-
Offline
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.
-
Offline
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules