12.11.2015, 11:12
Код:
new wheelmodels[17] = {1025,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1096,1097,1098}; foreach(wheelmodels, I) { /////This is the line in the error if (modelid == wheelmodels[I]) return true; } return false; }