VBGamer |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
RE: Array callback? Brian Clark (4 replies, 0 views) (2000-Sep-30) Another option is to have a whole new array that hold trhe locations of the first one. So if the first array is all scatered aroung like 9,5,3,8,7,0. Then the second one have arrLoc(9) = 1, arrLoc(5) = 2, ... So if somethingis looking for player 7, then just arrLoc(7), and it will give you the index to your player. This method might be completelty retarded, but It might wqork for you.
|