• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

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