• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Timer Problem

Status
Not open for further replies.
Level 3
Joined
Jun 17, 2010
Messages
35
[trigger=My Trigger]Timer
Events
Map initialization
Conditions
Actions
Countdown Timer - Start timer as a One-shot timer that will expire in 30:00 seconds
Countdown Timer - Create a timer window for (Last started timer) with title Income
[/trigger]

Well this is the simple trigger. Window doesn't show.... for any of the players.... Any suggestions ?
 
Level 12
Joined
Feb 22, 2010
Messages
1,115
Timer window is shown by default, your problem is you can't create timer windows at map initialization, use this event

Time - Elapsed game time is 0.00 seconds
 
Level 3
Joined
Jun 17, 2010
Messages
35
Yeah i used the Show option for all players and it still didn't work.

Anyway in the "tutorial" map initialization was used and the timer apeared. Anyway ty for the info.
 
Status
Not open for further replies.
Top