30.10.2017, 19:18
heres
and the errors line should fit with this one
Код:
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);
Код:
if(!strlen(tmp2) || !IsNumeric(tmp2) && PlayerInfo[playerid][playerteam] == FAC_TYPE_POLICE && PlayerInfo[playerid][ranklvl] <=2) return SCP(playerid, "car unimpound [ ID ]"); {