Hi! Is there any way to give double exp in 24h for all winners?
Thanks!
for _, cid in ipairs(getPlayersOnline()) do
if infoLua[2] == getPlayerGuildId(cid) then
doPlayerAddMoney(cid, reward)
end
end
Thanks!