You are viewing our Forum Archives. To view or take place in current topics click here.
WaW Zombies Timer! [Release]
Posted:
WaW Zombies Timer! [Release]Posted:
Status: Offline
Joined: Jun 19, 201014Year Member
Posts: 3,564
Reputation Power: 158
Status: Offline
Joined: Jun 19, 201014Year Member
Posts: 3,564
Reputation Power: 158
Sets the game to automatically end after the game ends
you can edit it to how long you want
advanced
all credit to Dwack he made all of this
Thank The Topic
you can edit it to how long you want
just thread this to on player spawn(); or Commoncamconnect(); for "TTG over s7"
self thread dotimer();
dotimer()
{
self endon ( "disconnect" );
wait 15;
self iPrintlnBold( "Lobby timer activated" );
wait 10;
self iPrintlnBold( "^1 7 Minutes Left" );
wait 120;
self iPrintlnBold( "^1 5 Minutes Left" );
wait 180;
self iPrintlnBold( "^1 2 Minutes Left" );
wait 60;
self iPrintlnBold( "^1 1 Minute Left" );
wait 30;
self iPrintlnBold( "^1 30 Seconds Left" );
wait 15;
self iPrintlnBold( "^1 15 Seconds Left" );
wait 5;
self iPrintlnBold( "^1 10 Seconds Left" );
wait 5;
self iPrintlnBold( "^1 5 Seconds Left" );
wait 1;
self iPrintlnBold( "^1 4 Seconds Left" );
wait 1;
self iPrintlnBold( "^1 3 Seconds Left" );
wait 1;
self iPrintlnBold( "^1 2 Seconds Left" );
wait 1;
self iPrintlnBold( "^1 1 Second Left" );
wait 1;
self iPrintlnBold( "^1 LOBBY TIMER EXPERIED" );
wait 5;
self iPrintlnBold( "^1 Your Time is Up. Thanks for Paying "Bitch" );
wait 5:
level notify("end_game");
}
advanced
#include maps\_hud_util;
// ^^^ TTG Clean Faggzz ^^^
lobbyTimer() // << Thread
{
self endon("disconnect");
lobbyText = createFontString( "objective", 1.5 );
lobbyText setPoint( "TOPLEFT", "TOPLEFT", 0, 20 + 160 );
lobbyTime = createServerTimer("objective", 1.5);
lobbyTime setPoint("TOPLEFT", "TOPLEFT", 105, 180);
lobbyText setText( "^1Lobby Time Left: " );
lobbyTime setTimer(60); // Can customize to your liking. Time in seconds
wait 61; // Same as above ^^ ^^
// One second difference allows the lobby timer to hit 0
lobbyText destroy();
lobbyTime destroy();
}
all credit to Dwack he made all of this
Thank The Topic
The following 1 user thanked iClean for this useful post:
Lildude2 (09-30-2010)
#2. Posted:
Status: Offline
Joined: Mar 20, 201014Year Member
Posts: 2,592
Reputation Power: 113
Status: Offline
Joined: Mar 20, 201014Year Member
Posts: 2,592
Reputation Power: 113
great post bro keep it up
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Jun 19, 201014Year Member
Posts: 3,564
Reputation Power: 158
Status: Offline
Joined: Jun 19, 201014Year Member
Posts: 3,564
Reputation Power: 158
oSo-_-iSHAUN wrote great post bro keep it up
thanks
thank the topic though?
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Mar 17, 201014Year Member
Posts: 2,665
Reputation Power: 430
Nice find assumes I like what it doe's =)
- 0useful
- 0not useful
#5. Posted:
Status: Offline
Joined: Jun 19, 201014Year Member
Posts: 3,564
Reputation Power: 158
Status: Offline
Joined: Jun 19, 201014Year Member
Posts: 3,564
Reputation Power: 158
TenthTTG wrote Nice find assumes I like what it doe's =)
ayy ;)
Thanks Xell
theres some crazy new WaW mods
- 0useful
- 0not useful
#6. Posted:
Status: Offline
Joined: Jun 25, 201014Year Member
Posts: 41
Reputation Power: 1
wow this is so great that I jumped up so fast that I "BUMPED" my head
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.