error 029: invalid expression, assumed zero
#5

heres
Код:
if(!dini_Isset(globalstats, "unimpoundslot"))
            dini_IntSet(globalstats, "unimpoundslot", 0);
            new ri = dini_Int(globalstats, "unimpoundslot");
            if(ri >= sizeof(unimpoundpos))
            {
                ri = 0;
                dini_IntSet(globalstats, "unimpoundslot", 0);
            }
else dini_IntSet(globalstats, "unimpoundslot", ri+1);
and the errors line should fit with this one
Код:
if(!strlen(tmp2) || !IsNumeric(tmp2) && PlayerInfo[playerid][playerteam] == FAC_TYPE_POLICE && PlayerInfo[playerid][ranklvl] <=2) return SCP(playerid, "car unimpound [ ID ]");
          {
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)