YSI Timers
#1

I'm new to the y_timers and I've tried adding a timer following the example on the "y_times.pwn" included in the download.

Unfortunately, I get this error:
Code:
error 010: invalid function or declaration
Here's my code:
pawn Code:
Timer:OneSecondInterval[1000]()
{

}
Reply
#2

I think now the syntax looks like

pawn Code:
timer OneSecondInterval[1000]()
{

}
Y_Less does a lot of changes but sometimes forgets to change things in demos. Sorry for that!
Reply
#3

Quote:
Originally Posted by Misiur
View Post
I think now the syntax looks like

pawn Code:
timer OneSecondInterval[1000]()
{

}
Y_Less does a lot of changes but sometimes forgets to change things in demos. Sorry for that!
I'm not sure why, but I've also tried doing it that way. Still doesn't work.

Edit: There are no errors or warnings, but I've tried sending a client message to whomever is connected but doesn't show.
Reply
#4

Bump, anyone?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)