Code:
set_task(60.0*5, "prune", _, szAuthid, strlen(szAuthid));
public prune(szAuthid[]) {
TrieDeleteKey(g_tPlayersLastConnection, szAuthid);
}
EDIT: If this is used you don't actually have to check the value of the trie cell. You also don't need to set a time for it. If it exists with any value the reconnect was within 5 minutes.
__________________