Posts: 434
Threads: 60
Joined: Jan 2012
Reputation:
0
Hmmm. SetTimer("pViplaikas",60000,true);
Show us your pViplaikas public ?
Posts: 11,827
Threads: 33
Joined: Dec 2011
Reputation:
0
Use different name on the enum and on the timer.
You need to have the forward/public only one time on your script. According to the errors, these symbols already defined.
Posts: 237
Threads: 83
Joined: Dec 2011
Reputation:
0
I renamed timer to SetTimer("Viplaikas",60000,true); but the same shit..
Posts: 11,827
Threads: 33
Joined: Dec 2011
Reputation:
0
Did you only renamethe name from the timer? Did you also rename the forward/public name?