Posts: 145
Threads: 14
Joined: Aug 2012
How to use timers with y_inline inc? Is that possible?
like
pawn Code:
main()
{
inline timer_function(t)
{
printf("%i", t);
}
SetTimer(using inline timer_function, 1000, 0, "i", random(4));
}
Posts: 274
Threads: 2
Joined: Nov 2012
Reputation:
0
can you explain bit more? I think Y_Less will Help you i think he got it what you want.
Posts: 145
Threads: 14
Joined: Aug 2012
Quote:
Originally Posted by RedCrossER
can you explain bit more? I think Y_Less will Help you i think he got it what you want.
|
I don't know how I can explain it more. It seems clear enough. By the way, Y_Less commented in this topic twenty minutes before you, so I don't know why you write here, if you don't know how you can help.
Posts: 145
Threads: 14
Joined: Aug 2012
Quote:
Originally Posted by Y_Less
I wrote some code, but it doesn't quite work - I was using a function called Callback_Array but it didn't actually do what I thought...
|
Thanks for your time. It would be nice, if there would be way, to declare public functions in callbacks or other functions.
Posts: 145
Threads: 14
Joined: Aug 2012
Quote:
Originally Posted by Y_Less
Done:
|
I luv u.