Kod:
.
.
.
.
public checkTimelimit() {
new dayOfWeek[2];
new dayOfWeekNum;
get_time("%u", dayOfWeek, 1);
dayOfWeekNum = str_to_num(dayOfWeek);
if (dayOfWeekNum == 5) {
new timeH, timeM, timeS;
time(timeH, timeM, timeS);
register_cvar("amx_dmm", "18");
}
}
if (dayOfWeekNum < 5 || dayOfWeekNum == 5 && timeH < get_cvar_num("amx_dmm")){
.
.
.
.
}else{
return PLUGIN_HANDLED;
}
Kod:
warning 217: loose indentation
warning 217: loose indentation
error 010: invalid function or declaration
error 054: unmatched closing brace
error 010: invalid function or declaration
error 054: unmatched closing brace
Mam problem z pluginem, jest błąd w powyższej części kodu na 100%, bo jak go skomentuje to wszystko jest okej, tyle że plugin nie działa do końca tak jak bym chciał.
Za pomoc z góry THX.