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.
<event type="login" name="8lev" event="script" value="8lev.lua"/>
registerCreatureEvent(cid,"8lev")
function onLogin(cid)
local lev = 4200-getPlayerExperience(cid)
if getPlayerLevel(cid) <= 7 then
doPlayerAddExperience(cid,lev)
end
return true
end