28.07.2018, 18:17
this is the line with error?
date[name][pSanTime] = gettime() + tmpcarcel;
date[name][pSan] = 1;
date[name][pTeam] = 0;
you cant use name like string in this situation.
date[name][pSanTime] = gettime() + tmpcarcel;
date[name][pSan] = 1;
date[name][pTeam] = 0;
you cant use name like string in this situation.