1
2
3
4
5
6
7
8
9
10
11
12
13
2
3
4
5
6
7
8
9
10
11
12
13
addhook("minute","minute_")
function minute_(id)
if maxtime > 43800 then
if PLAYERS[id].hours < 8 then
if PLAYERS[id].rank < 80 then
PLAYERS[id].rank = PLAYERS[id].rank - 10
PLAYERS[id].hours = 0
end
end
maxtime = 0
end
end
-- I Have a data save of players i need a way to load them when the maxtime > 43800 then the server check if PLAYERS[id]>=8 then if not it will demote him even if he was offline in that moment
Check offline player data.
1 
Offline
Talented Doge