• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Zao lever HELP ERROR

Nerkoerko

Banned User
Joined
Feb 28, 2009
Messages
402
Reaction score
5
Location
Polska
function onUse(cid, item, fromPosition, itemEx, toPosition)
if(item.actionid == 4830) then
doTeleportThing(getThingfromPos({x=32991,y=31539,z=1}).uid, {x=32991,y=31539,z=4})
elseif (item.actionid == 4831) then
doTeleportThing(getThingfromPos({x=32991,y=31539,z=4}).uid, {x=32991,y=31539,z=1})
elseif (item.actionid == 4832) then
doTeleportThing(getThingfromPos({x=32993,y=31547,z=4}).uid, {x=33061,y=31527,z=10})
elseif (item.actionid == 4833) then
doTeleportThing(getThingfromPos({x=33061,y=31527,z=10}).uid, {x=32993,y=31547,z=4})
end
return true
end


[09/05/2010 16:26:38] [Error - Action Interface]
[09/05/2010 16:26:38] data/actions/scripts/zzaion/lever.lua:onUse
[09/05/2010 16:26:38] Description:
[09/05/2010 16:26:38] (luaDoTeleportThing) Thing not found


Help :D this bug in console :/
 
Back
Top