Follow along with the video below to see how to install our site as a web app on your home screen.
Notka: This feature may not be available in some browsers.
function removingSoul(cid)
if isPlayer(cid) then
doPlayerAddSoul(cid, -10)
end
end
for i=1,25 do
addEvent(removingSoul, 10*1000*i, cid)
end