21.02.2012, 21:04
What the hell would cause these? I implented this in my script and these occured, I've been puzzling around it for a while but the problem is I don't know what causes this:
Bolden line causes the error:
Код:
error 017: undefined symbol "wheelmodels@YSII_Ag" error 017: undefined symbol "wheelmodels@YSII_Ag" error 029: invalid expression, assumed zero fatal error 107: too many error messages on one line
Код:
iswheelmodel(modelid) { new wheelmodels[17] = {1025,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1096,1097,1098}; foreach(wheelmodels, I) { if (modelid == wheelmodels[I]) return true; } return false; }