22.06.2013, 16:32
That array isn't indexed by player ID's..
Where you have [playerid] you need to have a number. That number begins from 0 and corresponds with each set of float values in the array. So, BusStop[0][0] is 1832.73242, and BusStop[0][2] is 12.36594.
Where you have [playerid] you need to have a number. That number begins from 0 and corresponds with each set of float values in the array. So, BusStop[0][0] is 1832.73242, and BusStop[0][2] is 12.36594.