Help with textdraw and countdown..
#5

The variable needs to be global (created at the beginning of your script, not in the function) Then in the function you increase it by 1 (variable ++) and check if it is > 30 (if(variable > 30)). If it is, do your TakeOver code. If not, set the TextDrawString to 30 - the variable (so that it is a countdown)
Reply


Messages In This Thread
Help with textdraw and countdown.. - by Fedee! - 05.09.2010, 23:29
Re: Help with textdraw and countdown.. - by Fedee! - 06.09.2010, 16:36
Re: Help with textdraw and countdown.. - by Mauzen - 06.09.2010, 17:06
Re: Help with textdraw and countdown.. - by Fedee! - 06.09.2010, 17:16
Re: Help with textdraw and countdown.. - by Mauzen - 06.09.2010, 17:53
Re: Help with textdraw and countdown.. - by Fedee! - 06.09.2010, 20:00

Forum Jump:


Users browsing this thread: 2 Guest(s)