Posted by: SUPER-G - Monday, August 20, 2012 2:17:29 PM
hello everyone!
i need to know how to:
1. make a count[i]up[/i] timer.
2. make it visible on the screen.
thanks, SUPER-G
Posted by: Drummin - Monday, August 20, 2012 4:07:40 PM
I cover that [url=http://www.cnclabs.com/forums/cnc_postsm117434_Whatz-up.aspx#post117434]here[/url].
Posted by: SUPER-G - Monday, August 20, 2012 5:16:50 PM
ok, it shows the timer, but it stays at 0:00 and it doesnt show what would be "killing prisoners in:" part.
should i upload the map, because im not used to so many scripts for one thing![stuck_out_tongue]
Posted by: SUPER-G - Saturday, September 8, 2012 11:21:29 AM
if your'e still there, it still doesnt work.
Posted by: Drummin - Saturday, September 15, 2012 2:43:55 PM
Did you make the map.str file, with the words you want to say? Does the "ScriptName" match the name of the timer you're using?
[code=plain]SCRIPT:ScriptName
"What you want to show in game"
End[/code]
Posted by: SUPER-G - Saturday, September 15, 2012 3:52:25 PM
i double, triple and quad checked.
the script names are the same.
the actual scripts are the same.
so i have no idea how it couldent work, but the only thing i have problems with is that the timer wont count up, it just stays at 0:00
Posted by: i^love^mixery - Saturday, September 15, 2012 7:07:00 PM
then upload the map maybe?
Posted by: SUPER-G - Saturday, September 15, 2012 9:08:05 PM
sure thing: [ATTACH]1176[/Attach]
Posted by: Drummin - Sunday, September 16, 2012 12:38:27 AM
Well that's because you selected and are using a TIMER, which counts down each second, so although you might be adding ONE to the timer, it's subtracting one each second as well. Use a counter. [ATTACH]1177[/Attach]
Posted by: SUPER-G - Sunday, September 16, 2012 9:03:15 AM
aha, it works now, the only other thing that [i]could[/i] have been a problem was that it stayed at 1, that is because the script deactivates upon success, so if anyone is having this problem, uncheck the "deactivate upon success" tick box.