Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Script Help Messed up TIMERS!
Obliviator27 Offline
Posting Freak

Posts: 792
Threads: 10
Joined: Jul 2011
Reputation: 66
#6
RE: Messed up TIMERS!

The error message is telling you what's wrong.

No matching signatures to 'AddTimer(string@&,
string@&, string@&)'

This doesn't exist. AddTimer(string, string, string) isn't a function. However

AddTimer(string, float, string) is.
Basically your second parameter has to be a number. AKA, the how many seconds until the timer calls the function.

04-03-2012, 05:33 AM
Find


Messages In This Thread
Messed up TIMERS! - by willsage - 04-02-2012, 11:34 PM
RE: Messed up TIMERS! - by Xanthos - 04-02-2012, 11:40 PM
RE: Messed up TIMERS! - by Your Computer - 04-02-2012, 11:53 PM
RE: Messed up TIMERS! - by willsage - 04-03-2012, 12:20 AM
RE: Messed up TIMERS! - by Your Computer - 04-03-2012, 01:16 AM
RE: Messed up TIMERS! - by Obliviator27 - 04-03-2012, 05:33 AM
RE: Messed up TIMERS! - by willsage - 04-03-2012, 09:04 PM



Users browsing this thread: 1 Guest(s)