27.03.2017, 05:40
Loop through all the elements of the array like this:
Code:
for (new i; i < sizeof(WepShop); i++) { //get the coordinates using WepShop[i][the thing from the enumerator here] }