05.11.2016, 21:00
The size of VMachines array is 43, this means the valid indexes are 0-42. Using sizeof is the best choice so if you add or remove data from the array you won't have to worry about run time error 4 again.
pawn Код:
for(new i = 0; i < sizeof VMachines; i++)