22.11.2013, 10:23
hey, i want to do temp ban and i need help. tnx
new
CalcTime = gettime() + 86400; // 1 day ban
// Now you can store it somewhere and do like
// on player connect
// fetch 'CalcTime' var
if (StoredBanLenVar > gettime())
{
// still banned
}