hi guys, i don't know well where advise this issue:
in this link:
https://docs.gamesparks.com/tutorials/real-time-services/creating-and-using-real-time-scripts.html
find this code:
for(var i = 0; packet.getTargetPlayers().length; i++)
it seems like you forgot the comparison in the middle (i < ......)
Hi Guillermo,
Thanks for pointing this out I'll raise it with the documentation team.
Regards,
Liam
Guillermo Sanfiz
hi guys, i don't know well where advise this issue:
in this link:
https://docs.gamesparks.com/tutorials/real-time-services/creating-and-using-real-time-scripts.html
find this code:
for(var i = 0; packet.getTargetPlayers().length; i++)
it seems like you forgot the comparison in the middle (i < ......)