• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Kupie skrypt na online/afk

Status
Not open for further replies.
noo.
Trzeba do Kimminiego11 Pisać on ma to wszystko może opchnie lub za freeko da :)
ooo
 
Nie wydaje mi sie zeby to bylo trudne do zrobienia. Napisze to do Modern AAC.
 
musial bys skrypt zrobic chyba w globaleventach. cos np ze sprawdza idle time x.x.x :p
 
To wiem, ale zabawnie zrobione,

Moonots.eots.pl - Moonots.pl
 
Lua:
function onThink(interval, lastExecution, thinkInterval)
for _, pid in ipairs(getPlayersOnline()) do
if getPlayerIdleTime(pid) > 10 * 1000 * 60 then
db.executeQuery("UPDATE `players` SET `afk` = 1 WHERE `world_id` = " .. getConfigValue('worldId') .. " AND `afk` > 1;")
    end
end
return TRUE
end

Noo i do bazy w players dodać tabelke 'afk' i coś pozmieniać w whoisonline.php :p
Nie wiem czy zadziała ;)
 
byłem tam adminem ale go straciłem i teraz jest to ots kolesia o nicku Skyexe nie wiem czy teraz też ma taki nick
 
Status
Not open for further replies.
Back
Top