Need help error 017: undefined symbol "wheelmodels@YSII_Ag"
#6

Because it's a static list, you don't have a reason to even use iterator.
pawn Код:
for(new i = 0; i != sizeof wheelmodels; ++i) { // THIS LINE!
        if (modelid == wheelmodels[i]) return true;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)