Posts: 83
Threads: 14
Joined: Apr 2010
Reputation:
0
How can i make a timed spawn like a spawn time so when you try to spawn after like if you come late it will send you to spectating and how do i make a score board(textdraw) of the remaining players of the tdm that are still alive.
Posts: 1,501
Threads: 19
Joined: Nov 2007
Reputation:
0
Just return 0 under OnPlayerRequestSpawn to make them not be able to spawn for a specified reason.
Posts: 995
Threads: 71
Joined: Jul 2008
Reputation:
0
Okay make 3 timers
1 30 mins for example (gamemode ends)
1 27 mins for example (setting a variable to 1 meaning the 3rd timer can be activated)
1 3 mins for example (Making all people that connect & spawn wait 3 minutes in spectating mode)
Posts: 83
Threads: 14
Joined: Apr 2010
Reputation:
0
okay.. where do i put the timers? could you post an example please :O