Posts: 1,504
Threads: 109
Joined: Jan 2012
Quote:
Originally Posted by RealCop228
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.
|
So how can IsPlayerInRangeOfPoint check for all the positions? I'm newbie with arrays