SA-MP Forums Archive
YSI Timers - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: YSI Timers (/showthread.php?tid=459908)



YSI Timers - Skribblez - 25.08.2013

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]()
{

}



Re: YSI Timers - Misiur - 25.08.2013

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!


Re: YSI Timers - Skribblez - 26.08.2013

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.


Re: YSI Timers - Skribblez - 28.08.2013

Bump, anyone?