Hello everyone!
I´m calling two php files that show data from leaderboard shown as:
team 4|991|0|0|0|991|team 5|881|0|0|0|881|team 1|451|88|25|20|584|
and
Taylor|679|400|0|0|Group2|1079|Emma Smith|330|5|1|1|Group6|337|Benjamin Price|205|0|0|0|Team A|205|James Miller|99|0|0|0|Group3|
I have no problem reading them, parsing, puting them on an array, for each tex, set text to array_getscores.ar(tableData.At) etc. all thanks to the help with you guys. thanks!
The thing is that I need to call them at the same tieme, and need to be updating every x seconds.
Is it possible? Since I have one Ajax element, and I enter ajax.lastdata into the array..... they are constantly showing one ant the other in turns.
Any tips? Thank you very much!