27.04.2015, 03:56
Save the ban time using gettime() and compare it when the player connects, if its greater or equal then hes still banned:
if its smaller, then you can remove the ban and allow them to play.
Код:
format (string, sizeof(string), "Ban expires on: ", GetDateStamp(time)); SendClientMessage(playerid, -1, string);