Hello guys!have a problem,im interested on add a broadcast when an event start,ill do it right but need like 1 broadcast every 1 minute during 10 minutes,its possible?Here the simple code im using:

C#:
if (TournyType == TournyType.Standard)
                World.Broadcast( 38, true, "Standard 1v1 tournament signup has been opened.You can enter by signing up with the registrar." );
 
Back