Try:
local config = {
paccStorage = 688775, --not used storage
kickpos = {x=120,y=120,z=7} --Set position temple
}
function onLogin(cid)
if getPlayerPremiumDays(cid) == 0 then
doTeleportThing(cid, config.kickpos)
doPlayerSendTextMessage(cid, 25, "Your premium time has ran out!")...