Timer won't Countdown!!!
#14

Quote:
Originally Posted by Bakr
View Post
None of the previous posts will fix your problem. You need to hide and re-display the textdraw each time you set a new string to it, or it won't update on the player's screen. You should hide it, set the string, then show it again.
pawn Code:
TextDrawHideForAll( Textdraw0 );
TextDrawSetString( Textdraw0, TimeString );
TextDrawShowForAll( Textdraw0 );
Mine is tested and it works without it. (And I usually add that after string update though... Weird, lol.)
Reply


Messages In This Thread
[SOLVED]Timer won't Countdown!!! - by Tigerbeast11 - 24.08.2011, 00:45
Re: Timer won't Countdown!!! - by a_big - 24.08.2011, 00:50
Re: Timer won't Countdown!!! - by Jefff - 24.08.2011, 00:56
Re: Timer won't Countdown!!! - by Tigerbeast11 - 24.08.2011, 00:56
Re: Timer won't Countdown!!! - by Intoxicated - 24.08.2011, 00:56
Re: Timer won't Countdown!!! - by Tigerbeast11 - 24.08.2011, 00:59
Re: Timer won't Countdown!!! - by grand.Theft.Otto - 24.08.2011, 01:04
Re: Timer won't Countdown!!! - by Jefff - 24.08.2011, 01:05
Re: Timer won't Countdown!!! - by Tigerbeast11 - 24.08.2011, 01:06
Re: Timer won't Countdown!!! - by grand.Theft.Otto - 24.08.2011, 01:10
Re: Timer won't Countdown!!! - by Tigerbeast11 - 24.08.2011, 01:15
Re: Timer won't Countdown!!! - by iPLEOMAX - 24.08.2011, 02:28
Re: Timer won't Countdown!!! - by Bakr - 24.08.2011, 02:41
Re: Timer won't Countdown!!! - by iPLEOMAX - 24.08.2011, 02:46
Re: Timer won't Countdown!!! - by Tigerbeast11 - 24.08.2011, 08:53
Re: Timer won't Countdown!!! - by iPLEOMAX - 24.08.2011, 08:55
Re: Timer won't Countdown!!! - by Tigerbeast11 - 24.08.2011, 08:56
Re: Timer won't Countdown!!! - by Tigerbeast11 - 24.08.2011, 08:59
Re: Timer won't Countdown!!! - by iPLEOMAX - 24.08.2011, 09:06
Re: Timer won't Countdown!!! - by Tigerbeast11 - 24.08.2011, 09:08
Re: Timer won't Countdown!!! - by Tigerbeast11 - 24.08.2011, 10:09

Forum Jump:


Users browsing this thread: 1 Guest(s)