Posts: 43
Threads: 15
Joined: Jul 2018
Reputation:
0
Hello I Need Your Little Help In Timer Left Actually I Make Dm So I Want Add Time Left So Idk How Can I Add When People Joined Dm then Timer Will Start at the end of time dm off Any Help ? Time Must Visible on the screen like giving Picture
Posts: 43
Threads: 15
Joined: Jul 2018
Reputation:
0
where can i add these lines onplayerconnect , ongamemodeinit , or onplayerspawn ? where sorry
Posts: 234
Threads: 11
Joined: Jan 2018
Reputation:
0
You should add the code wherever you want the countdown to come up.
Posts: 43
Threads: 15
Joined: Jul 2018
Reputation:
0
sorry for saying that its not works
i add these lines onplayerspawn for just check nothing happenings
g_Countdown = COUNTDOWN;
format(g_CountdownText, sizeof g_CountdownText, "%02i:%02i", g_Countdown / 60, g_Countdown % 60);
other codes are on the top
Posts: 234
Threads: 11
Joined: Jan 2018
Reputation:
0
I just gave you the logic for how it works. You have to figure out how to apply the logic to your needs.