Odp: tp od okreslonego lvlu
Na szybko pisane, wiec nie gwarantuj?, ?e b?dzie dzia?a?.
local config = {
level = 100, -- od ktorego poziomu
pos = {x=117, y=95, z=7} -- gdzie ma tp
}
function onStepIn(cid, item, position, fromPosition)
if(getPlayerLevel(cid) >= config.level) then...