[Ajuda] Erros Foreach
#2

tenta assim

pawn Код:
stock iswheelmodel(modelid)
{
    new wheelmodels[17] = {1025,1073,1074,1075,1076,1077,1078,1079,1080,1081 ,1082,1083,1084,1085,1096,1097,1098};

    for(new i = 0; i < sizeof(wheelmodels); ++i)
    {
        if (modelid == wheelmodels[i]) return true;
    }
    return false;
}
Reply


Messages In This Thread
Erros Foreach - by B4dB0y - 13.08.2013, 00:11
Re: Erros Foreach - by PT - 13.08.2013, 00:49

Forum Jump:


Users browsing this thread: 2 Guest(s)