by trixmoto » Sun Apr 18, 2010 10:37 am
I'm a little confused about exactly what you're trying to do, as play history is already stored in the database. What extra information are you wanting to store? It would be much more efficient for use the events such as "OnPlay" to trigger these updates, rather than have it looping continuously, although with a timer this would be possible.
I'm a little confused about exactly what you're trying to do, as play history is already stored in the database. What extra information are you wanting to store? It would be much more efficient for use the events such as "OnPlay" to trigger these updates, rather than have it looping continuously, although with a timer this would be possible.